Fix misleading maxSize param in Req/RespQueueEntry
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user