mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 18:14:33 +02:00
Propagate class timescale to class package (#4348)
Signed-off-by: Krzysztof Bieganski <[email protected]>
This commit is contained in:
@@ -67,6 +67,7 @@ private:
|
||||
nodep->editCountInc();
|
||||
nodep->classOrPackagep(packagep);
|
||||
packagep->classp(nodep);
|
||||
packagep->timeunit(nodep->timeunit());
|
||||
v3Global.rootp()->addModulesp(packagep);
|
||||
// Add package to hierarchy
|
||||
AstCell* const cellp = new AstCell{packagep->fileline(),
|
||||
|
||||
Reference in New Issue
Block a user