SConscript (7405:7a938baf14be) SConscript (7423:9bf0b7e0dbf2)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 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

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

52 Source('insts/macromem.cc')
53 Source('insts/mem.cc')
54 Source('insts/misc.cc')
55 Source('insts/pred_inst.cc')
56 Source('insts/static_inst.cc')
57 Source('insts/vfp.cc')
58 Source('isa.cc')
59 Source('miscregs.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009 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

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

52 Source('insts/macromem.cc')
53 Source('insts/mem.cc')
54 Source('insts/misc.cc')
55 Source('insts/pred_inst.cc')
56 Source('insts/static_inst.cc')
57 Source('insts/vfp.cc')
58 Source('isa.cc')
59 Source('miscregs.cc')
60 Source('predecoder.cc')
60 Source('nativetrace.cc')
61 Source('tlb.cc')
62 Source('vtophys.cc')
63 Source('utility.cc')
64
65 SimObject('ArmNativeTrace.py')
66 SimObject('ArmTLB.py')
67

--- 24 unchanged lines hidden ---
61 Source('nativetrace.cc')
62 Source('tlb.cc')
63 Source('vtophys.cc')
64 Source('utility.cc')
65
66 SimObject('ArmNativeTrace.py')
67 SimObject('ArmTLB.py')
68

--- 24 unchanged lines hidden ---