Part of earlier commit - no SystemPerl now for coverage.

This commit is contained in:
Wilson Snyder 2014-11-24 18:37:55 -05:00
parent 7c486e27ba
commit 87573a9fef

View File

@ -198,7 +198,7 @@ class V3Options {
bool systemC() const { return m_systemC; }
bool systemPerl() const { return m_systemPerl; }
bool usingSystemCLibs() const { return !lintOnly() && (systemPerl() || systemC()); }
bool usingSystemPerlLibs() const { return !lintOnly() && (systemPerl() || coverage()); }
bool usingSystemPerlLibs() const { return !lintOnly() && systemPerl(); }
bool savable() const { return m_savable; }
bool skipIdentical() const { return m_skipIdentical; }
bool stats() const { return m_stats; }