2016-08-04 11:35:01 +00:00
|
|
|
if TARGET_NSIM
|
2014-07-30 05:08:14 +00:00
|
|
|
|
2019-12-26 11:47:42 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "nsim"
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
config SYS_VENDOR
|
|
|
|
default "synopsys"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2016-08-04 11:35:01 +00:00
|
|
|
default "nsim"
|
2014-07-30 05:08:14 +00:00
|
|
|
|
2020-02-12 11:23:54 +00:00
|
|
|
config NSIM_BOARD_CPPFLAGS
|
|
|
|
string "board arc-specific compiler options"
|
|
|
|
help
|
|
|
|
For nSIM we allow to set custom arc-specific compiler options
|
|
|
|
(like -mcpu=) instead of hardcoding them in its makefile as nSIM
|
|
|
|
target is used for representing targets without fixed CPU version
|
|
|
|
like FPGA-based boards and software simulators.
|
|
|
|
This variable takes space separated compiler options list.
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
endif
|