SConscript (2840:227f7c4f8c81) | SConscript (2914:2c524dc023d2) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93 cpu/thread_state.cc 94 95 mem/bridge.cc 96 mem/bus.cc 97 mem/mem_object.cc 98 mem/packet.cc 99 mem/physical.cc 100 mem/port.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 --- 84 unchanged lines hidden (view full) --- 93 cpu/thread_state.cc 94 95 mem/bridge.cc 96 mem/bus.cc 97 mem/mem_object.cc 98 mem/packet.cc 99 mem/physical.cc 100 mem/port.cc |
101 mem/tport.cc |
|
101 102 mem/cache/base_cache.cc 103 mem/cache/cache.cc 104 mem/cache/coherence/coherence_protocol.cc 105 mem/cache/coherence/uni_coherence.cc 106 mem/cache/miss/blocking_buffer.cc 107 mem/cache/miss/miss_queue.cc 108 mem/cache/miss/mshr.cc --- 310 unchanged lines hidden --- | 102 103 mem/cache/base_cache.cc 104 mem/cache/cache.cc 105 mem/cache/coherence/coherence_protocol.cc 106 mem/cache/coherence/uni_coherence.cc 107 mem/cache/miss/blocking_buffer.cc 108 mem/cache/miss/miss_queue.cc 109 mem/cache/miss/mshr.cc --- 310 unchanged lines hidden --- |