* Contribute CGEN simulator build support code.
[binutils-gdb.git] / sim / i960 / README
blob6d38a407dedbc226270b04a215211cc26f761863
1 This is the i960 simulator directory.
3 It is still a work in progress.  The current sources are reasonably
4 well tested and lots of features are in.  However, there's lots
5 more yet to come.
7 ---
9 The simulator only supports the i960KA currently.  Not all instructions
10 are supported yet, only those instructions needed by the gcc/g++ testsuites
11 have been added so far.  There is no profiling support as yet.  There is
12 no pipeline or timing support as yet.
14 ---
16 There are lots of machine generated files in the source directory!
17 They are only generated if you configure with --enable-cgen-maint,
18 similar in behaviour to Makefile.in, configure under automake/autoconf.
20 For details on the generator, see ../../cgen.
22 devo/cgen isn't part of the comp-tools module yet.
23 You'll need to check it out manually (also akin to automake/autoconf).