diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-13 02:02:05 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-13 02:02:05 -0400 |
commit | 97a04b16eb8ebced6b6d7846f94f20a05a2e96fa (patch) | |
tree | c25689d7c648411bd2d3c3bb2e811bc32f4b831a /build_opts/MIPS_SE | |
parent | 5207586b266e13b778bf1ae16b6b67ba8faa6dc4 (diff) | |
parent | c94944e257ffd8b22aae6766b770a9784673f126 (diff) | |
download | gem5-97a04b16eb8ebced6b6d7846f94f20a05a2e96fa.tar.xz |
mips-merge: merge hello world regress for inorder cpu
w/latest changes
Diffstat (limited to 'build_opts/MIPS_SE')
-rw-r--r-- | build_opts/MIPS_SE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_opts/MIPS_SE b/build_opts/MIPS_SE index e74e2f69c..d3e449f42 100644 --- 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 |