Lines Matching refs:simulator
247 simulator = self.platform.simulator_by_name(options.sim_name)
252 elif simulator:
253 if simulator.name == "qemu":
261 handler = SimulationHandler(self, simulator.name, *common_args)
262 handler.ready = simulator.is_runnable()
289 simulator = self.platform.simulator_by_name(simulation)
290 if os.name == 'nt' and simulator:
292 if simulator.name not in ('na', 'qemu'):
296 if simulator.name == 'qemu' and 'QEMU_BIN_PATH' not in os.environ:
311 (simulator and simulator.name in SUPPORTED_SIMS and \
312 simulator.name not in self.testsuite.simulation_exclude) or \
318 filter == 'runnable' or simulator and simulator.name in SUPPORTED_SIMS_IN_PYTEST
322 simulator and \
323 simulator.name in SUPPORTED_SIMS_WITH_EXEC and \
324 not simulator.is_runnable():