mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 00:41:39 +02:00
No need for V3Signed to recurse into generate if.
This commit is contained in:
+1
-1
@@ -577,7 +577,7 @@ private:
|
||||
virtual void visit(AstNodeIf* nodep, AstNUser*) {
|
||||
// TOP LEVEL NODE
|
||||
//if (debug()) nodep->dumpTree(cout," IfPre: ");
|
||||
if (!nodep->castGenIf()) {
|
||||
if (!nodep->castGenIf()) { // for m_paramsOnly
|
||||
nodep->ifsp()->iterateAndNext(*this);
|
||||
nodep->elsesp()->iterateAndNext(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user