Commentary

This commit is contained in:
Wilson Snyder 2012-07-31 19:23:19 -04:00
parent 2a274f9c19
commit a4c2819be2
2 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,6 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Lesser General Public License Version 3 or the Perl Artistic License
# Version 2.0.
$Self->{vlt} and $Self->unsupported("Verilator unsupported, bug474");
compile (
);

View File

@ -19,7 +19,9 @@ module t ();
// synthesis translate on
localparam LP_PACK_AND_MOD = 20;
initial begin
// verilator lint_off STMTDLY
#10;
// verilator lint_on STMTDLY
if (LP_PACK_AND_MOD != 20) $stop;
check_param();
$write("*-* All Finished *-*\n");