Skip to content

Commit cf91762

Browse files
author
Rafal Kapuscik
committed
Use fullSVMode in Surelog
Signed-off-by: Rafal Kapuscik <[email protected]>
1 parent 3e2fdc2 commit cf91762

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
@@ -110,6 +110,7 @@ struct UhdmSurelogAstFrontend : public UhdmCommonFrontend {
110110
clp->setParse(true);
111111
clp->setCompile(true);
112112
clp->setElaborate(true);
113+
clp->fullSVMode(true);
113114

114115
SURELOG::scompiler *compiler = nullptr;
115116
const std::vector<vpiHandle> uhdm_design = executeCompilation(symbolTable, errors, clp, compiler);

0 commit comments

Comments
 (0)