Go to the documentation of this file.
9 #ifndef scGatesSimulator_h
10 #define scGatesSimulator_h
11 #include "scqSimulator.h"
14 using namespace sc_core;
using namespace std;
44 scGatesSimulator(sc_core::sc_module_name nm,
int argc,
char* argv[],
bool StandAlone=
true);
49 SInitialize_method(
void);
55 void writeSettings(
void);
76 Processor_Get(){
return msProcessor;}
82 void SetupHierarchies(
void);
87 std::map<string,int32_t>
96 #endif // scSimulator_h
This is a processor class comprising communicating scGridPoint classes. Comprises and handles the scG...
Definition: scGatesProcessor.h:108
Implements a module-name alias facility (i.e., user-provided names. Given that the basic units is scH...
Definition: scProcessor.h:130
The anchestor of all ScQt-based simulators, using EMPA bus The simulator manipulates scGridPoints,...
Definition: scGatesSimulator.h:26
The anchestor of all ScQt-based simulators The simulator manipulates scModules etc....
Definition: scqSimulator.h:58
vector< scGridPoint * > mSpecials
Handle the exceptional points.
Definition: scGatesSimulator.h:93