Skip to content

Commit 73c0958

Browse files
committed
Tests: For UVM, add --timing
1 parent 1b4fba4 commit 73c0958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/t_uvm_parse.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
uvm_root = os.path.abspath(test.t_dir + "/../submodules/uvm")
1515

1616
test.lint(
17-
v_flags=["+incdir+" + uvm_root + "/src", "-Wall", "--debug-exit-uvm"])
17+
v_flags=["--timing", "-Wall", "--debug-exit-uvm",
18+
#
19+
"+incdir+" + uvm_root + "/src"])
1820

1921
test.passes()

0 commit comments

Comments
 (0)