:orphan: .. title:: BOARD_NSIM .. option:: 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 ns16550 UART model. Direct dependencies =================== \ :option:`SOC_NSIM ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`HAS_COVERAGE_SUPPORT ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arc/nsim/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_NSIM bool "ARC nSIM simulator" select \ :option:`HAS_COVERAGE_SUPPORT ` depends on \ :option:`SOC_NSIM ` && \ :ref:` ` 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 ns16550 UART model. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*