summaryrefslogtreecommitdiff
path: root/target/arc/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-23 08:38:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-23 08:38:31 +0200
commitf6de4889c74356a8e7c91a65ef765e3b32bf17f9 (patch)
tree674a61106e34a66af766f898c8b8a871d617d343 /target/arc/systems
parentb6e55ac8d5a98900c6e0cfa0091e488679680af3 (diff)
arc: add support for free nSIM simulator, thx to Alexey for hints to get it running
Diffstat (limited to 'target/arc/systems')
-rw-r--r--target/arc/systems/nsim-arcv17
-rw-r--r--target/arc/systems/nsim-arcv27
2 files changed, 14 insertions, 0 deletions
diff --git a/target/arc/systems/nsim-arcv1 b/target/arc/systems/nsim-arcv1
new file mode 100644
index 000000000..0971845c8
--- /dev/null
+++ b/target/arc/systems/nsim-arcv1
@@ -0,0 +1,7 @@
+config ADK_TARGET_SYSTEM_NSIM_ARCV1
+ bool "Synopsys NSIM Emulator (ARCv1)"
+ select ADK_CPU_ARC700
+ select ADK_TARGET_WITH_SERIAL
+ help
+ Support for NSIM Emulator for ARCv1.
+
diff --git a/target/arc/systems/nsim-arcv2 b/target/arc/systems/nsim-arcv2
new file mode 100644
index 000000000..2f0e0d084
--- /dev/null
+++ b/target/arc/systems/nsim-arcv2
@@ -0,0 +1,7 @@
+config ADK_TARGET_SYSTEM_NSIM_ARCV2
+ bool "Synopsys NSIM Emulator (ARCv2)"
+ select ADK_CPU_ARC_HS
+ select ADK_TARGET_WITH_SERIAL
+ help
+ Support for NSIM Emulator for ARCv2.
+