Skip to content

Commit a34fb48

Browse files
author
Mariusz Glebocki
committed
Enable non-synthesizable code removal in Surelog.
1 parent a08c529 commit a34fb48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

systemverilog-plugin/uhdmsurelogastfrontend.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ struct UhdmSurelogAstFrontend : public UhdmCommonFrontend {
172172
clp->setParse(true);
173173
clp->fullSVMode(true);
174174
clp->setCacheAllowed(true);
175+
clp->setReportNonSynthesizable(true);
175176
if (this->shared.defer) {
176177
clp->setCompile(false);
177178
clp->setElaborate(false);

0 commit comments

Comments
 (0)