ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CoreDSLCoverage.h
Go to the documentation of this file.
1#ifndef __COREDSL_COVERAGE_H__
2#define __COREDSL_COVERAGE_H__
3
4#include <map>
5
6extern std::map<int, int> coverage_map;
7
8#endif
std::map< int, int > coverage_map