mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 06:25:20 +00:00
Configurable RISC-V Processor
32ec457e09
In the dcache we added a register to save the load read data in the event an itlb miss occurs concurrently with the load in the memory stage. Under this situation we need to record the load ReadDataM into a temporary register, SavedReadDataM. At this time the CPU is stall; however the walker is going to change the address in the dcache which destroys this data. When leaving the PTW_READY state via a walker instruction fault or ITLB write we select this SavedReadDataM so that the CPU can capture it. |
||
---|---|---|
riscv-coremark | ||
testsBP | ||
wally-pipelined | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
riscv-wally
Configurable RISC-V Processor