Reservoir-In-Processor / rip-sim

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

decode just in time #39

Closed khei4 closed 1 year ago

khei4 commented 1 year ago

So far, the Simulator decodes all input bytes ahead of time, but the real binary, like riscv-tests or dhrystone, contains data sections. So change it to just in time.