forked from github/verilator
Apply 'make format'
This commit is contained in:
parent
2342549caf
commit
340efe3a3a
@ -61,9 +61,13 @@ private:
|
|||||||
packagep->classp(nodep);
|
packagep->classp(nodep);
|
||||||
v3Global.rootp()->addModulep(packagep);
|
v3Global.rootp()->addModulep(packagep);
|
||||||
// Add package to hierarchy
|
// Add package to hierarchy
|
||||||
AstCell* const cellp
|
AstCell* const cellp = new AstCell{packagep->fileline(),
|
||||||
= new AstCell{packagep->fileline(), packagep->fileline(), packagep->name(),
|
packagep->fileline(),
|
||||||
packagep->name(), nullptr, nullptr, nullptr};
|
packagep->name(),
|
||||||
|
packagep->name(),
|
||||||
|
nullptr,
|
||||||
|
nullptr,
|
||||||
|
nullptr};
|
||||||
cellp->modp(packagep);
|
cellp->modp(packagep);
|
||||||
v3Global.rootp()->topModulep()->addStmtp(cellp);
|
v3Global.rootp()->topModulep()->addStmtp(cellp);
|
||||||
// Find class's scope
|
// Find class's scope
|
||||||
|
Loading…
Reference in New Issue
Block a user