summaryrefslogtreecommitdiffstats
path: root/sis.h
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2020-12-01 13:34:02 +0100
committerJiri Gaisler <jiri@gaisler.se>2020-12-01 16:44:58 +0100
commitbb65f4484f9be1818435ca39e95feab35be427aa (patch)
tree9edb64b684e652caa4d3023be76b5116aedf07be /sis.h
parentMake grlib IP cores more modular and move them to grlib.c (diff)
downloadsis-bb65f4484f9be1818435ca39e95feab35be427aa.tar.bz2
Added emulation of GR740 SOC2.25
* Only limited functionality with standard peripherals
Diffstat (limited to 'sis.h')
-rw-r--r--sis.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sis.h b/sis.h
index 44e524b..ea99f6d 100644
--- a/sis.h
+++ b/sis.h
@@ -372,6 +372,10 @@ extern const struct memsys leon2;
/* leon3.c */
extern const struct memsys leon3;
+
+/* gr740.c */
+extern const struct memsys gr740;
+
/* remote.c */
extern void gdb_remote (int port);