SConscript (2813:89d9196456ac) | SConscript (2814:b723c79f5349) |
---|---|
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 --- 103 unchanged lines hidden (view full) --- 112 mem/cache/prefetch/base_prefetcher.cc 113 mem/cache/prefetch/ghb_prefetcher.cc 114 mem/cache/prefetch/prefetcher.cc 115 mem/cache/prefetch/stride_prefetcher.cc 116 mem/cache/prefetch/tagged_prefetcher.cc 117 mem/cache/tags/base_tags.cc 118 mem/cache/tags/cache_tags.cc 119 mem/cache/tags/fa_lru.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 --- 103 unchanged lines hidden (view full) --- 112 mem/cache/prefetch/base_prefetcher.cc 113 mem/cache/prefetch/ghb_prefetcher.cc 114 mem/cache/prefetch/prefetcher.cc 115 mem/cache/prefetch/stride_prefetcher.cc 116 mem/cache/prefetch/tagged_prefetcher.cc 117 mem/cache/tags/base_tags.cc 118 mem/cache/tags/cache_tags.cc 119 mem/cache/tags/fa_lru.cc |
120 mem/cache/tags/iic/cc | 120 mem/cache/tags/iic.cc |
121 mem/cache/tags/lru.cc 122 mem/cache/tags/repl/gen.cc 123 mem/cache/tags/repl/repl.cc 124 mem/cache/tags/split.cc 125 mem/cache/tags/split_lifo.cc 126 mem/cache/tags/split_lru.cc 127 128 mem/cache/cache_builder.cc --- 292 unchanged lines hidden --- | 121 mem/cache/tags/lru.cc 122 mem/cache/tags/repl/gen.cc 123 mem/cache/tags/repl/repl.cc 124 mem/cache/tags/split.cc 125 mem/cache/tags/split_lifo.cc 126 mem/cache/tags/split_lru.cc 127 128 mem/cache/cache_builder.cc --- 292 unchanged lines hidden --- |