SConscript (10970:ea8bdb1d9f1e) SConscript (11052:3137d34acf29)
1# -*- mode:python -*-
2
3# Copyright (c) 2012 Mark D. Hill and David A. Wood
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

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

28#
29# Authors: Nilay Vaish
30
31Import('*')
32
33if env['PROTOCOL'] == 'None':
34 Return()
35
1# -*- mode:python -*-
2
3# Copyright (c) 2012 Mark D. Hill and David A. Wood
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

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

28#
29# Authors: Nilay Vaish
30
31Import('*')
32
33if env['PROTOCOL'] == 'None':
34 Return()
35
36SimObject('Cache.py')
36SimObject('RubyCache.py')
37SimObject('DirectoryMemory.py')
38SimObject('LRUReplacementPolicy.py')
39SimObject('PseudoLRUReplacementPolicy.py')
40SimObject('ReplacementPolicy.py')
41SimObject('RubyMemoryControl.py')
42SimObject('RubyPrefetcher.py')
43SimObject('WireBuffer.py')
44

--- 12 unchanged lines hidden ---
37SimObject('DirectoryMemory.py')
38SimObject('LRUReplacementPolicy.py')
39SimObject('PseudoLRUReplacementPolicy.py')
40SimObject('ReplacementPolicy.py')
41SimObject('RubyMemoryControl.py')
42SimObject('RubyPrefetcher.py')
43SimObject('WireBuffer.py')
44

--- 12 unchanged lines hidden ---