Tests: Rename t_dpi_instr_count_large
This commit is contained in:
parent
7dbe4f1807
commit
b0d1f720e0
|
@ -13,7 +13,7 @@ test.scenarios('vltmt')
|
|||
test.clean_objs()
|
||||
|
||||
test.compile(
|
||||
v_flags2=["t/t_instr_count_dpi_large.cpp"],
|
||||
v_flags2=["t/t_dpi_instr_count_large.cpp"],
|
||||
verilator_flags2=[
|
||||
"--instr-count-dpi 999999999",
|
||||
# Force UNOPTTHREADS error to cause Contraction limit increase beyond UINT32
|
|
@ -11,10 +11,10 @@ import vltest_bootstrap
|
|||
|
||||
test.scenarios('vltmt')
|
||||
test.clean_objs()
|
||||
test.top_filename = "t/t_instr_count_dpi_large.v"
|
||||
test.top_filename = "t/t_dpi_instr_count_large.v"
|
||||
|
||||
test.compile(
|
||||
v_flags2=["t/t_instr_count_dpi_large.cpp"],
|
||||
v_flags2=["t/t_dpi_instr_count_large.cpp"],
|
||||
verilator_flags2=[
|
||||
"--hierarchical",
|
||||
"--instr-count-dpi 999999999",
|
Loading…
Reference in New Issue