Add global enable to coalescer config

This commit is contained in:
Hansung Kim
2023-05-04 16:38:38 -07:00
parent eb802a2aaa
commit 1fa2e36740
2 changed files with 9 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ class DummyCoalescingUnitTBImp(outer: DummyCoalescingUnitTB) extends LazyModuleI
}
object testConfig extends CoalescerConfig(
enable = true,
numLanes = 4,
queueDepth = 1,
waitTimeout = 8,
@@ -646,6 +647,7 @@ class CoalShiftQueueTest extends AnyFlatSpec with ChiselScalatestTester {
}
object uncoalescerTestConfig extends CoalescerConfig(
enable = true,
numLanes = 4,
queueDepth = 2,
waitTimeout = 8,