mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added cover() API
This commit is contained in:
parent
b31762d158
commit
6b1018314c
2 changed files with 35 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
CoverAgent *CoverAgent::first_cover_agent = NULL;
|
||||
|
||||
std::vector<FILE*> log_files;
|
||||
FILE *log_errfile = NULL;
|
||||
bool log_time = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue