Support repeat and forever statements.

This commit is contained in:
Wilson Snyder
2009-02-25 22:06:59 -05:00
parent 8fe0c3dd84
commit d60d0a60c7
11 changed files with 129 additions and 12 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ private:
if (m_generate) { // Ignore for's when expanding genfor's
nodep->iterateChildren(*this);
} else {
nodep->v3error("V3Task should have removed standard FORs");
nodep->v3error("V3Begin should have removed standard FORs");
}
}