Skip to content

Commit

Permalink
fix(APP-Minimal): add important missing generics for the MEM_LOGGER i…
Browse files Browse the repository at this point in the history
…nstance
  • Loading branch information
jakubcabal committed Dec 13, 2024
1 parent e5b1275 commit 47e15ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/minimal/top/mem_tester_wrap.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ begin
MEM_BURST_COUNT_WIDTH => DDR_BURST_WIDTH ,
MEM_FREQ_KHZ => DDR_FREQ_KHZ ,
MI_DATA_WIDTH => MI_DATA_WIDTH ,
MI_ADDR_WIDTH => MI_ADDR_WIDTH
MI_ADDR_WIDTH => MI_ADDR_WIDTH ,
MEM_ASYNC => False ,
DEVICE => DEVICE
)
port map (
CLK => DDR_CLK (i),
Expand Down

0 comments on commit 47e15ee

Please sign in to comment.