We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e12e8e commit 5adf4cdCopy full SHA for 5adf4cd
src/main/scala/xiangshan/frontend/icache/ICache.scala
@@ -271,7 +271,7 @@ class ICacheMetaArray(implicit p: Parameters) extends ICacheArray with HasICache
271
shouldReset = true,
272
holdRead = true,
273
singlePort = true,
274
- withClockGate = false // enable signal timing is bad, no gating here
+ withClockGate = true
275
))
276
277
// meta connection
@@ -431,7 +431,7 @@ class ICacheDataArray(implicit p: Parameters) extends ICacheArray with HasICache
431
432
433
434
- withClockGate = true
+ withClockGate = false // enable signal timing is bad, no gating here
435
436
437
// read
0 commit comments