/gem5/configs/learning_gem5/part2/ |
H A D | hello_goodbye.py | 59 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
H A D | run_simple.py | 57 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
H A D | simple_cache.py | 108 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
H A D | simple_memobj.py | 106 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
/gem5/configs/example/ |
H A D | sc_main.py | 44 cause = m5.simulate(m5.MaxTick).getCause()
|
H A D | ruby_direct_test.py | 136 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | ruby_random_test.py | 164 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
/gem5/src/systemc/tests/ |
H A D | config.py | 47 cause = m5.simulate(m5.MaxTick).getCause()
|
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/ |
H A D | config.py | 64 cause = m5.simulate(m5.MaxTick).getCause()
|
/gem5/tests/configs/ |
H A D | checkpoint.py | 78 cause = e.getCause() 129 cause = e.getCause()
|
H A D | switcheroo.py | 121 exit_cause = exit_event.getCause()
|
/gem5/src/sim/ |
H A D | sim_events.hh | 67 const std::string getCause() const { return cause; } function in class:GlobalSimLoopExitEvent 87 const std::string getCause() const { return cause; } function in class:LocalSimLoopExitEvent
|
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/ |
H A D | config.py | 58 cause = m5.simulate(m5.MaxTick).getCause()
|
/gem5/configs/learning_gem5/part3/ |
H A D | ruby_test.py | 84 m5.curTick(), exit_event.getCause())
|
H A D | simple_ruby.py | 113 m5.curTick(), exit_event.getCause())
|
/gem5/tests/gem5/fs/linux/arm/ |
H A D | run.py | 59 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
/gem5/tests/gem5/memory/ |
H A D | memtest-run.py | 83 if exit_event.getCause() != "maximum number of loads reached":
|
H A D | simple-run.py | 99 if exit_event.getCause() != "simulate() limit reached":
|
/gem5/tests/legacy-configs/ |
H A D | run.py | 62 print 'Exiting @ tick', m5.curTick(), 'because', exit_event.getCause()
|
/gem5/configs/common/ |
H A D | Simulation.py | 219 exit_cause = exit_event.getCause() 225 exit_cause = exit_event.getCause() 239 exit_cause = exit_event.getCause() 242 exit_cause = exit_event.getCause() 255 exit_cause = exit_event.getCause() 259 exit_cause = exit_event.getCause() 261 while exit_event.getCause() == "checkpoint": 263 if exit_event.getCause() == "simulate() limit reached": 271 exit_cause = exit_event.getCause() 284 exit_cause = exit_event.getCause() [all...] |
/gem5/configs/learning_gem5/part1/ |
H A D | simple.py | 114 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
H A D | two_level.py | 157 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
/gem5/src/python/pybind11/ |
H A D | event.cc | 137 .def("getCause", &GlobalSimLoopExitEvent::getCause)
|
/gem5/util/cxx_config/ |
H A D | main.cc | 244 << ", cause: " << exit_event->getCause() << '\n'; 306 << ", cause: " << exit_event->getCause() << '\n';
|
/gem5/util/systemc/gem5_within_systemc/ |
H A D | main.cc | 350 << ", cause: " << exit_event->getCause() << '\n'; 389 << ", cause: " << exit_event->getCause() << '\n';
|