summaryrefslogtreecommitdiffstats
path: root/func.c
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 /func.c
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 'func.c')
-rw-r--r--func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/func.c b/func.c
index 02fcdec..36f9254 100644
--- a/func.c
+++ b/func.c
@@ -67,7 +67,7 @@ char bridge[32] = "";
/* RAM and ROM for all systems */
char romb[MAX_ROM_SIZE];
char ramb[MAX_RAM_SIZE];
-const struct memsys *ms = &erc32sys;
+const struct memsys *ms;
int cputype = 0; /* 0 = erc32, 2 = leon2,3 = leon3, 5 = riscv */
int sis_gdb_break;
int cpu = 0; /* active cpu */