We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a053f1a commit 2c4e43aCopy full SHA for 2c4e43a
boards/intel/ish/board.cmake
@@ -1,4 +1,13 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
+set(SUPPORTED_EMU_PLATFORMS simics)
4
+
5
+if(CONFIG_BOARD_INTEL_ISH_5_8_0)
6
+ board_emu_args(simics "project=$ENV{SIMICS_PROJECT}")
7
+ board_emu_args(simics "zephyr_elf=${APPLICATION_BINARY_DIR}/zephyr/${KERNEL_ELF_NAME}")
8
+ board_emu_args(simics "zephyr_start_address=${CONFIG_SRAM_BASE_ADDRESS}")
9
+ include(${ZEPHYR_BASE}/boards/common/simics.board.cmake)
10
+endif()
11
12
board_set_flasher_ifnset(misc-flasher)
13
board_finalize_runner_args(misc-flasher)
boards/intel/ish/intel_ish_5_8_0.yaml
@@ -5,6 +5,8 @@ arch: x86
toolchain:
- zephyr
ram: 640
+simulation: simics
+simulation_exec: simics
supported:
- serial
testing:
0 commit comments