summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-05-28 00:02:40 +0200
committerJiri Gaisler <jiri@gaisler.se>2019-05-28 00:09:27 +0200
commit9277f1913aa341efbf6d111ec25e1dc863158cf5 (patch)
tree71fd2e77837ad5cd15d732ec208bfeca990ed275 /README
parentAdd emulated L1 cache to SMP configurations (diff)
downloadsis-9277f1913aa341efbf6d111ec25e1dc863158cf5.tar.bz2
Made L1 cache optional through --enable-l1cache
* Removed stale config.h * Updated autoconf script with relevant checks * Re-implemented leon3/grlib timer with less events * Bumped version to 2.15
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 5bfad59..f53217b 100644
--- a/README
+++ b/README
@@ -14,3 +14,6 @@ To build a PDF version of the manual, do
make sis.pdf.
+
+To enable emulation of an L1 cache, run configure with --enable-l1cache. This option
+only improves timing accuracy, it does not affect simulation behaviour.