scons: Do not build the InOrderCPU
One step closer to shifting focus to the MinorCPU.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
TARGET_ISA = 'mips'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
|
||||
Reference in New Issue
Block a user