Skip to content

Commit 8ba18e6

Browse files
fixme: force un-hit ICache
1 parent 650140f commit 8ba18e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rtl/src/frontend/icache/ICache.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ 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
184+
// io.hit := c1c2Reg.valid && anyHit && !uncached
185+
io.hit := false.B
185186
io.uncached := uncached
186187
io.paddr := io.xlate.pa
187188
io.exception.ecodes := MuxCase(

0 commit comments

Comments
 (0)