summaryrefslogtreecommitdiffstats
path: root/README
blob: f53217bd644e0336eaadcb6e37205d9650ae7c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

SIS - Simple Instruction Simulator README file
----------------------------------------------

SIS uses the GNU autoconf system, and can simply be build using:

	./configure 

followed by 

	make

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.