ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
CoreDSLCoverage.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2//
3// This file is part of ETISS. It is licensed under the BSD 3-Clause License; you may not use this file except in
4// compliance with the License. You should have received a copy of the license along with this project. If not, see the
5// LICENSE file.
6
7#ifndef __COREDSL_COVERAGE_H__
8#define __COREDSL_COVERAGE_H__
9
10#include <map>
11
12extern std::map<int, int> coverage_map;
13
14#endif
std::map< int, int > coverage_map