From bb65f4484f9be1818435ca39e95feab35be427aa Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Tue, 1 Dec 2020 13:34:02 +0100 Subject: Added emulation of GR740 SOC * Only limited functionality with standard peripherals --- sis.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sis.h') 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); -- cgit v1.2.3