scons,arch: Remove simple scalar compatibility.
This was primarily in Alpha where disassmbly output could be compatible (default off, probably not usd in a long time), and floating point could be compatible (default on). A small bit had crept into x86 from long ago which is also removed. Change-Id: Ibb68b63787f370259bd1613b393e0b057c007704 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25012 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
TARGET_ISA = 'alpha'
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
|
||||
PROTOCOL = 'MESI_Two_Level'
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
|
||||
PROTOCOL = 'MOESI_CMP_directory'
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
|
||||
PROTOCOL = 'MOESI_CMP_token'
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
|
||||
PROTOCOL = 'MOESI_hammer'
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
TARGET_ISA = 'alpha'
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
|
||||
PROTOCOL = 'Garnet_standalone'
|
||||
|
||||
Reference in New Issue
Block a user