jlpteaching / dinocpu

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

Separated add0 test from all r-type instruction tests #114

Closed JulianToya closed 4 years ago

JulianToya commented 4 years ago

Did so for both the grade script and personal lab tests. Also modified "All r-type test" from 20 to 15, to give 5 points to the new single add0 test. Should resolve #7

powerjg commented 4 years ago

@JulianToya, there's one small thing here before we can merge :)