3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Revert "Add "#ifdef __FreeBSD__""

This reverts commit e3575a86c5.
This commit is contained in:
Clifford Wolf 2018-05-13 13:06:36 +02:00
parent 7d076f071e
commit 1167538d26
5 changed files with 9 additions and 52 deletions

View file

@ -128,7 +128,7 @@ struct CoverPass : public Pass {
log("\n");
}
#if defined(YOSYS_ENABLE_COVER) && (defined(__linux__) || defined(__FreeBSD__))
#if defined(YOSYS_ENABLE_COVER) && defined(__linux__)
for (auto &it : get_coverage_data()) {
if (!patterns.empty()) {
for (auto &p : patterns)