Skip to content

Commit 5adf4cd

Browse files
committed
timing(icache): restore the relaxation of ICG for icache data
1 parent 9e12e8e commit 5adf4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/xiangshan/frontend/icache/ICache.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class ICacheMetaArray(implicit p: Parameters) extends ICacheArray with HasICache
271271
shouldReset = true,
272272
holdRead = true,
273273
singlePort = true,
274-
withClockGate = false // enable signal timing is bad, no gating here
274+
withClockGate = true
275275
))
276276

277277
// meta connection
@@ -431,7 +431,7 @@ class ICacheDataArray(implicit p: Parameters) extends ICacheArray with HasICache
431431
shouldReset = true,
432432
holdRead = true,
433433
singlePort = true,
434-
withClockGate = true
434+
withClockGate = false // enable signal timing is bad, no gating here
435435
))
436436

437437
// read

0 commit comments

Comments
 (0)