openrisc / or1ksim

The OpenRISC 1000 architectural simulator
GNU General Public License v3.0
69 stars 43 forks source link

Extracting Control Signals from the Simulator #28

Open rsar97 opened 4 months ago

rsar97 commented 4 months ago

Is it possible to extract the control signals of the processor corresponding to the RTL code of the or1200 processsor for a given set of instructions ?

stffrdhrn commented 4 months ago

The or1ksim simulator is a instruction simulator which simulates at the instruction level . It is not meant to replicate a CPU implementation internals.

I suspect you could output control signals using or1200 and iverilog. Fusesoc could help with this.