Reduce default respQueueDepth to 2
This commit is contained in:
@@ -112,7 +112,7 @@ object DefaultCoalescerConfig extends CoalescerConfig(
|
||||
// when attaching to SoC, 16 source IDs are not enough due to longer latency
|
||||
numOldSrcIds = 8,
|
||||
numNewSrcIds = 8,
|
||||
respQueueDepth = 4,
|
||||
respQueueDepth = 2,
|
||||
sizeEnum = DefaultInFlightTableSizeEnum,
|
||||
numCoalReqs = 1,
|
||||
numArbiterOutputPorts = 4,
|
||||
|
||||
Reference in New Issue
Block a user