summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:39 -0400
committerKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:39 -0400
commite8b7df072b17bfd86b294fc47cf29d3d013f646a (patch)
tree59013427454f915059addd33967b774f7edfeaa0 /build_opts
parentd71b95d84d5aac6926f6cd4c7faca20f2c43d8dc (diff)
downloadgem5-e8b7df072b17bfd86b294fc47cf29d3d013f646a.tar.xz
inorder: make InOrder CPU FS compilable/visible
make syscall a SE mode only functionality copy over basic FS functions (hwrei) to make FS compile
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/ALPHA_FS2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/ALPHA_FS b/build_opts/ALPHA_FS
index 3908039d1..ffe532690 100644
--- a/build_opts/ALPHA_FS
+++ b/build_opts/ALPHA_FS
@@ -1,4 +1,4 @@
TARGET_ISA = 'alpha'
FULL_SYSTEM = 1
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
PROTOCOL = 'MI_example'