binutils-gdb/sim/mips
Mike Frysinger b79efe264f sim: unify scache settings
The cgen scache module is enabled by every cgen port, and with the
same default value of 16k (which matches the common default value).
Let's pull this option out of the individual ports (via CPPFLAGS)
and into the common code (via config.h).

The object itself is compiled only for cgen ports atm, so that part
doesn't change.  The scache code is initialized dynamically via the
modules.c logic.  That's why the profile code needs an additional
CGEN_ARCH check.

This will allow us to collapse arch configure files more.  Merging
the source files will require more future work, but integrating the
cgen & non-cgen worlds itself will take a lot.
2021-06-30 13:33:18 -04:00
..
aclocal.m4 sim: unify hardware settings 2021-06-21 22:20:18 -04:00
ChangeLog sim: move default model to the runtime sim state 2021-06-30 02:57:45 -04:00
configure sim: unify scache settings 2021-06-30 13:33:18 -04:00
configure.ac sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
cp1.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
cp1.h
dsp.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dsp.igen
dsp2.igen
dv-tx3904cpu.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-tx3904irc.c sim: mips: fix uninitialized register use 2021-06-16 01:51:32 -04:00
dv-tx3904sio.c sim: mips: tweak buffer sign 2021-06-16 01:53:09 -04:00
dv-tx3904tmr.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
interp.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
m16.dc
m16.igen
m16e.igen
m16run.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
Makefile.in sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
mdmx.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
mdmx.igen
micromips.dc
micromips.igen sim: mips: invert sim_state storage 2021-05-17 01:00:08 -04:00
micromips16.dc
micromipsdsp.igen
micromipsrun.c sim: mips: invert sim_state storage 2021-05-17 01:00:08 -04:00
mips.dc
mips.igen
mips3d.igen
mips3264r2.igen
sb1.igen
sim-main.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
sim-main.h sim: mips: add printf attribute to trace func 2021-06-16 01:56:22 -04:00
smartmips.igen
tx.igen
vr.igen