Commentary
This commit is contained in:
parent
2a274f9c19
commit
a4c2819be2
|
|
@ -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 (
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue