blob: b6966b2991efed1505b66e62470a615a1905f1d8 [file] [log] [blame]
Alexey Brodkincc8be222016-08-04 14:35:01 +03001if TARGET_NSIM
Masahiro Yamadadd840582014-07-30 14:08:14 +09002
Alexey Brodkin95f71032019-12-26 14:47:42 +03003config SYS_BOARD
4 default "nsim"
5
Masahiro Yamadadd840582014-07-30 14:08:14 +09006config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +09007 default "synopsys"
8
9config SYS_CONFIG_NAME
Alexey Brodkincc8be222016-08-04 14:35:01 +030010 default "nsim"
Masahiro Yamadadd840582014-07-30 14:08:14 +090011
Eugeniy Paltsevc77bbc22020-02-12 14:23:54 +030012config NSIM_BOARD_CPPFLAGS
13 string "board arc-specific compiler options"
14 help
15 For nSIM we allow to set custom arc-specific compiler options
16 (like -mcpu=) instead of hardcoding them in its makefile as nSIM
17 target is used for representing targets without fixed CPU version
18 like FPGA-based boards and software simulators.
19 This variable takes space separated compiler options list.
20
Masahiro Yamadadd840582014-07-30 14:08:14 +090021endif