SConscript (13825:90e5b4dfeaff) SConscript (13991:102d94094d6b)
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

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

29# Authors: Nathan Binkert
30
31Import('*')
32
33SimObject('Prefetcher.py')
34
35Source('access_map_pattern_matching.cc')
36Source('base.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

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

29# Authors: Nathan Binkert
30
31Import('*')
32
33SimObject('Prefetcher.py')
34
35Source('access_map_pattern_matching.cc')
36Source('base.cc')
37Source('multi.cc')
37Source('bop.cc')
38Source('delta_correlating_prediction_tables.cc')
39Source('irregular_stream_buffer.cc')
40Source('indirect_memory.cc')
41Source('pif.cc')
42Source('queued.cc')
43Source('sbooe.cc')
44Source('signature_path.cc')
45Source('signature_path_v2.cc')
46Source('slim_ampm.cc')
47Source('spatio_temporal_memory_streaming.cc')
48Source('stride.cc')
49Source('tagged.cc')
38Source('bop.cc')
39Source('delta_correlating_prediction_tables.cc')
40Source('irregular_stream_buffer.cc')
41Source('indirect_memory.cc')
42Source('pif.cc')
43Source('queued.cc')
44Source('sbooe.cc')
45Source('signature_path.cc')
46Source('signature_path_v2.cc')
47Source('slim_ampm.cc')
48Source('spatio_temporal_memory_streaming.cc')
49Source('stride.cc')
50Source('tagged.cc')