SConscript (13168:4965381c122d) | SConscript (13579:c892d017124f) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009, 2012-2013, 2018 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 91 unchanged lines hidden (view full) --- 100 DebugFlag('Semihosting') 101 DebugFlag('Decoder', "Instructions returned by the predecoder") 102 DebugFlag('Faults', "Trace Exceptions, interrupts, svc/swi") 103 DebugFlag('PMUVerbose', "Performance Monitor") 104 DebugFlag('TLBVerbose') 105 106 # Add files generated by the ISA description. 107 ISADesc('isa/main.isa', decoder_splits=3, exec_splits=6) | 1# -*- mode:python -*- 2 3# Copyright (c) 2009, 2012-2013, 2018 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 91 unchanged lines hidden (view full) --- 100 DebugFlag('Semihosting') 101 DebugFlag('Decoder', "Instructions returned by the predecoder") 102 DebugFlag('Faults', "Trace Exceptions, interrupts, svc/swi") 103 DebugFlag('PMUVerbose', "Performance Monitor") 104 DebugFlag('TLBVerbose') 105 106 # Add files generated by the ISA description. 107 ISADesc('isa/main.isa', decoder_splits=3, exec_splits=6) |
108 109 GdbXml('arm/arm-with-neon.xml', 'gdb_xml_arm_target') 110 GdbXml('arm/arm-core.xml', 'gdb_xml_arm_core') 111 GdbXml('arm/arm-vfpv3.xml', 'gdb_xml_arm_vfpv3') 112 GdbXml('aarch64.xml', 'gdb_xml_aarch64_target') 113 GdbXml('aarch64-core.xml', 'gdb_xml_aarch64_core') 114 GdbXml('aarch64-fpu.xml', 'gdb_xml_aarch64_fpu') |
|