Reduce default respQueueDepth to 2

This commit is contained in:
Hansung Kim
2024-01-18 19:22:59 -08:00
parent 95dcecbe03
commit 7e906a39fb

View File

@@ -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,