Reservoir-In-Processor / rip-sim

Cycle-level simulator for "Reservoir in Processor"
Apache License 2.0
4 stars 0 forks source link

Add CSR instructions. #47

Closed hirayamy closed 1 year ago

hirayamy commented 1 year ago

I implement the csrrw and csrrs instructions. The modifications are follows:

hirayamy commented 1 year ago

finished to port CSR instructions to RIP :)