Searched full:tsim (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/boards/gaisler/generic_leon3/ |
D | board.cmake | 3 set(SUPPORTED_EMU_PLATFORMS tsim) 5 find_program(TSIM tsim-leon3)
|
D | generic_leon3.yaml | 5 - name: tsim 6 exec: tsim-leon3
|
/Zephyr-latest/boards/gaisler/gr716a_mini/ |
D | board.cmake | 3 set(SUPPORTED_EMU_PLATFORMS tsim) 5 find_program(TSIM tsim-leon3)
|
D | gr716a_mini.yaml | 5 - name: tsim 6 exec: tsim-leon3
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | constants.py | 12 "tsim", 20 SUPPORTED_SIMS_WITH_EXEC = ['nsim', 'mdb-nsim', 'renode', 'tsim', 'native', 'simics', 'custom']
|
/Zephyr-latest/cmake/emu/ |
D | tsim.cmake | 7 ${TSIM}
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 88 $ tsim-leon3 104 tsim> load zephyr/zephyr.elf 112 tsim> run
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 169 $ tsim-leon3 -freq 20 -gr716 188 tsim> load zephyr/zephyr.elf 196 tsim> run
|
/Zephyr-latest/scripts/schemas/twister/ |
D | platform-schema.yaml | 48 "tsim",
|
D | testsuite-schema.yaml | 196 "tsim",
|
/Zephyr-latest/arch/sparc/core/ |
D | trap_table_mvt.S | 42 * enter error mode. Typically used to stop a simulator (QEMU, TSIM) or leave
|