riscv-dv icon indicating copy to clipboard operation
riscv-dv copied to clipboard

Make renode_wrapper more configurable

Open MateuszKarlic opened this issue 6 months ago • 0 comments

Allow to pass more options to renode_wrapper such as:

  • CPU model
  • privilege levels
  • additional CPU constructor parameters

Also this adds an additional print to instr_trace_compare.py and allows to pass additional arguments to ISS with --iss_opts= switch.

This PR depends on: https://github.com/chipsalliance/riscv-dv/pull/984 and should be considered for merge only after those changes are applied. The first commit here is taken directly from that PR.

MateuszKarlic avatar Aug 28 '24 11:08 MateuszKarlic