4977d8b58f
and force it to True for builds that imply Ruby protocols (else unexpected things happen when testing these builds with RUBY=False).
5 lines
145 B
Text
5 lines
145 B
Text
FULL_SYSTEM = 0
|
|
SS_COMPATIBLE_FP = 1
|
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
|
PROTOCOL = 'MESI_CMP_directory'
|
|
RUBY = True
|