summaryrefslogtreecommitdiff
path: root/build_opts/MIPS_SE
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-01-31 22:21:01 -0800
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-01-31 22:21:01 -0800
commitdeb97742c7ada2008ec79aaf1791f7db3c6a2b06 (patch)
treecc3e2f2237aa3c505a0af238f5624e5ee3d80c33 /build_opts/MIPS_SE
parentab2f864af2fd38cbf141708550409f3ca72c675f (diff)
downloadgem5-deb97742c7ada2008ec79aaf1791f7db3c6a2b06.tar.xz
m5: Added PROTOCOL default for regress fix
Diffstat (limited to 'build_opts/MIPS_SE')
-rw-r--r--build_opts/MIPS_SE3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_opts/MIPS_SE b/build_opts/MIPS_SE
index d3e449f42..085557898 100644
--- a/build_opts/MIPS_SE
+++ b/build_opts/MIPS_SE
@@ -1,3 +1,4 @@
TARGET_ISA = 'mips'
FULL_SYSTEM = 0
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' \ No newline at end of file
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
+PROTOCOL = 'MI_example'