Skip to content

RTEMS/rtems-sis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIS - Simple Instruction Simulator

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.