You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The forceElaborate()/hasIssuedErrors() dance which should stop us from attempting netlist conversion on an AST which failed elaboration doesn't work perfectly. It misses e.g. the following:
module top;
initial begin
$t(1 + 1);
end
endmodule
The text was updated successfully, but these errors were encountered:
The
forceElaborate()/hasIssuedErrors()
dance which should stop us from attempting netlist conversion on an AST which failed elaboration doesn't work perfectly. It misses e.g. the following:The text was updated successfully, but these errors were encountered: