SConscript (10301:44839e8febbd) SConscript (10520:7740e0d97d48)
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

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

36SimObject('Cache.py')
37SimObject('DirectoryMemory.py')
38SimObject('MemoryControl.py')
39SimObject('RubyMemoryControl.py')
40SimObject('RubyPrefetcher.py')
41SimObject('WireBuffer.py')
42
43Source('DirectoryMemory.cc')
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

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

36SimObject('Cache.py')
37SimObject('DirectoryMemory.py')
38SimObject('MemoryControl.py')
39SimObject('RubyMemoryControl.py')
40SimObject('RubyPrefetcher.py')
41SimObject('WireBuffer.py')
42
43Source('DirectoryMemory.cc')
44Source('SparseMemory.cc')
45Source('CacheMemory.cc')
46Source('MemoryControl.cc')
47Source('WireBuffer.cc')
48Source('RubyMemoryControl.cc')
49Source('MemoryNode.cc')
50Source('PersistentTable.cc')
51Source('Prefetcher.cc')
52Source('TimerTable.cc')
53Source('BankedArray.cc')
44Source('CacheMemory.cc')
45Source('MemoryControl.cc')
46Source('WireBuffer.cc')
47Source('RubyMemoryControl.cc')
48Source('MemoryNode.cc')
49Source('PersistentTable.cc')
50Source('Prefetcher.cc')
51Source('TimerTable.cc')
52Source('BankedArray.cc')