Update README.md
This commit is contained in:
parent
09ba7c28da
commit
0327c5ec3a
|
@ -143,7 +143,8 @@ sbt "run-main vexriscv.demo.GenSmallest"
|
||||||
To run tests (need the verilator simulator), go in the src/test/cpp/regression folder and run :
|
To run tests (need the verilator simulator), go in the src/test/cpp/regression folder and run :
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# To test the GenFull CPU
|
# To test the GenFull CPU
|
||||||
|
# (Don't worry about the CSR test not passing, basicaly the GenFull isn't the truly full version of the CPU, some CSR feature are disable in it)
|
||||||
make clean run
|
make clean run
|
||||||
|
|
||||||
# To test the GenSmallest CPU
|
# To test the GenSmallest CPU
|
||||||
|
|
Loading…
Reference in New Issue