Add: new make way enabling multiple asm generated test
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
all:
|
||||
./../scripts/get_bin.sh ../tb/test_source_code/tb_riscv_cpu/test
|
||||
python3 ./../scripts/gen_test.py ../tb/test_source_code/tb_riscv_cpu test.S
|
||||
vsim -c -do "do simu.do; quit -f"
|
||||
./../scripts/run_test.sh $(TARGET)
|
||||
|
||||
debug:
|
||||
vsim -do "do simu.do"
|
||||
./../scripts/run_test.sh $(TARGET) debug
|
||||
|
||||
Reference in New Issue
Block a user