mips_se: add cpu_models to build options
authorKorey Sewell <ksewell@umich.edu>
Wed, 13 May 2009 05:26:47 +0000 (01:26 -0400)
committerKorey Sewell <ksewell@umich.edu>
Wed, 13 May 2009 05:26:47 +0000 (01:26 -0400)
build_opts/MIPS_SE

index e74e2f69ce62527025ca131ea4f62d6c0311bfbc..d3e449f42356453def0513dcec1ad56393a02bbe 100644 (file)
@@ -1,2 +1,3 @@
 TARGET_ISA = 'mips'
 FULL_SYSTEM = 0
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
\ No newline at end of file