Alexey Brodkin | cc8be22 | 2016-08-04 14:35:01 +0300 | [diff] [blame] | 1 | if TARGET_NSIM |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 2 | |
Alexey Brodkin | 95f7103 | 2019-12-26 14:47:42 +0300 | [diff] [blame] | 3 | config SYS_BOARD |
| 4 | default "nsim" |
| 5 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 6 | config SYS_VENDOR |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 7 | default "synopsys" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
Alexey Brodkin | cc8be22 | 2016-08-04 14:35:01 +0300 | [diff] [blame] | 10 | default "nsim" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 11 | |
Eugeniy Paltsev | c77bbc2 | 2020-02-12 14:23:54 +0300 | [diff] [blame] | 12 | config 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 Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 21 | endif |