mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Support passing constraints to --xml-only output (still otherwise unsupported) (#4683)
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ private:
|
||||
whilep->addHereThisAsNext(copiedBodyp);
|
||||
}
|
||||
}
|
||||
void visit(AstForeach* nodep) override {
|
||||
void visit(AstNodeForeach* nodep) override {
|
||||
VL_RESTORER(m_loopp);
|
||||
{
|
||||
m_loopp = nodep;
|
||||
|
||||
Reference in New Issue
Block a user