ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
CoreDSLCoverage.h
Go to the documentation of this file.
1 #ifndef __COREDSL_COVERAGE_H__
2 #define __COREDSL_COVERAGE_H__
3 
4 #include <map>
5 
6 extern std::map<int, int> coverage_map;
7 
8 #endif
std::map< int, int > coverage_map