riscv

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 51eaca816ab2e04688fa8ae8dca7dedce6a64a84
parent 989dab726622903bdf98bf38b7304e287802dd0e
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat,  2 Nov 2019 21:13:37 -0700

README: update

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -14,10 +14,11 @@ $ cd toolchain $ ./doit -a riscv32 -j32 -f ``` -### building the project +### building and running the simulator and test program ``` $ make +$ ./bin/rvsim out/hello.bin ``` ### running the riscv compliance tests