1
0
Fork 0

update README

This commit is contained in:
Yunsup Lee 2014-08-31 20:57:16 -07:00
parent c03c09ec31
commit 882fecf43a
1 changed files with 3 additions and 10 deletions

View File

@ -15,13 +15,6 @@ To build RISC-V ISA simulator, frontend server, proxy kernel and newlib based GN
$ cd riscv-tools
$ ./build.sh
To build asm tests and benchmarks (you must have the RISC-V toolchain installed and in your path):
$ cd riscv-tests/isa/
$ make -j
$ cd riscv-tests/benchmarks
$ make -j
Building The Project
--------------------
@ -33,7 +26,7 @@ To build the C simulator:
To build the VCS simulator:
$ cd vlsi/build/vcs-sim-rtl
$ cd vsim
$ make
in either case, you can run a set of assembly tests or simple benchmarks:
@ -58,9 +51,9 @@ And to run the assembly tests on the C simulator and generate waveforms:
$ make run-vecasm-timer-tests-debug
$ make run-bmarks-test-debug
To get FPGA-synthesizable verilog (output will be in `fpga/generated-src`):
To get FPGA-synthesizable verilog (output will be in `fsim/generated-src`):
$ cd fpga/build/syn
$ cd fsim
$ make