diff --git a/README.md b/README.md index d4c83d2..b791c97 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,9 @@ make -f $RV_ROOT/tools/Makefile [] [debug=1] [snapshot=] [t where: - - can be 'verilator' (by default) 'irun' - Cadence xrun, 'vcs' - Synopsys VCS, 'vlog' Mentor Questa - if not provided, 'make' cleans work directory, builds verilator executable and runs a test. -debug=1 - allows VCD generation for verilator and VCS and SHM waves for irun option. + - can be 'verilator' (by default) 'irun' - Cadence xrun, 'vcs' - Synopsys VCS, 'vlog' Mentor Questa, + 'riviera' - Aldec Riviera-PRO if not provided, 'make' cleans work directory, builds verilator executable and runs a test. +debug=1 - allows VCD generation for verilator, VCS and Riviera-PRO and SHM waves for irun option. - predefined CPU configurations 'default' ( by default), 'default_ahb', 'default_pd', 'high_perf' TEST - allows to run a C (.c) or assembly (.s) test, hello_world is run by default TEST_DIR - alternative to test source directory testbench/asm