Rename defaultConfig -> DefaultCoalescerConfig

This commit is contained in:
Hansung Kim
2023-10-23 14:50:15 -07:00
parent 105bb37421
commit 2091ef686b
2 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ trait CanHaveMemtraceCore { this: BaseSubsystem =>
p(MemtraceCoreKey).map { param =>
// Safe to use get as WithMemtraceCore requires WithNLanes to be defined
val simtParam = p(SIMTCoreKey).get
val config = defaultConfig.copy(
val config = DefaultCoalescerConfig.copy(
numLanes = simtParam.nLanes,
numOldSrcIds = simtParam.nSrcIds
)