openrisc / or1ksim

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

bring or1ksim up to speed #1

Closed pgavin closed 11 years ago

pgavin commented 11 years ago

The commits here:

  1. change or1ksim to use the new or1k architecture instead of or32
  2. add no-delay-slot support to or1ksim, including to the testsuite
  3. fix a few bugs/warnings
  4. regenerate all the autoconf/automake stuff.

I did a make distcheck, the full testsuite works on both or1k and or1knd modes.

jeremybennett commented 11 years ago

Peter,

I realize I should have done something with this a while ago. It can't go into master, because it will break everything old. We need a separate branch for or1k, which should work in parallel with master.

jeremybennett commented 11 years ago

I'm going to merge this into master, then merge it into the or1k-master branch, before blowing away the master branch. At some stage we will need to merge the two branches, so we have a version of or1ksim that can support both or32-xxx and or1k-xxx which we will need for the short and medium term.