diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-13 01:26:47 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-13 01:26:47 -0400 |
commit | 2452d6b6a3d7c301c2042e6e8431eec5e4db9852 (patch) | |
tree | d6da6c7f9694217d659e663ea6ebd42c43c8e60e /build_opts/MIPS_SE | |
parent | 1f4c9545906b642343290dd657427a0eff4af1e9 (diff) | |
download | gem5-2452d6b6a3d7c301c2042e6e8431eec5e4db9852.tar.xz |
mips_se: add cpu_models to build options
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 |