Override default SConscript options and only build the SimpleCPUs.
--HG-- extra : convert_revision : cfcfb787d8442cb76ed766aa5bc947636f067209
This commit is contained in:
parent
6c1b311faf
commit
54a946604b
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
TARGET_ISA = 'sparc'
|
TARGET_ISA = 'sparc'
|
||||||
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
|
||||||
FULL_SYSTEM = 1
|
FULL_SYSTEM = 1
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
TARGET_ISA = 'sparc'
|
TARGET_ISA = 'sparc'
|
||||||
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
|
||||||
FULL_SYSTEM = 0
|
FULL_SYSTEM = 0
|
||||||
|
|
Loading…
Reference in a new issue