Deleted Added
sdiff udiff text old ( 11320:42ecb523c64a ) new ( 12222:6db0fc7407a5 )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 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

--- 84 unchanged lines hidden (view full) ---

93
94 DebugFlag('Arm')
95 DebugFlag('Decoder', "Instructions returned by the predecoder")
96 DebugFlag('Faults', "Trace Exceptions, interrupts, svc/swi")
97 DebugFlag('PMUVerbose', "Performance Monitor")
98 DebugFlag('TLBVerbose')
99
100 # Add files generated by the ISA description.
101 env.ISADesc('isa/main.isa')