Deleted Added
sdiff udiff text old ( 10037:5cac77888310 ) new ( 10196:be0e1724eb39 )
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

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

84 SimObject('ArmSystem.py')
85 SimObject('ArmTLB.py')
86
87 DebugFlag('Arm')
88 DebugFlag('Decoder', "Instructions returned by the predecoder")
89 DebugFlag('Faults', "Trace Exceptions, interrupts, svc/swi")
90 DebugFlag('TLBVerbose')
91
92 # Add files generated by the ISA description.
93 env.ISADesc('isa/main.isa')