Lines Matching full:simulator
14 The native simulator in combination with the POSIX architecture and the inf_clock SOC layer,
216 Normally those would be debugged with a cycle accurate Instruction Set Simulator
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
354 `native simulator design documentation <https://github.com/BabbleSim/native_simulator/blob/main/doc…
361 Native simulator runner context and the embedded context
392 You can find more information in the native simulator
403 used with the native simulator build and linked with the native simulator runner.
405 layer and the native simulator CPU threading emulation (NCT).
429 This SOC layer is mainly a very thin layer on top of the native simulator CPU emulation layer,
440 The board layer is responsible to provide all the hooks the SOC layer and native simulator runner
444 The overall execution and scheduling is handled by the native simulator runner itself, which calls
446 You can find information about how the native simulator runs the embedded SW in its
462 Busy waits work thanks to logic provided by the board and native simulator.
465 :c:func:`arch_busy_wait()` and an special fake HW timer provided by the native simulator.
468 `native simulator busy wait design documentation <https://github.com/BabbleSim/native_simulator/blo…
487 `native simulator tasks <https://github.com/BabbleSim/native_simulator/blob/main/docs/Design.md#nat…