Skip to content

Commit ad79f3a

Browse files
committed
mem_logger [BUGFIX]: Fix default histogram boxes, that caused data_logger assertion to fail
1 parent aa92aff commit ad79f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comp/debug/data_logger/mem_logger/mem_logger.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ generic (
5454
MI_ADDR_WIDTH : integer := 32;
5555

5656
-- Specify read latency histogram precision
57-
HISTOGRAM_BOXES : integer := 255;
57+
HISTOGRAM_BOXES : integer := 256;
5858
-- Specify maximum paraller read requests
5959
MAX_PARALEL_READS : integer := 128;
6060
-- Specify read latency ticks count width

0 commit comments

Comments
 (0)