Searched full:tsim (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.6.0/boards/sparc/generic_leon3/ |
D | board.cmake | 3 set(SUPPORTED_EMU_PLATFORMS tsim) 5 find_program(TSIM tsim-leon3)
|
D | generic_leon3.yaml | 4 simulation: tsim 5 simulation_exec: tsim-leon3
|
/Zephyr-Core-3.6.0/boards/sparc/gr716a_mini/ |
D | board.cmake | 3 set(SUPPORTED_EMU_PLATFORMS tsim) 5 find_program(TSIM tsim-leon3)
|
D | gr716a_mini.yaml | 4 simulation: tsim 5 simulation_exec: tsim-leon3
|
/Zephyr-Core-3.6.0/cmake/emu/ |
D | tsim.cmake | 7 ${TSIM}
|
/Zephyr-Core-3.6.0/boards/sparc/generic_leon3/doc/ |
D | index.rst | 91 $ tsim-leon3 107 tsim> load zephyr/zephyr.elf 115 tsim> run
|
/Zephyr-Core-3.6.0/scripts/schemas/twister/ |
D | platform-schema.yaml | 35 "tsim",
|
D | testsuite-schema.yaml | 181 "tsim",
|
/Zephyr-Core-3.6.0/boards/sparc/gr716a_mini/doc/ |
D | index.rst | 178 $ tsim-leon3 -freq 20 -gr716 197 tsim> load zephyr/zephyr.elf 205 tsim> run
|
/Zephyr-Core-3.6.0/arch/sparc/core/ |
D | trap_table_mvt.S | 42 * enter error mode. Typically used to stop a simulator (QEMU, TSIM) or leave
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 230 SUPPORTED_SIMS_WITH_EXEC = ['nsim', 'mdb-nsim', 'renode', 'tsim', 'native']
|
D | handlers.py | 43 SUPPORTED_SIMS = ["mdb-nsim", "nsim", "renode", "qemu", "tsim", "armfvp", "xt-sim", "native", "cust…
|