Add --coverage-per-instance

This commit is contained in:
Yogish Sekhar
2026-05-24 18:08:55 -04:00
committed by GitHub
parent 6b48b772d3
commit cf8713aebc
12 changed files with 417 additions and 0 deletions
+1
View File
@@ -1360,6 +1360,7 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc,
DECL_OPTION("-coverage-fsm", OnOff, &m_coverageFsm);
DECL_OPTION("-coverage-line", OnOff, &m_coverageLine);
DECL_OPTION("-coverage-max-width", Set, &m_coverageMaxWidth);
DECL_OPTION("-coverage-per-instance", OnOff, &m_coveragePerInstance);
DECL_OPTION("-coverage-toggle", OnOff, &m_coverageToggle);
DECL_OPTION("-coverage-underscore", OnOff, &m_coverageUnderscore);
DECL_OPTION("-coverage-user", OnOff, &m_coverageUser);