mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:03:26 +02:00
Internals: Carry 'with' clause as op4 on AstNodeFTaskRef (#7114)
op4 is now available to carry the 'with' clause explicitly instead of being part of the argument lit. Will strengthen 'pinsp' to be List[AstArg] next.
This commit is contained in:
@@ -505,6 +505,7 @@ class SplitUnpackedVarVisitor final : public VNVisitor, public SplitVarImpl {
|
||||
}
|
||||
m_foundTargetVar.clear();
|
||||
}
|
||||
if (nodep->withp()) iterate(nodep->withp());
|
||||
}
|
||||
void visit(AstPin* nodep) override {
|
||||
UINFO(5, nodep->modVarp()->prettyNameQ() << " pin ");
|
||||
|
||||
Reference in New Issue
Block a user