Skip to content

Commit

Permalink
Tests: Add UVM test that generates ok with known issues commented out. (
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Sep 16, 2023
1 parent 07013da commit 26ed2a0
Show file tree
Hide file tree
Showing 5 changed files with 34,304 additions and 2 deletions.
1 change: 1 addition & 0 deletions test_regress/t/t_dist_copyright.pl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
test_regress/t/t_incr_void.v
test_regress/t/t_timing_trace_fst.pl
test_regress/t/t_uvm_pkg_all.vh
test_regress/t/t_uvm_pkg_todo.vh
test_regress/t/t_wrapper_context.pl
test_regress/t/t_wrapper_context_fst.pl
test_regress/t/t_wrapper_context_seq.pl
Expand Down
5 changes: 3 additions & 2 deletions test_regress/t/t_uvm_all.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@

scenarios(vlt => 1);

lint(
compile(
v_flags2 => ["--timing",
"-Wno-PKGNODECL -Wno-UNPACKED -Wno-RANDC -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT",
"-Wno-PKGNODECL -Wno-RANDC -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT",
"-Wno-WIDTHEXPAND -Wno-WIDTHTRUNC -Wno-CASTCONST -Wno-REALCVT",
"--error-limit 200 --debug-exit-uvm"],
verilator_make_gmake => 0,
);

#execute(
Expand Down
Loading

0 comments on commit 26ed2a0

Please sign in to comment.