Name Date Size #Lines LOC

..--

ChangeLog-2021H A D29-Jan-202572.5 KiB

Makefile.inH A D29-Jan-20253.3 KiB

READMEH A D09-Jul-2024564 1510

arch.cH A D29-Jan-20251,016

arch.hH A D29-Jan-20251.5 KiB

cpu.cH A D29-Jan-20252.9 KiB

cpu.hH A D29-Jan-202518 KiB

cpu2.cH A D29-Jan-20253.2 KiB

cpu2.hH A D29-Jan-202526.9 KiB

cpuall.hH A D29-Jan-20251.8 KiB

cpux.cH A D29-Jan-20253.2 KiB

cpux.hH A D29-Jan-202526.9 KiB

decode.cH A D29-Jan-202569.9 KiB

decode.hH A D29-Jan-20255.6 KiB

decode2.cH A D29-Jan-202592.9 KiB

decode2.hH A D29-Jan-202510.2 KiB

decodex.cH A D29-Jan-202590.3 KiB

decodex.hH A D29-Jan-202510 KiB

dv-m32r_cache.cH A D29-Jan-20252.5 KiB

dv-m32r_cache.hH A D29-Jan-20251.6 KiB

dv-m32r_uart.cH A D29-Jan-20253.5 KiB

dv-m32r_uart.hH A D29-Jan-20251.6 KiB

local.mkH A D29-Jan-20252.6 KiB

m32r-sim.hH A D29-Jan-20255.1 KiB

m32r.cH A D29-Jan-202510.5 KiB

m32r2.cH A D29-Jan-20257.8 KiB

m32rx.cH A D29-Jan-20257.8 KiB

mloop.inH A D29-Jan-20257.7 KiB

mloop2.inH A D29-Jan-202514 KiB

mloopx.inH A D29-Jan-202514.1 KiB

model.cH A D29-Jan-2025125.3 KiB

model2.cH A D29-Jan-202593.8 KiB

modelx.cH A D29-Jan-202588.3 KiB

sem-switch.cH A D29-Jan-202564.8 KiB

sem.cH A D29-Jan-202567.5 KiB

sem2-switch.cH A D29-Jan-2025176.9 KiB

semx-switch.cH A D29-Jan-2025172.9 KiB

sim-if.cH A D29-Jan-20256.3 KiB

sim-main.hH A D29-Jan-20251.6 KiB

syscall.hH A D29-Jan-202510.9 KiB

traps.cH A D29-Jan-202531 KiB

README

1This is the m32r simulator directory.
2
3It is still 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
7There are lots of machine generated files in the source directory!
8They are only generated if you configure with --enable-cgen-maint,
9similar in behaviour to Makefile.in, configure under automake/autoconf.
10
11For details on the generator, see ../../cgen.
12
13devo/cgen isn't part of the comp-tools module yet.
14You'll need to check it out manually (also akin to automake/autoconf).
15