We need a couple of instructions before we can run the RISCOF arch-test quite, specifically: - [x] `addi` @DanielTaoHuang123 (#50) - [x] `auipc` @DanielTaoHuang123 / @houjingl (#59) - [x] `lui` @houjingl / @TheDeepestSpace (#56, #59) - [x] `srli` @MM871 / @DanielTaoHuang123 (#54) - [x] `nop` @MM871 / @TheDeepestSpace / @joon2022park (#63) - [x] `or` @TheDeepestSpace (#48)
We need a couple of instructions before we can run the RISCOF arch-test quite, specifically:
addi@DanielTaoHuang123 (add sw_testbench #50)auipc@DanielTaoHuang123 / @houjingl (lui tb and auipc tb and related FSM changes #59)lui@houjingl / @TheDeepestSpace (Implementluiinstruction #56, lui tb and auipc tb and related FSM changes #59)srli@MM871 / @DanielTaoHuang123 (add testbench for srli instruction #54)nop@MM871 / @TheDeepestSpace / @joon2022park (Added testbench for NOP instruction #63)or@TheDeepestSpace (Add testbench fororinstruction #48)