Skip to content

Commit c4d520f

Browse files
committed
dma_test_core [BUGFIX]: fix histogram boxes count
The count should be a power of 2.
1 parent 6f255e2 commit c4d520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ begin
504504
HIST_EN => (others => true),
505505

506506
SUM_EXTRA_WIDTH => (others => 16),
507-
HIST_BOX_CNT => (others => 100),
507+
HIST_BOX_CNT => (others => 128),
508508
HIST_BOX_WIDTH => (others => 32),
509509
CTRLO_DEFAULT => (others => '0'))
510510
port map (

0 commit comments

Comments
 (0)