scons: Do not build the InOrderCPU

One step closer to shifting focus to the MinorCPU.
This commit is contained in:
Andreas Hansson
2015-01-20 08:12:45 -05:00
parent de162ad968
commit 3cb9c361e2
4 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
TARGET_ISA = 'mips'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
PROTOCOL = 'MI_example'