jlpteaching / dinocpu

A teaching-focused RISC-V CPU design used at UC Davis
BSD 3-Clause "New" or "Revised" License
140 stars 39 forks source link

Updated file path to InstTests object + formatting revisions #128

Closed johnzl-777 closed 4 years ago

johnzl-777 commented 4 years ago

The InstTests object file does not exist at the old path.

A little bit of digging shows that its actual home is src/main/scala/testing/InstTests.scala

Minor edits have also been made for readability purposes.

powerjg commented 4 years ago

Thanks! See https://jlpteaching.github.io/ECS154B/extra-credit.html if you haven't already :)

powerjg commented 4 years ago

PS: If you want to add a new binary, feel free to just check in the .riscv and I can build it, if you don't want to install a cross compiler