SConscript (3683:daaf64c05810) | SConscript (3719:23ca579a363a) |
---|---|
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 --- 94 unchanged lines hidden (view full) --- 103 mem/port.cc 104 mem/tport.cc 105 106 mem/cache/base_cache.cc 107 mem/cache/cache.cc 108 mem/cache/coherence/coherence_protocol.cc 109 mem/cache/coherence/uni_coherence.cc 110 mem/cache/miss/blocking_buffer.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 --- 94 unchanged lines hidden (view full) --- 103 mem/port.cc 104 mem/tport.cc 105 106 mem/cache/base_cache.cc 107 mem/cache/cache.cc 108 mem/cache/coherence/coherence_protocol.cc 109 mem/cache/coherence/uni_coherence.cc 110 mem/cache/miss/blocking_buffer.cc |
111 mem/cache/miss/miss_buffer.cc |
|
111 mem/cache/miss/miss_queue.cc 112 mem/cache/miss/mshr.cc 113 mem/cache/miss/mshr_queue.cc 114 mem/cache/prefetch/base_prefetcher.cc 115 mem/cache/prefetch/ghb_prefetcher.cc 116 mem/cache/prefetch/prefetcher.cc 117 mem/cache/prefetch/stride_prefetcher.cc 118 mem/cache/prefetch/tagged_prefetcher.cc --- 221 unchanged lines hidden --- | 112 mem/cache/miss/miss_queue.cc 113 mem/cache/miss/mshr.cc 114 mem/cache/miss/mshr_queue.cc 115 mem/cache/prefetch/base_prefetcher.cc 116 mem/cache/prefetch/ghb_prefetcher.cc 117 mem/cache/prefetch/prefetcher.cc 118 mem/cache/prefetch/stride_prefetcher.cc 119 mem/cache/prefetch/tagged_prefetcher.cc --- 221 unchanged lines hidden --- |