• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Oct-2012-

ChangeLogH A D11-Oct-20126.7 KiB212139

Makefile.inH A D11-Oct-20124.1 KiB13173

READMEH A D11-Oct-2012836 2416

TODOH A D11-Oct-20121.9 KiB6540

acconfig.hH A D11-Oct-2012404 165

arch.cH A D11-Oct-20121 KiB3912

arch.hH A D11-Oct-20121.2 KiB4512

config.inH A D11-Oct-20124.3 KiB163111

configureH A D11-Oct-2012120.9 KiB4,2953,518

configure.inH A D11-Oct-2012388 1713

cpu.cH A D11-Oct-20121.8 KiB8639

cpu.hH A D11-Oct-201217.2 KiB602515

cpuall.hH A D11-Oct-20121.7 KiB6826

decode.cH A D11-Oct-2012202.2 KiB5,5704,707

decode.hH A D11-Oct-201213.1 KiB161124

devices.cH A D11-Oct-20122.7 KiB10872

i960-desc.cH A D11-Oct-201254.8 KiB2,1071,621

i960-desc.hH A D11-Oct-201210.5 KiB318186

i960-opc.hH A D11-Oct-20128.6 KiB171128

i960-sim.hH A D11-Oct-20121.5 KiB5526

i960.cH A D11-Oct-20124.4 KiB206139

mloop.inH A D11-Oct-20127 KiB302269

model.cH A D11-Oct-2012309.8 KiB10,0669,426

sem-switch.cH A D11-Oct-2012206 KiB7,3466,392

sem.cH A D11-Oct-2012216.4 KiB7,9196,386

sim-if.cH A D11-Oct-20127.7 KiB312217

sim-main.hH A D11-Oct-20121.9 KiB7036

tconfig.inH A D11-Oct-20121.5 KiB5041

traps.cH A D11-Oct-20125.9 KiB215133

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