Origen V93K SMT7 Library
 All Classes Namespaces Files Functions Variables Typedefs Macros
origen.hpp
Go to the documentation of this file.
1 #ifndef ORIGEN_HPP_INCLUDED
2 #define ORIGEN_HPP_INCLUDED
3 
4 #define ORIGEN_VERSION "0.14.0.pre0"
5 
6 #ifndef debugger
7 #define debugger __asm__("int $3");
8 #endif
9 
10 #include "origen/helpers.hpp"
11 #include "origen/site.hpp"
12 #include "origen/utils.hpp"
13 
14 namespace Origen {
15 
16 extern vector<Site> Sites;
17 Utils::Version version();
18 Site& site();
19 Site& site(int site);
20 extern bool invertFunctionalResults;
21 }
22 #endif
vector< Site > Sites
Definition: origen.cpp:11
bool invertFunctionalResults
Definition: origen.cpp:17
Site & site()
Definition: origen.cpp:13
Utils::Version version()
Definition: origen.cpp:6