Skip to content

Commit

Permalink
DMA MEDUSA: [BUGFIX] Fix passing generic which enables speed meters i…
Browse files Browse the repository at this point in the history
…n DMA medusa design
  • Loading branch information
radek-isa committed Oct 22, 2024
1 parent 98e104b commit fb7b10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/comp/dma/dma_mod/wrapper/dma_medusa_wrapper_arch.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ begin
RX_GEN_EN => RX_GEN_EN ,
TX_GEN_EN => TX_GEN_EN ,

SPEED_METER_EN => true ,
SPEED_METER_EN => SPEED_METER_EN ,
DBG_CNTR_EN => DBG_CNTR_EN ,
USR_EQ_DMA => USR_EQ_DMA ,
CROX_EQ_DMA => CROX_EQ_DMA ,
Expand Down

0 comments on commit fb7b10f

Please sign in to comment.