mirror of https://github.com/YosysHQ/yosys.git
Another build fix by americanrouter (via reddit)
This commit is contained in:
parent
788bd02f97
commit
5215723c64
|
@ -238,6 +238,7 @@ void log_cell(RTLIL::Cell *cell, std::string indent)
|
||||||
// ---------------------------------------------------
|
// ---------------------------------------------------
|
||||||
// This is the magic behind the code coverage counters
|
// This is the magic behind the code coverage counters
|
||||||
// ---------------------------------------------------
|
// ---------------------------------------------------
|
||||||
|
#ifdef COVER_ACTIVE
|
||||||
|
|
||||||
std::map<std::string, std::pair<std::string, int>> extra_coverage_data;
|
std::map<std::string, std::pair<std::string, int>> extra_coverage_data;
|
||||||
|
|
||||||
|
@ -283,5 +284,7 @@ std::map<std::string, std::pair<std::string, int>> get_coverage_data()
|
||||||
return coverage_data;
|
return coverage_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
YOSYS_NAMESPACE_END
|
YOSYS_NAMESPACE_END
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue