Skip to content

Commit

Permalink
dma_test_core [BUGFIX]: fix histogram boxes count
Browse files Browse the repository at this point in the history
The count should be a power of 2.
  • Loading branch information
walliv committed Nov 6, 2024
1 parent 6f255e2 commit c4d520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ begin
HIST_EN => (others => true),

SUM_EXTRA_WIDTH => (others => 16),
HIST_BOX_CNT => (others => 100),
HIST_BOX_CNT => (others => 128),
HIST_BOX_WIDTH => (others => 32),
CTRLO_DEFAULT => (others => '0'))
port map (
Expand Down

0 comments on commit c4d520f

Please sign in to comment.