Searched refs:simPhase (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/sst/
H A DExtSlave.hh90 Phase simPhase; member in class:SST::gem5::ExtSlave
107 simPhase = RUN;
H A DExtMaster.cc61 Port(n, p), out(o), port(p), simPhase(CONSTRUCTION),
82 simPhase = INIT;
105 simPhase = RUN;
123 if (simPhase == CONSTRUCTION) {
190 if (simPhase == INIT) {
H A DExtSlave.cc58 comp(g5c), out(out), simPhase(CONSTRUCTION), initPackets(NULL),
69 simPhase = INIT;
83 if (simPhase == CONSTRUCTION) {
129 if (simPhase == INIT) {
H A DExtMaster.hh79 Phase simPhase; member in class:SST::gem5::ExtMaster

Completed in 16 milliseconds