#60 Fix instruction cache refill
This commit is contained in:
parent
fd15a938c5
commit
32921491b8
|
@ -230,6 +230,7 @@ class IBusCachedPlugin(resetVector : BigInt = 0x80000000l,
|
||||||
}
|
}
|
||||||
|
|
||||||
redoFetch clearWhen(!iBusRsp.readyForError)
|
redoFetch clearWhen(!iBusRsp.readyForError)
|
||||||
|
cache.io.cpu.fill.valid clearWhen(!iBusRsp.readyForError)
|
||||||
if (catchSomething) decodeExceptionPort.valid clearWhen(fetcherHalt)
|
if (catchSomething) decodeExceptionPort.valid clearWhen(fetcherHalt)
|
||||||
|
|
||||||
redoBranch.valid := redoFetch
|
redoBranch.valid := redoFetch
|
||||||
|
|
Loading…
Reference in New Issue