You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
higepi 6c0debd407 projet 1 year ago
..
ChangeLog-2021 projet 1 year ago
Makefile.in projet 1 year ago
README projet 1 year ago
arch.c projet 1 year ago
arch.h projet 1 year ago
cpu.c projet 1 year ago
cpu.h projet 1 year ago
cpu2.c projet 1 year ago
cpu2.h projet 1 year ago
cpuall.h projet 1 year ago
cpux.c projet 1 year ago
cpux.h projet 1 year ago
decode.c projet 1 year ago
decode.h projet 1 year ago
decode2.c projet 1 year ago
decode2.h projet 1 year ago
decodex.c projet 1 year ago
decodex.h projet 1 year ago
dv-m32r_cache.c projet 1 year ago
dv-m32r_cache.h projet 1 year ago
dv-m32r_uart.c projet 1 year ago
dv-m32r_uart.h projet 1 year ago
local.mk projet 1 year ago
m32r-sim.h projet 1 year ago
m32r.c projet 1 year ago
m32r2.c projet 1 year ago
m32rx.c projet 1 year ago
mloop.in projet 1 year ago
mloop2.in projet 1 year ago
mloopx.in projet 1 year ago
model.c projet 1 year ago
model2.c projet 1 year ago
modelx.c projet 1 year ago
sem-switch.c projet 1 year ago
sem.c projet 1 year ago
sem2-switch.c projet 1 year ago
semx-switch.c projet 1 year ago
sim-if.c projet 1 year ago
sim-main.h projet 1 year ago
syscall.h projet 1 year ago
traps.c projet 1 year 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).