徐启航 0ef513762e Init 2 years ago
..
ChangeLog-2021 0ef513762e Init 2 years ago
Makefile.in 0ef513762e Init 2 years ago
README 0ef513762e Init 2 years ago
arch.c 0ef513762e Init 2 years ago
arch.h 0ef513762e Init 2 years ago
cpu.c 0ef513762e Init 2 years ago
cpu.h 0ef513762e Init 2 years ago
cpu2.c 0ef513762e Init 2 years ago
cpu2.h 0ef513762e Init 2 years ago
cpuall.h 0ef513762e Init 2 years ago
cpux.c 0ef513762e Init 2 years ago
cpux.h 0ef513762e Init 2 years ago
decode.c 0ef513762e Init 2 years ago
decode.h 0ef513762e Init 2 years ago
decode2.c 0ef513762e Init 2 years ago
decode2.h 0ef513762e Init 2 years ago
decodex.c 0ef513762e Init 2 years ago
decodex.h 0ef513762e Init 2 years ago
dv-m32r_cache.c 0ef513762e Init 2 years ago
dv-m32r_cache.h 0ef513762e Init 2 years ago
dv-m32r_uart.c 0ef513762e Init 2 years ago
dv-m32r_uart.h 0ef513762e Init 2 years ago
local.mk 0ef513762e Init 2 years ago
m32r-sim.h 0ef513762e Init 2 years ago
m32r.c 0ef513762e Init 2 years ago
m32r2.c 0ef513762e Init 2 years ago
m32rx.c 0ef513762e Init 2 years ago
mloop.in 0ef513762e Init 2 years ago
mloop2.in 0ef513762e Init 2 years ago
mloopx.in 0ef513762e Init 2 years ago
model.c 0ef513762e Init 2 years ago
model2.c 0ef513762e Init 2 years ago
modelx.c 0ef513762e Init 2 years ago
sem-switch.c 0ef513762e Init 2 years ago
sem.c 0ef513762e Init 2 years ago
sem2-switch.c 0ef513762e Init 2 years ago
semx-switch.c 0ef513762e Init 2 years ago
sim-if.c 0ef513762e Init 2 years ago
sim-main.h 0ef513762e Init 2 years ago
syscall.h 0ef513762e Init 2 years ago
traps.c 0ef513762e Init 2 years ago

README

This is the m32r simulator directory.

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

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).