Skip to content

Commit 7eb843c

Browse files
Revert "fixme: force un-hit ICache"
This reverts commit 8ba18e6.
1 parent 2e24f3c commit 7eb843c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rtl/src/frontend/icache/ICache.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ private class TagChecker(parameter: ICacheParameter) extends Module {
181181
io.waysValid := waysValid
182182
io.waysHit := hits
183183
io.result := io.dataPort(hitWayIdx).data
184-
// io.hit := c1c2Reg.valid && anyHit && !uncached
185-
io.hit := false.B
184+
io.hit := c1c2Reg.valid && anyHit && !uncached
186185
io.uncached := uncached
187186
io.paddr := io.xlate.pa
188187
io.exception.ecodes := MuxCase(

0 commit comments

Comments
 (0)