projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d34c1
)
X86: Build O3 by default in SE.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 3 Feb 2011 02:17:16 +0000
(18:17 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 3 Feb 2011 02:17:16 +0000
(18:17 -0800)
build_opts/X86_SE
patch
|
blob
|
history
diff --git
a/build_opts/X86_SE
b/build_opts/X86_SE
index 3e372726ddf8e8273c2be1aeb69992dcddaf9b37..14f350712f2b4644fd6f29f32a48baf8b78f10fa 100644
(file)
--- a/
build_opts/X86_SE
+++ b/
build_opts/X86_SE
@@
-1,4
+1,4
@@
TARGET_ISA = 'x86'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU
,O3CPU
'
FULL_SYSTEM = 0
PROTOCOL = 'MI_example'