Lines Matching full:simulator
21 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.
156 - The `native simulator`_ runner is used to execute the code in your host.
164 (which handles mostly the thread context switching) to the native simulator
167 - The SOC ``inf_clock`` layer provides an adaptation to the native simulator CPU "simulation"
171 selecting the HW models which are built in the native simulator runner context, IRQ handling,
178 by means of the native simulator, provides the :c:func:`main` entry point for the Linux
212 `native simulator design documentation`_ apply to the bsim boards.
236 The native simulator HW scheduler provides the overall HW event time loop
287 ARCH and ``inf_clock`` code, and for the ``nsi_print`` API expected by the native simulator.