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

Added cover_list() API

This commit is contained in:
Clifford Wolf 2014-07-24 19:36:20 +02:00
parent 45b4154b37
commit 10d2402e2f
2 changed files with 46 additions and 2 deletions

View file

@ -29,6 +29,9 @@
#include <vector>
#include <list>
// declared extern in log.h
std::map<std::string, std::pair<std::string, int>> extra_coverage_data;
std::vector<FILE*> log_files;
FILE *log_errfile = NULL;
bool log_time = false;