|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 11-Oct-2012 | - |
| ChangeLog | H A D | 11-Oct-2012 | 6.7 KiB | 212 | 139 |
| Makefile.in | H A D | 11-Oct-2012 | 4.1 KiB | 131 | 73 |
| README | H A D | 11-Oct-2012 | 836 | 24 | 16 |
| TODO | H A D | 11-Oct-2012 | 1.9 KiB | 65 | 40 |
| acconfig.h | H A D | 11-Oct-2012 | 404 | 16 | 5 |
| arch.c | H A D | 11-Oct-2012 | 1 KiB | 39 | 12 |
| arch.h | H A D | 11-Oct-2012 | 1.2 KiB | 45 | 12 |
| config.in | H A D | 11-Oct-2012 | 4.3 KiB | 163 | 111 |
| configure | H A D | 11-Oct-2012 | 120.9 KiB | 4,295 | 3,518 |
| configure.in | H A D | 11-Oct-2012 | 388 | 17 | 13 |
| cpu.c | H A D | 11-Oct-2012 | 1.8 KiB | 86 | 39 |
| cpu.h | H A D | 11-Oct-2012 | 17.2 KiB | 602 | 515 |
| cpuall.h | H A D | 11-Oct-2012 | 1.7 KiB | 68 | 26 |
| decode.c | H A D | 11-Oct-2012 | 202.2 KiB | 5,570 | 4,707 |
| decode.h | H A D | 11-Oct-2012 | 13.1 KiB | 161 | 124 |
| devices.c | H A D | 11-Oct-2012 | 2.7 KiB | 108 | 72 |
| i960-desc.c | H A D | 11-Oct-2012 | 54.8 KiB | 2,107 | 1,621 |
| i960-desc.h | H A D | 11-Oct-2012 | 10.5 KiB | 318 | 186 |
| i960-opc.h | H A D | 11-Oct-2012 | 8.6 KiB | 171 | 128 |
| i960-sim.h | H A D | 11-Oct-2012 | 1.5 KiB | 55 | 26 |
| i960.c | H A D | 11-Oct-2012 | 4.4 KiB | 206 | 139 |
| mloop.in | H A D | 11-Oct-2012 | 7 KiB | 302 | 269 |
| model.c | H A D | 11-Oct-2012 | 309.8 KiB | 10,066 | 9,426 |
| sem-switch.c | H A D | 11-Oct-2012 | 206 KiB | 7,346 | 6,392 |
| sem.c | H A D | 11-Oct-2012 | 216.4 KiB | 7,919 | 6,386 |
| sim-if.c | H A D | 11-Oct-2012 | 7.7 KiB | 312 | 217 |
| sim-main.h | H A D | 11-Oct-2012 | 1.9 KiB | 70 | 36 |
| tconfig.in | H A D | 11-Oct-2012 | 1.5 KiB | 50 | 41 |
| traps.c | H A D | 11-Oct-2012 | 5.9 KiB | 215 | 133 |
README
1This is the i960 simulator directory.
2
3It is still a work in progress. The current sources are reasonably
4well tested and lots of features are in. However, there's lots
5more yet to come.
6
7---
8
9The simulator only supports the i960KA currently. Not all instructions
10are supported yet, only those instructions needed by the gcc/g++ testsuites
11have been added so far. There is no profiling support as yet. There is
12no pipeline or timing support as yet.
13
14---
15
16There are lots of machine generated files in the source directory!
17They are only generated if you configure with --enable-cgen-maint,
18similar in behaviour to Makefile.in, configure under automake/autoconf.
19
20For details on the generator, see ../../cgen.
21
22devo/cgen isn't part of the comp-tools module yet.
23You'll need to check it out manually (also akin to automake/autoconf).
24