mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 00:18:46 +00:00
Disabled cover() for non-linux builds
This commit is contained in:
parent
a8706b73a2
commit
c4e4f79a2a
3 changed files with 8 additions and 4 deletions
|
@ -749,7 +749,7 @@ int main(int argc, char **argv)
|
|||
delete yosys_design;
|
||||
yosys_design = NULL;
|
||||
|
||||
#ifndef NDEBUG
|
||||
#ifdef COVER_ACTIVE
|
||||
if (getenv("YOSYS_COVER_DIR") || getenv("YOSYS_COVER_FILE"))
|
||||
{
|
||||
char filename_buffer[4096];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue