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
|
// when attaching to SoC, 16 source IDs are not enough due to longer latency
|
||||||
numOldSrcIds = 8,
|
numOldSrcIds = 8,
|
||||||
numNewSrcIds = 8,
|
numNewSrcIds = 8,
|
||||||
respQueueDepth = 4,
|
respQueueDepth = 2,
|
||||||
sizeEnum = DefaultInFlightTableSizeEnum,
|
sizeEnum = DefaultInFlightTableSizeEnum,
|
||||||
numCoalReqs = 1,
|
numCoalReqs = 1,
|
||||||
numArbiterOutputPorts = 4,
|
numArbiterOutputPorts = 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user