Home
last modified time | relevance | path

Searched refs:PUBLIC_MODULE (Results 1 – 4 of 4) sorted by relevance

/dports/cad/verilator/verilator-4.216/src/
H A DV3LinkResolve.cpp274 } else if (nodep->pragType() == AstPragmaType::PUBLIC_MODULE) { in visit()
H A DV3Config.cpp453 AstPragmaType::PUBLIC_MODULE); in addVarAttr()
H A DV3Ast.h227 PUBLIC_MODULE, enumerator
H A Dverilog.y2305 | yVL_PUBLIC_MODULE { $$ = new AstPragma($1,AstPragmaType::PUBLIC_MODULE); v3Global.dpi(true); }