Skip to content

Commit f163eb6

Browse files
committed
Tests: Rename t_uvm_hello_{version}
1 parent c8e3a63 commit f163eb6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
[submodule "submodules/uvm"]
4242
path = submodules/uvm
4343
url = https://github.com/chipsalliance/uvm-verilator.git
44-
shallow = true
44+
shallow = false
4545
[submodule "submodules/wbuart32"]
4646
path = submodules/wbuart32
4747
url = https://github.com/ZipCPU/wbuart32.git

t/t_uvm_hello.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// any use, without warranty, 2019 by Wilson Snyder.
66
// SPDX-License-Identifier: CC0-1.0
77

8-
`define UVM_NO_DPI
9-
108
// All the heavy lifting needed here
119
`include "uvm_pkg.sv"
1210

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
" 2017-1.0"
2323
])
2424

25-
test.compile(v_flags=[
26-
"--binary -j 0 -Wall", #
27-
"-Wno-EOFNEWLINE", # Temp - need to cleanup UVM repo
28-
"+incdir+" + uvm_root + "/src"
29-
])
25+
test.compile(
26+
v_flags2=["+define+UVM_NO_DPI"],
27+
verilator_flags2=[
28+
"--binary -j 0 -Wall --dump-inputs", #
29+
"-Wno-EOFNEWLINE", # Temp - need to cleanup UVM repo
30+
"+incdir+" + uvm_root + "/src"
31+
])
3032

3133
test.execute()
3234

0 commit comments

Comments
 (0)