3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-28 17:08:46 +00:00

Made "cover" a compile-time option (disabled by default)

This commit is contained in:
Clifford Wolf 2014-11-06 09:39:55 +01:00
parent 80869531b9
commit a346c0bf2b
5 changed files with 10 additions and 6 deletions

View file

@ -335,7 +335,7 @@ int main(int argc, char **argv)
log("%s\n", out_count ? "" : " no commands executed");
}
#ifdef COVER_ACTIVE
#ifdef YOSYS_ENABLE_COVER
if (getenv("YOSYS_COVER_DIR") || getenv("YOSYS_COVER_FILE"))
{
char filename_buffer[4096];