SConscript (13667:e3ae3619b9ab) | SConscript (13669:24ef552b4d6d) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 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 --- 21 unchanged lines hidden (view full) --- 30 31Import('*') 32 33SimObject('Prefetcher.py') 34 35Source('access_map_pattern_matching.cc') 36Source('base.cc') 37Source('delta_correlating_prediction_tables.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 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 --- 21 unchanged lines hidden (view full) --- 30 31Import('*') 32 33SimObject('Prefetcher.py') 34 35Source('access_map_pattern_matching.cc') 36Source('base.cc') 37Source('delta_correlating_prediction_tables.cc') |
38Source('irregular_stream_buffer.cc') |
|
38Source('queued.cc') 39Source('signature_path.cc') 40Source('signature_path_v2.cc') 41Source('stride.cc') 42Source('tagged.cc') | 39Source('queued.cc') 40Source('signature_path.cc') 41Source('signature_path_v2.cc') 42Source('stride.cc') 43Source('tagged.cc') |