Name Last Update
..
CVS Loading commit data...
ChangeLog Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
TODO Loading commit data...
acconfig.h Loading commit data...
arch.c Loading commit data...
arch.h Loading commit data...
config.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
cpu.c Loading commit data...
cpu.h Loading commit data...
cpuall.h Loading commit data...
decode.c Loading commit data...
decode.h Loading commit data...
devices.c Loading commit data...
i960-desc.c Loading commit data...
i960-desc.h Loading commit data...
i960-opc.h Loading commit data...
i960-sim.h Loading commit data...
i960.c Loading commit data...
mloop.in Loading commit data...
model.c Loading commit data...
sem-switch.c Loading commit data...
sem.c Loading commit data...
sim-if.c Loading commit data...
sim-main.h Loading commit data...
tconfig.in Loading commit data...
traps.c Loading commit data...
This is the i960 simulator directory.

It is still a work in progress.  The current sources are reasonably
well tested and lots of features are in.  However, there's lots
more yet to come.

---

The simulator only supports the i960KA currently.  Not all instructions
are supported yet, only those instructions needed by the gcc/g++ testsuites
have been added so far.  There is no profiling support as yet.  There is
no pipeline or timing support as yet.

---

There are lots of machine generated files in the source directory!
They are only generated if you configure with --enable-cgen-maint,
similar in behaviour to Makefile.in, configure under automake/autoconf.

For details on the generator, see ../../cgen.

devo/cgen isn't part of the comp-tools module yet.
You'll need to check it out manually (also akin to automake/autoconf).