aboutsummaryrefslogtreecommitdiff
path: root/sim/iq2000/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/iq2000/sim-main.h')
-rw-r--r--sim/iq2000/sim-main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h
index 992520a..810e4f4 100644
--- a/sim/iq2000/sim-main.h
+++ b/sim/iq2000/sim-main.h
@@ -8,6 +8,11 @@
sim-basics.h and cgen-types.h needs config.h. */
#include "config.h"
+/* This is a global setting. Different cpu families can't mix-n-match -scache
+ and -pbb. However some cpu families may use -simple while others use
+ one of -scache/-pbb. ???? */
+#define WITH_SCACHE_PBB 1
+
#include "symcat.h"
#include "sim-basics.h"
#include "cgen-types.h"