mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Fix coverage of delayed nets
This commit is contained in:
@@ -290,6 +290,7 @@ class ScopeVisitor final : public VNVisitor {
|
||||
m_varScopes.emplace(std::make_pair(nodep, m_scopep), varscp);
|
||||
m_scopep->addVarsp(varscp);
|
||||
}
|
||||
iterateChildren(nodep);
|
||||
}
|
||||
void visit(AstVarRef* nodep) override {
|
||||
// VarRef needs to point to VarScope
|
||||
|
||||
Reference in New Issue
Block a user