From c4d520f7ae44fd7d941ea124b6c3015069cd51ff Mon Sep 17 00:00:00 2001 From: Vladislav Valek Date: Tue, 5 Nov 2024 14:35:29 +0100 Subject: [PATCH] dma_test_core [BUGFIX]: fix histogram boxes count The count should be a power of 2. --- comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd b/comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd index 6179288c2..c06d659ac 100644 --- a/comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd +++ b/comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd @@ -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 (