Skip to content

Commit

Permalink
Merge branch 'isa_fix_dma_speed_meter' into 'devel'
Browse files Browse the repository at this point in the history
DMA MEDUSA: [BUGFIX] Fix passing generic which enables speed meters in DMA medusa design

See merge request ndk/ndk-fpga!84
  • Loading branch information
jakubcabal committed Oct 22, 2024
2 parents 98e104b + fb7b10f commit 217a833
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 217a833

Please sign in to comment.