We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c529 commit a34fb48Copy full SHA for a34fb48
systemverilog-plugin/uhdmsurelogastfrontend.cc
@@ -172,6 +172,7 @@ struct UhdmSurelogAstFrontend : public UhdmCommonFrontend {
172
clp->setParse(true);
173
clp->fullSVMode(true);
174
clp->setCacheAllowed(true);
175
+ clp->setReportNonSynthesizable(true);
176
if (this->shared.defer) {
177
clp->setCompile(false);
178
clp->setElaborate(false);
0 commit comments