projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e7b57
)
X86: Build O3 by default in X86_FS.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 9 Aug 2011 18:32:30 +0000
(11:32 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 9 Aug 2011 18:32:30 +0000
(11:32 -0700)
build_opts/X86_FS
patch
|
blob
|
history
diff --git
a/build_opts/X86_FS
b/build_opts/X86_FS
index 72cba7443a8a879a50c7cc69258ef811fad38693..ddec6186d89327e2b774570554b5c04679f06562 100644
(file)
--- a/
build_opts/X86_FS
+++ b/
build_opts/X86_FS
@@
-1,4
+1,4
@@
TARGET_ISA = 'x86'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
+CPU_MODELS = 'AtomicSimpleCPU,
O3CPU,
TimingSimpleCPU'
FULL_SYSTEM = 1
PROTOCOL = 'MI_example'