Add --func-recursion-depth CLI option (#7175) (#7179)

This commit is contained in:
jalcim
2026-03-04 06:46:07 -05:00
committed by GitHub
parent 3bc73cc768
commit 7cf539cf05
7 changed files with 57 additions and 3 deletions
+1
View File
@@ -1590,6 +1590,7 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc,
fl->v3error("Unknown --make system specified: '" << valp << "'");
}
});
DECL_OPTION("-func-recursion-depth", Set, &m_funcRecursion);
DECL_OPTION("-max-num-width", Set, &m_maxNumWidth);
DECL_OPTION("-mod-prefix", CbVal, [this, fl](const char* valp) {
validateIdentifier(fl, valp, "--mod-prefix");