summaryrefslogtreecommitdiffstats
path: root/greth.c
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2020-11-30 22:52:27 +0100
committerJiri Gaisler <jiri@gaisler.se>2020-12-01 16:44:49 +0100
commit11154be7bec2967b869fe385ab1df93a27efd82c (patch)
tree955b1c03b0ea4bd3bf6d36af9ec0431c27391401 /greth.c
parentAdd %asr22/23 support to leon3 (diff)
downloadsis-11154be7bec2967b869fe385ab1df93a27efd82c.tar.bz2
Make grlib IP cores more modular and move them to grlib.c
Diffstat (limited to 'greth.c')
-rw-r--r--greth.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/greth.c b/greth.c
index 9d09087..0b6d0ca 100644
--- a/greth.c
+++ b/greth.c
@@ -255,9 +255,6 @@ greth_read (uint32 address)
default:
res = 0;
}
- if (sis_verbose > 1)
- printf ("%8lu cpu %d APB read a: %08x, d: %08x\n",
- ebase.simtime, cpu, address, res);
return res;
}