scons,arch: Remove simple scalar compatibility.
authorGabe Black <gabeblack@google.com>
Wed, 5 Feb 2020 00:19:38 +0000 (16:19 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 13 Feb 2020 19:59:41 +0000 (19:59 +0000)
commite01ead41c2d800300745bc65760e9627c2015a01
tree1fda5adb78dad50efbf30a32480e26c86e0cf516
parent9d8f3f9ad3180959fee6d971f8ba0cf56462abc3
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>
14 files changed:
SConstruct
build_opts/ALPHA
build_opts/ALPHA_MESI_Two_Level
build_opts/ALPHA_MOESI_CMP_directory
build_opts/ALPHA_MOESI_CMP_token
build_opts/ALPHA_MOESI_hammer
build_opts/Garnet_standalone
src/arch/alpha/isa/branch.isa
src/arch/alpha/isa/decoder.isa
src/arch/alpha/isa/fp.isa
src/arch/alpha/isa/main.isa
src/arch/alpha/isa/pal.isa
src/arch/alpha/isa/unimp.isa
src/arch/x86/isa/formats/unimp.isa