What about following testing lines?
./riscv -r -e ./code/input/random.input > ./code/out/random.trace
random/simple/multiply
In my code, every test is passing with -r for both parts, but with -r -e only my UJ is not working
I think due to this the following tests are also not working-
./riscv -r -e ./code/input/random.input > ./code/out/random.trace
./riscv -r -e ./code/input/simple.input > ./code/out/simple.trace
./riscv -r -e ./code/input/multiply.input > ./code/out/multiple.trace