diff --git a/scripts/riscv_isa_formal/README.md b/scripts/riscv_isa_formal/README.md index 3cb124dce..ce4d81c82 100755 --- a/scripts/riscv_isa_formal/README.md +++ b/scripts/riscv_isa_formal/README.md @@ -36,7 +36,7 @@ Contains all files to create assertions and to launch different tool apps on dif ## How to launch a run - Locally clone cv32e40p github repository or make a symbolic link to an existing repo. -- launch following command: +- launch following command:
make GUI=1 APP=PRC CONF=XP MODE=DEF NAME=v1_8_0 VERBOSE=1 PREPARE=1 all >&! run_gui-PRC-cfg_XP-mode_DEF-v1_8_0.log & - or use launch_command_example to launch different runs in parallel.