Skip to content

Commit

Permalink
soc/nsim: Minor clean-up
Browse files Browse the repository at this point in the history
1. Rename "nsim" to the canonical nSIM, see [1]
2. Fix SoC description - it's obviously not EMSK

[1] https://www.synopsys.com/dw/ipdir.php?ds=sim_nSIM

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
  • Loading branch information
abrodkin authored and nashif committed Jun 6, 2019
1 parent 4c63e29 commit d0d752a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions soc/arc/snps_nsim/Kconfig
Expand Up @@ -7,16 +7,16 @@
if SOC_NSIM

choice
prompt "ARC EM Starter Kit Core Selection"
prompt "ARC nSIM SoC Selection"
default SOC_NSIM_EM

config SOC_NSIM_EM
bool "Synopsys ARC EM of nsim"
bool "Synopsys ARC EM in nSIM"
select CPU_HAS_MPU
select CPU_HAS_FPU

config SOC_NSIM_SEM
bool "Synopsys ARC SEM of nsim"
bool "Synopsys ARC SEM in nSIM"
select CPU_HAS_MPU
select CPU_HAS_FPU
select ARC_HAS_SECURE
Expand Down
2 changes: 1 addition & 1 deletion soc/arc/snps_nsim/Kconfig.soc
Expand Up @@ -5,4 +5,4 @@
#

config SOC_NSIM
bool "Synopsys NSIM simulator for ARC EM"
bool "Synopsys nSIM simulator for ARC cores"

0 comments on commit d0d752a

Please sign in to comment.