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

/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc108 class SimControl : public Gem5SystemC::Module class in inherits:Gem5SystemC::Module
127 SC_HAS_PROCESS(SimControl);
129 SimControl(sc_core::sc_module_name name, int argc_, char **argv_);
146 SimControl::SimControl(sc_core::sc_module_name name, function in class:SimControl
287 void SimControl::run()
294 " before SimControl::run");
401 SimControl sim_control("gem5", argc, argv);
413 SimControl::switchCpu(unsigned cpuNum, unsigned numTotalCpus) {

Completed in 5 milliseconds