tconfig.h 395 B

12345678910
  1. /* Default target configuration file.
  2. To override this, create file `tconfig.in' in the simulator's
  3. source directory. */
  4. /* Define this if the simulator uses an instruction cache.
  5. See the h8/300 simulator for an example.
  6. This enables the `-c size' option to set the size of the cache.
  7. The target is required to provide sim_set_simcache_size. */
  8. /* #define SIM_HAVE_SIMCACHE */