mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
Part of earlier commit - no SystemPerl now for coverage.
This commit is contained in:
parent
7c486e27ba
commit
87573a9fef
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user