VexRiscv/src
Sean Cross d1e215e312 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-04-26 18:02:43 +08:00
..
main caches: work without writeBack stage 2019-04-26 18:02:43 +08:00
test Add configs without memory/writeback stages in regressions 2019-04-25 17:36:13 +02:00