diff --git a/build_opts/MIPS_SE b/build_opts/MIPS_SE index e74e2f69ce..d3e449f423 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