mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Configurable RISC-V Processor
cdcacb8dbe
we're not sure if this is a good idea, but for now, we broke things up into 3 seperate files, each read seperately. One for pc and instructions, one for registers, and one for memory reads. Each is scrolled through essentially independantly: new pc data is read and checked whenever pc changes, new register data is checked whenever any register changes, and a new mem read value is gotten whenever DataAdrM or MemRWM changes and MemRWM is not zero. I'm not super sure about the last one. Currently it looks like things should be working, but it goes wrong after, like, 3 instructions. |
||
---|---|---|
riscv-o3@afb27bd558 | ||
wally-pipelined | ||
.gitignore | ||
LICENSE | ||
README.md |
riscv-wally
Configurable RISC-V Processor