The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_BOARD_NSIM

ARC nSIM simulator

Type: bool

Help

The DesignWare ARC nSIM board is a virtual board based on the ARC nSIM simulator. It demonstrates the ARC core features and a console based on the legacy ARC UART model.

Direct dependencies

SOC_NSIM && <choice: Board Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At boards/arc/nsim/Kconfig.board:6

Included via Kconfig:8Kconfig.zephyr:27boards/Kconfig:22

Menu path: (Top) → Board Selection

config BOARD_NSIM
    bool "ARC nSIM simulator"
    depends on SOC_NSIM && <choice: Board Selection>
    help
      The DesignWare ARC nSIM board is a virtual board based on
      the ARC nSIM simulator. It demonstrates the ARC core features
      and a console based on the legacy ARC UART model.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)