SConscript (2736:98dcdc08884d) SConscript (2738:5d7a31c7fa29)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

80 base/stats/statdb.cc
81 base/stats/visit.cc
82 base/stats/text.cc
83
84 cpu/activity.cc
85 cpu/base.cc
86 cpu/cpuevent.cc
87 cpu/exetrace.cc
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

80 base/stats/statdb.cc
81 base/stats/visit.cc
82 base/stats/text.cc
83
84 cpu/activity.cc
85 cpu/base.cc
86 cpu/cpuevent.cc
87 cpu/exetrace.cc
88 cpu/func_unit.cc
89 cpu/op_class.cc
90 cpu/pc_event.cc
91 cpu/quiesce_event.cc
92 cpu/static_inst.cc
93 cpu/sampler/sampler.cc
94 cpu/simple_thread.cc
95 cpu/thread_state.cc
96
88 cpu/op_class.cc
89 cpu/pc_event.cc
90 cpu/quiesce_event.cc
91 cpu/static_inst.cc
92 cpu/sampler/sampler.cc
93 cpu/simple_thread.cc
94 cpu/thread_state.cc
95
96 encumbered/cpu/full/fu_pool.cc
97
97 mem/bridge.cc
98 mem/bus.cc
98 mem/bridge.cc
99 mem/bus.cc
99 mem/connector.cc
100 mem/mem_object.cc
101 mem/packet.cc
102 mem/physical.cc
103 mem/port.cc
104
105 sim/builder.cc
100 mem/mem_object.cc
101 mem/packet.cc
102 mem/physical.cc
103 mem/port.cc
104
105 sim/builder.cc
106 sim/configfile.cc
107 sim/debug.cc
108 sim/eventq.cc
109 sim/faults.cc
110 sim/main.cc
111 python/swig/main_wrap.cc
112 sim/param.cc
113 sim/profile.cc
114 sim/root.cc

--- 283 unchanged lines hidden ---
106 sim/debug.cc
107 sim/eventq.cc
108 sim/faults.cc
109 sim/main.cc
110 python/swig/main_wrap.cc
111 sim/param.cc
112 sim/profile.cc
113 sim/root.cc

--- 283 unchanged lines hidden ---