1 parent 650140f commit 8ba18e6Copy full SHA for 8ba18e6
1 file changed
rtl/src/frontend/icache/ICache.scala
@@ -181,7 +181,8 @@ private class TagChecker(parameter: ICacheParameter) extends Module {
181
io.waysValid := waysValid
182
io.waysHit := hits
183
io.result := io.dataPort(hitWayIdx).data
184
- io.hit := c1c2Reg.valid && anyHit && !uncached
+ // io.hit := c1c2Reg.valid && anyHit && !uncached
185
+ io.hit := false.B
186
io.uncached := uncached
187
io.paddr := io.xlate.pa
188
io.exception.ecodes := MuxCase(
0 commit comments