projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4c954
)
mips_se: add cpu_models to build options
author
Korey Sewell
<ksewell@umich.edu>
Wed, 13 May 2009 05:26:47 +0000
(
01:26
-0400)
committer
Korey Sewell
<ksewell@umich.edu>
Wed, 13 May 2009 05:26:47 +0000
(
01:26
-0400)
build_opts/MIPS_SE
patch
|
blob
|
history
diff --git
a/build_opts/MIPS_SE
b/build_opts/MIPS_SE
index e74e2f69ce62527025ca131ea4f62d6c0311bfbc..d3e449f42356453def0513dcec1ad56393a02bbe 100644
(file)
--- a/
build_opts/MIPS_SE
+++ b/
build_opts/MIPS_SE
@@
-1,2
+1,3
@@
TARGET_ISA = 'mips'
FULL_SYSTEM = 0
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
\ No newline at end of file