diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:38:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:38:31 +0200 |
commit | f6de4889c74356a8e7c91a65ef765e3b32bf17f9 (patch) | |
tree | 674a61106e34a66af766f898c8b8a871d617d343 /target/arc/systems/nsim-arcv1 | |
parent | b6e55ac8d5a98900c6e0cfa0091e488679680af3 (diff) |
arc: add support for free nSIM simulator, thx to Alexey for hints to get it running
Diffstat (limited to 'target/arc/systems/nsim-arcv1')
-rw-r--r-- | target/arc/systems/nsim-arcv1 | 7 |
1 files changed, 7 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. + |