VexRiscv/src
Sean Cross b0199297fd caches: work without writeBack stage
In the case of an MMU miss, the data caches will create a retry branch port.
These currently implicitly go into the memory/writeBack stage, however
not all CPUs have this stage.

Place the retry branch port into the correct stage.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-07-27 10:08:53 +08:00
..
main caches: work without writeBack stage 2019-07-27 10:08:53 +08:00
test Add configs without memory/writeback stages in regressions 2019-04-25 17:36:13 +02:00