binutils-gdb/sim/mn10300
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
am33-2.igen
am33.igen
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
dv-mn103cpu.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-mn103int.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-mn103iop.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-mn103ser.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-mn103tim.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
Makefile.in sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
mn10300_sim.h sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
mn10300.dc
mn10300.igen sim: mn10300: switch abort to sim_engine_abort 2021-06-14 23:46:41 -04:00
op_utils.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
sim-main.c
sim-main.h sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00