Update pr1008.v to $finish

This commit is contained in:
Wilson Snyder 2025-09-01 13:41:25 -04:00
parent dad78d5258
commit d400fa21bd
1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ initial begin
a = 0;
#2;
a = 1;
`ifdef VERILATOR
#3;
$finish; // Always @* in Verilator isn't input-sensitive, loops forever
`endif
end
/* This generated the error: