Searched refs:simulators (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/doc/hardware/emulator/ | 
| D | index.rst | 3 Zephyr's device emulators/simulators 9 Zephyr includes in its codebase a set of device emulators/simulators. 13 These device emulators/simulators can be built for any target which has sufficient RAM and flash, 18    | Zephyr also includes and uses many other types of simulators/emulators, including CPU and 19      platform simulators, radio simulators, and several build targets which allow running the
  | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | platform.py | 82         self.simulators: list[Simulator] = [] 139         self.simulators = [ 142                 data.get('simulation', self.simulators) 184             return next(filter(lambda s: s.name == sim_name, iter(self.simulators)), None) 186             return next(iter(self.simulators), None)
  | 
| /Zephyr-latest/scripts/ci/coverage/ | 
| D | coverage_analysis.py | 16     simulators = [  variable in Json_report 91 …                         if any(platform in testsuite['platform'] for platform in self.simulators): 133 …                         if any(platform in testsuite['platform'] for platform in self.simulators): 170 …                         if any(platform in testsuite['platform'] for platform in self.simulators): 186 …                         if any(platform in testsuite['platform'] for platform in self.simulators):
  | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_testinstance.py | 66     platform.simulators = [Simulator({"name": platform_sim})] if platform_sim else [] 484 …testinstance.platform.simulators = [Simulator({"name": platform_sim, "exec": 'dummy exec'})] if pl… 551 …  testinstance.platform.simulators = [Simulator({"name": platform_sim, "exec": platform_sim_exec})]
  | 
| /Zephyr-latest/boards/gaisler/generic_leon3/doc/ | 
| D | index.rst | 120 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
  | 
| /Zephyr-latest/boards/gaisler/gr716a_mini/doc/ | 
| D | index.rst | 205 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
  | 
| /Zephyr-latest/subsys/testsuite/ztest/ | 
| D | Kconfig | 42 	  (which may include simulators) may need to set this to a larger
  | 
| /Zephyr-latest/tests/benchmarks/thread_metric/ | 
| D | thread_metric_readme.txt | 137       platforms except some simulators.
  | 
| /Zephyr-latest/boards/native/doc/ | 
| D | arch_soc.rst | 225 This port does not try to replace cycle accurate instruction set simulators 296 Some instruction set simulators work with gdb, and may
  | 
| /Zephyr-latest/doc/contribute/ | 
| D | external.rst | 228 apply to 3rd-party tooling such as toolchains, simulators or others, which may
  |