diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-12 20:55:21 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-12 20:55:21 -0400 |
commit | a032d91016fedc7e5d4540441b1843bc3dae7e9d (patch) | |
tree | 35dcadd83dd23ead41dfa2433af379aec6e91e25 /build_opts | |
parent | 373e55c7b9bb2ec7be12ca31e6ecdd5180c00b2e (diff) | |
download | gem5-a032d91016fedc7e5d4540441b1843bc3dae7e9d.tar.xz |
cpus: add InOrderCPU to default build
regressions need this so they build the model
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/ALPHA_SE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/ALPHA_SE b/build_opts/ALPHA_SE index a08271723..dcd8559fc 100644 --- a/build_opts/ALPHA_SE +++ b/build_opts/ALPHA_SE @@ -1,3 +1,3 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' |