chipsalliance / dromajo

RISC-V RV64GC emulator designed for RTL co-simulation
Apache License 2.0
210 stars 63 forks source link

Fixing issue #73 #74

Closed kabylkas closed 1 year ago

kabylkas commented 1 year ago

Small patch to fix issue #73. Decided to keep maxinsns common for all cores, i.e. per simulation, rather than per core.

renau commented 1 year ago

I think that it is a good patch for issues in the multicore.

kabylkas commented 1 year ago

Closing this PR as #76 also addresses this.