Skip to content

Commit 3436e07

Browse files
committed
Tests: Simplify waivers now have --vlt-std-waiver
1 parent aa34fa6 commit 3436e07

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test:
3838

3939
######################################################################
4040

41-
git-update:
41+
git-update git-pull:
4242
git pull
4343
git submodule update --remote --merge
4444

t/t_uvm_parse.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313

1414
uvm_root = os.path.abspath(test.t_dir + "/../submodules/uvm")
1515

16-
test.lint(v_flags=[
17-
"+incdir+" + uvm_root + "/src",
18-
"-Wall -Wno-DECLFILENAME -Wno-VARHIDDEN -Wno-CONSTRAINTIGN -Wno-MISINDENT",
19-
"--debug-exit-uvm"
20-
])
16+
test.lint(
17+
v_flags=["+incdir+" + uvm_root + "/src", "-Wall", "--debug-exit-uvm"])
2118

2219
test.passes()

t/t_uvm_parse.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// All the heavy lifting needed here
1111
`include "uvm_pkg.sv"
1212

13+
// verilator lint_off DECLFILENAME
14+
1315
module t (/*AUTOARG*/);
1416
initial begin
1517
$write("Hello World\n");

0 commit comments

Comments
 (0)