We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e961da2 commit 5aa55c5Copy full SHA for 5aa55c5
src/main/scala/coupledL2/tl2chi/chi/LinkLayer.scala
@@ -274,7 +274,7 @@ class Decoupled2LCredit[T <: Bundle](
274
275
// The maximum number of L-Credits that a receiver can provide is 15.
276
val lcreditsMax = 15
277
- val enableCHIAsync = cacheParams.enableCHIAsyncBridge.getOrElse(false)
+ val enableCHIAsync = cacheParams.enableCHIAsyncBridge
278
val overlcreditVal = if(enableCHIAsync) overlcreditNum.getOrElse(0) else 0
279
val lcreditsMaxAll = lcreditsMax + overlcreditVal
280
val lcreditPool = RegInit(overlcreditVal.U(log2Up(lcreditsMaxAll+1).W))
0 commit comments