Fix misleading maxSize param in Req/RespQueueEntry

This commit is contained in:
Hansung Kim
2023-05-10 19:55:01 -07:00
parent 4f31cad513
commit 300eff4f9a
2 changed files with 43 additions and 31 deletions

View File

@@ -186,7 +186,6 @@ object testConfig extends CoalescerConfig(
dataBusWidth = 5,
// watermark = 2,
wordSizeInBytes = 4,
wordWidth = 2,
numOldSrcIds = 16,
numNewSrcIds = 4,
respQueueDepth = 4,
@@ -716,7 +715,6 @@ object uncoalescerTestConfig extends CoalescerConfig(
dataBusWidth = 5,
// watermark = 2,
wordSizeInBytes = 4,
wordWidth = 2,
numOldSrcIds = 16,
numNewSrcIds = 4,
respQueueDepth = 4,