diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-31 22:21:01 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-31 22:21:01 -0800 |
commit | deb97742c7ada2008ec79aaf1791f7db3c6a2b06 (patch) | |
tree | cc3e2f2237aa3c505a0af238f5624e5ee3d80c33 /build_opts/MIPS_SE | |
parent | ab2f864af2fd38cbf141708550409f3ca72c675f (diff) | |
download | gem5-deb97742c7ada2008ec79aaf1791f7db3c6a2b06.tar.xz |
m5: Added PROTOCOL default for regress fix
Diffstat (limited to 'build_opts/MIPS_SE')
-rw-r--r-- | build_opts/MIPS_SE | 3 |
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' |