|
|
@ -1,5 +1,10 @@ |
|
|
|
# vriscv - a risc-v simulator |
|
|
|
# vriscv - a risc-v simulator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Linux and the BBL bootloader can be downloaded, built, and ran on the simulator using: |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
make run |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Unit tests |
|
|
|
## Unit tests |
|
|
|
|
|
|
|
|
|
|
|
Unit tests can be compiled and run using : |
|
|
|
Unit tests can be compiled and run using : |
|
|
|