The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BOARD_NSIM_EM

ARC EM Nsim simulator

Type: bool

Help

The DesignWare ARC Nsim EM board is a virtual board based on nsim simulator. It’s used to show the ARC EM core features. It just has a console based on hostlink feature of nsim simulator.

Direct dependencies

SOC_NSIM && <choice: Board Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At boards/arc/nsim_em/Kconfig.board:7

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:21

Menu path: (top menu) → Board Selection

config BOARD_NSIM_EM
    bool
    prompt "ARC EM Nsim simulator" if SOC_NSIM && <choice: Board Selection>
    depends on SOC_NSIM && <choice: Board Selection>
    help
      The DesignWare ARC Nsim EM board is a virtual board based on
      nsim simulator. It's used to show the ARC EM core features.
      It just has a console based on hostlink feature of nsim simulator.

(Definitions include propagated dependencies, including from if’s and menus.)