Home
last modified time | relevance | path

Searched refs:simulator (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py247 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 \
[all …]
Dquarantine.py38 def get_matched_quarantine(self, testname, platform, architecture, simulator): argument
39 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulator)
/Zephyr-latest/boards/native/common/
Dnatsim_linker_script.ld9 * @brief Extra linker command/script file for the native simulator runner
21 * Note this script augments the default native simulator linker script
/Zephyr-latest/subsys/logging/backends/
DKconfig.xtensa_sim5 bool "Xtensa simulator backend"
10 Enable backend in xtensa simulator
/Zephyr-latest/tests/subsys/fs/zms/
DKconfig7 bool "Enable ZMS tests designed to be run using a flash-simulator"
10 If y, enables ZMS tests designed to be run using a flash-simulator,
/Zephyr-latest/soc/native/inf_clock/
DKconfig16 Which native simulator microcontroller/CPU number is this image targeting.
18 native simulator as their runner.
42 This option can be used to provide the native simulator with other MCUs/Cores images which have
45 have it produce the final link with the native simulator runner and the other MCU images.
/Zephyr-latest/drivers/flash/
DKconfig.simulator1 # Flash simulator config
7 bool "Flash simulator"
13 Enable the flash simulator.
80 Gather statistic measurement for flash simulator operations using the
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig13 It needs the BabbleSim simulator both in compile time and to execute
24 It needs the BabbleSim simulator both in compile time and to execute
35 It needs the BabbleSim simulator both in compile time and to execute
46 It needs the BabbleSim simulator both in compile time and to execute
/Zephyr-latest/arch/posix/
Dnatsim_optional.cmake4 # Selection of optional components provided by the native simulator
DKconfig.natsim_optional7 Build the native simulator nsi_errno component with the Zephyr embedded code.
/Zephyr-latest/boards/native/doc/
Darch_soc.rst14 The native simulator in combination with the POSIX architecture and the inf_clock SOC layer,
287 With a cycle accurate instruction set simulator you compile targeting either
291 The simulator loads your binary, slowly interprets each instruction, and
311 It only describes the new native simulator based architecture used by targets built with the
321 :alt: Zephyr layering in a native simulator build
329 :alt: native_sim boards and the native simulator
332 Relationship between Zephyr, the native_sim target and the native simulator
340 Then the `native simulator <https://github.com/BabbleSim/native_simulator/>`_ runner will be built.
346 The native simulator runner provides the Linux program entry point, command line argument parsing,
351 When targeting native_sim, the native simulator is also built with some basic HW models like a
[all …]
Dbsim_boards_design.rst21 These boards use the `native simulator`_ and the :ref:`POSIX architecture<Posix arch>` to build
37 .. _native simulator:
40 .. _native simulator design documentation:
114 and native simulator runner with the bsim boards.
128 Relationship between Zephyr, the native simulator, the nRF HW models and BabbleSim
132 nrf_bsim targets, you are using the `native simulator`_, which is being built together with and
136 The native simulator runner is built together with the HW models which match your desired target.
141 :alt: nrf_bsim boards and the native simulator
144 Relationship between Zephyr, the native simulator, the nRF HW models and BabbleSim.
149 simulator runner into a single executable.
[all …]
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst8 It can also be used with the evaluation version of the TSIM3 LEON3 simulator.
84 The same application binary can be simulated with the TSIM3 LEON3 simulator.
89 TSIM3 LEON3 SPARC simulator, version 3.0.2 (evaluation version)
120 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
/Zephyr-latest/snippets/usbip-native-sim/
DREADME.rst14 native simulator. When building samples with this snippet, you need to provide
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
DCMakeLists.txt6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set\
/Zephyr-latest/scripts/native_simulator/common/other/
Dlinker_script.pre.ld9 * @brief Linker command/script file for the native simulator runner
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/
DCMakeLists.txt6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set \
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/
DCMakeLists.txt6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set \
/Zephyr-latest/cmake/emu/
Dsimics.cmake14 message(WARNING "Simics simulator environment is not found at SIMICS_PROJECT:'${SIMICS_PROJECT}'")
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/
DCMakeLists.txt6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set \
/Zephyr-latest/doc/hardware/emulator/
Dindex.rst52 **EEPROM simulator**
65 **Flash simulator**
70 filesystem. Check :ref:`the native_sim flash simulator section <nsim_per_flash_simu>`.
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst19 :ref:`POSIX architecture<Posix arch>` and the `native simulator`_ to
59 .. _native simulator:
91 to that MCU code image, and an executable (``zephyr/zephyr.exe``) that includes the native simulator
95 built with either Zephyr's build system or another native simulator compatible build system,
Dnrf52_bsim.rst19 :ref:`POSIX architecture<Posix arch>` and the `native simulator`_ to
51 .. _native simulator:
67 in your local west configuration, running west update, and building the simulator:
126 resulting executable to the simulator bin folder with a sensible name:
205 These nRF bsim boards use the `native simulator`_ at their core, so you can chose with which
207 Check the :ref:`native simulator C library choice section<native_sim_Clib_choice>` for more info.
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig22 Running this SoC family in a simulator.
29 Select if simulator doesn't use the normal secondary core flow
97 of an enclosing simulator process. All window contents will
/Zephyr-latest/boards/snps/nsim/arc_classic/
DKconfig.nsim27 the ARC nSIM simulator. It demonstrates the ARC core features

123