physical-computation / Sail-RV32I-common

Common files for the Sail RISC-V processor.
MIT License
5 stars 13 forks source link

Look into simplifying data memory #27

Open rjlv2 opened 5 years ago

rjlv2 commented 5 years ago

Currently data memory is implemented using a state machine and stalls to the processor clock. It might be possible to implemented read and writes in 1 clock cycle, but that means constraining a lot of logic operations to run in 1 clock cycle. Might be worth checking the impact on timing.