summaryrefslogtreecommitdiff
path: root/sis.texi
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-05-31 22:29:04 +0200
committerJiri Gaisler <jiri@gaisler.se>2019-05-31 22:29:04 +0200
commit66d648310fcae04253a73b99aef82cb56eb7d473 (patch)
tree4e22ab85e2d5eea6e19729bdae8a114067087544 /sis.texi
parent9277f1913aa341efbf6d111ec25e1dc863158cf5 (diff)
Fix build problems on Cygwin and FreeBSD
Diffstat (limited to 'sis.texi')
-rw-r--r--sis.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/sis.texi b/sis.texi
index bbf6f4e..4392138 100644
--- a/sis.texi
+++ b/sis.texi
@@ -688,6 +688,16 @@ SIS uses the GNU autoconf system, and can simply be build using
@code{./configure} followed by @code{make}. To build a PDF version of the
manual, do @code{make sis.pdf}.
+The following custom configure options are recognized:
+
+@table @code
+@item -enable-l1cache
+Enable the emulation of a L1 cache in multi-processor systems. Each core in an
+MP LEON3/RISC-V system will have a 4Kbyte instruction cache and a 4 Kbyte data
+cache. The cache only affects instruction timing, and has no effect on instruction
+behaviour.
+@end table
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License