Skip to content

Commit

Permalink
perf(dma-medusa): disable unused speed meters in DMA Medusa
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Dec 10, 2024
1 parent 0d12f0a commit 4171ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/comp/dma/dma_mod/dma_full_arch.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ begin
RX_GEN_EN => RX_GEN_EN,
TX_GEN_EN => TX_GEN_EN,

SPEED_METER_EN => TRUE,
SPEED_METER_EN => False,
DBG_CNTR_EN => DBG_CNTR_EN,
USR_EQ_DMA => USR_EQ_DMA,
CROX_EQ_DMA => CROX_EQ_DMA,
Expand Down

0 comments on commit 4171ab7

Please sign in to comment.