Tests: randc now supported

This commit is contained in:
Wilson Snyder 2023-09-26 22:53:25 -04:00
parent 84ccb23098
commit 2385ab8294
3 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ scenarios(vlt => 1);
lint(
fails => 1,
verilator_flags2 => ['-Wno-RANDC'],
expect_filename => $Self->{golden_filename},
);

View File

@ -11,7 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
scenarios(vlt => 1);
compile(
v_flags2 => ["-Wno-PKGNODECL -Wno-UNPACKED -Wno-RANDC -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT",
v_flags2 => ["-Wno-PKGNODECL -Wno-UNPACKED -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT",
"--error-limit 200"],
);

View File

@ -12,7 +12,7 @@ scenarios(vlt => 1);
compile(
v_flags2 => ["--timing",
"-Wno-PKGNODECL -Wno-RANDC -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT",
"-Wno-PKGNODECL -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT",
"-Wno-WIDTHEXPAND -Wno-WIDTHTRUNC -Wno-CASTCONST -Wno-REALCVT",
"--error-limit 200 --debug-exit-uvm"],
verilator_make_gmake => 0,