mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Pump tb version
This commit is contained in:
parent
bd9e852596
commit
7b0a436d70
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -127,7 +127,7 @@ $(library):
|
|||
vlib${questa_version} ${library}
|
||||
|
||||
sim: build
|
||||
vsim${questa_version} -64 -lib ${library} ${top_level}_optimized +UVM_TESTNAME=${test_case} +BASEDIR=$(riscv-test-dir) \
|
||||
vsim${questa_version} -64 -lib ${library} ${top_level}_optimized +UVM_TESTNAME=${test_case} +BASEDIR=$(riscv-test-dir) -noautoldlibpath \
|
||||
+ASMTEST=$(riscv-test) $(uvm-flags) +UVM_VERBOSITY=HIGH -coverage -classdebug -sv_lib $(library)/elf_dpi -do "do tb/wave/wave_core.do"
|
||||
|
||||
sim_nopt: build
|
||||
|
@ -136,7 +136,7 @@ sim_nopt: build
|
|||
|
||||
|
||||
simc: build
|
||||
vsim${questa_version} -64 -c -lib ${library} ${top_level}_optimized +max-cycles=$(max_cycles) +UVM_TESTNAME=${test_case} \
|
||||
vsim${questa_version} -64 -c -lib ${library} ${top_level}_optimized +max-cycles=$(max_cycles) +UVM_TESTNAME=${test_case} -noautoldlibpath \
|
||||
+BASEDIR=$(riscv-test-dir) $(uvm-flags) +ASMTEST=$(riscv-test) "+UVM_VERBOSITY=HIGH" -coverage -classdebug -sv_lib $(library)/elf_dpi -do "run -all; do tb/wave/wave_core.do; exit"
|
||||
|
||||
run-asm-tests: build
|
||||
|
|
2
tb
2
tb
|
@ -1 +1 @@
|
|||
Subproject commit a80273c54114541d90bf4308fba7ccf438a83d3c
|
||||
Subproject commit d5605a06ecf7e2fa881c55f25870fdcef5433a48
|
Loading…
Add table
Add a link
Reference in a new issue