diff --git a/README.md b/README.md index 19b90be..9e73e16 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,13 @@ This CPU will implement the RV32I ISA, with the following goals: # How to Run the Test -Use the command :\ -```make TARGET=-``` +Use the command : ```make TARGET=-``` -With `test_bench` among the listed test bench in the `tb` directory and `sub_test` a source code file in the `tb/test_source_code/tb_` directory. -```make TARGET=risc_v_cpu-test``` +With `test_bench` among the listed test bench in the `tb` directory and `sub_test` a source code file in the `tb/test_source_code/tb_` directory. \ +Example: `make TARGET=risc_v_cpu-test` -You can remove the dash and `sub_test` argument to run only the non source code based test. -```make TARGET=risc_v_cpu``` +You can remove the dash and `sub_test` argument to run only the non source code based test. \ +Example: `make TARGET=risc_v_cpu` -Or use `all` as a `sub_test` to run all test associated to a `test_bench`. -```make TARGET=risc_v_cpu-all``` +Or use `all` as a `sub_test` to run all test associated to a `test_bench`. \ +Example: `make TARGET=risc_v_cpu-all`