1 parent 2e24f3c commit 7eb843cCopy full SHA for 7eb843c
1 file changed
rtl/src/frontend/icache/ICache.scala
@@ -181,8 +181,7 @@ 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
185
- io.hit := false.B
+ io.hit := c1c2Reg.valid && anyHit && !uncached
186
io.uncached := uncached
187
io.paddr := io.xlate.pa
188
io.exception.ecodes := MuxCase(
0 commit comments