Revert to respQueueDepth = 4

This commit is contained in:
Hansung Kim
2023-05-28 22:38:01 -07:00
parent e40b7f0b8b
commit 74a8a81f82

View File

@@ -110,7 +110,7 @@ object defaultConfig 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 = 8, respQueueDepth = 4,
sizeEnum = DefaultInFlightTableSizeEnum, sizeEnum = DefaultInFlightTableSizeEnum,
numCoalReqs = 1, numCoalReqs = 1,
numArbiterOutputPorts = 4, numArbiterOutputPorts = 4,