SConscript (2989:9a6f66c38acc) SConscript (3012:1d5e18f6a100)
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

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

89 cpu/pc_event.cc
90 cpu/quiesce_event.cc
91 cpu/static_inst.cc
92 cpu/simple_thread.cc
93 cpu/thread_state.cc
94
95 mem/bridge.cc
96 mem/bus.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

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

89 cpu/pc_event.cc
90 cpu/quiesce_event.cc
91 cpu/static_inst.cc
92 cpu/simple_thread.cc
93 cpu/thread_state.cc
94
95 mem/bridge.cc
96 mem/bus.cc
97 mem/dram.cc
97 mem/mem_object.cc
98 mem/packet.cc
99 mem/physical.cc
100 mem/port.cc
101 mem/tport.cc
102
103 mem/cache/base_cache.cc
104 mem/cache/cache.cc

--- 315 unchanged lines hidden ---
98 mem/mem_object.cc
99 mem/packet.cc
100 mem/physical.cc
101 mem/port.cc
102 mem/tport.cc
103
104 mem/cache/base_cache.cc
105 mem/cache/cache.cc

--- 315 unchanged lines hidden ---