3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-23 20:58:55 +00:00

Now using a dedicated ELF section for all coverage counters

This commit is contained in:
Clifford Wolf 2014-07-24 15:05:05 +02:00
parent 22ede43b3f
commit 7679000673
3 changed files with 21 additions and 26 deletions

View file

@ -29,8 +29,6 @@
#include <vector>
#include <list>
CoverAgent *CoverAgent::first_cover_agent = NULL;
std::vector<FILE*> log_files;
FILE *log_errfile = NULL;
bool log_time = false;