2023-10-11 08:43:36 +00:00
|
|
|
all:
|
2023-11-20 13:20:42 +00:00
|
|
|
./../scripts/get_bin.sh ../tb/test_source_code/tb_riscv_cpu/test
|
2023-11-21 09:45:25 +00:00
|
|
|
python3 ./../scripts/gen_test.py ../tb/test_source_code/tb_riscv_cpu test.S
|
2023-10-11 08:43:36 +00:00
|
|
|
vsim -c -do "do simu.do; quit -f"
|
|
|
|
|
|
|
|
debug:
|
|
|
|
vsim -do "do simu.do"
|