Skip to content

Commit

Permalink
hw: Tune outstanding transaction count for iDMA UNBENT (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 authored Sep 27, 2023
1 parent 2528f80 commit 498ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ module cheshire_soc import cheshire_pkg::*; #(
.IdWidth ( Cfg.AxiMstIdWidth ),
.UserErrBits ( Cfg.AxiUserErrBits ),
.UserErrBitsOffset ( Cfg.AxiUserErrLsb ),
.NumOutstanding ( Cfg.CoreMaxTxns ),
.NumOutstanding ( Cfg.DmaNumAxInFlight+Cfg.DmaJobFifoDepth ),
.NumStoredErrors ( 4 ),
.DropOldest ( 1'b0 ),
.axi_req_t ( axi_mst_req_t ),
Expand Down

0 comments on commit 498ef70

Please sign in to comment.