mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Made "cover" a compile-time option (disabled by default)
This commit is contained in:
parent
80869531b9
commit
a346c0bf2b
5 changed files with 10 additions and 6 deletions
|
@ -274,7 +274,7 @@ void log_cell(RTLIL::Cell *cell, std::string indent)
|
|||
// ---------------------------------------------------
|
||||
// This is the magic behind the code coverage counters
|
||||
// ---------------------------------------------------
|
||||
#ifdef COVER_ACTIVE
|
||||
#ifdef YOSYS_ENABLE_COVER
|
||||
|
||||
std::map<std::string, std::pair<std::string, int>> extra_coverage_data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue