SConscript (7023:185ad61a4117) SConscript (7025:9adf5b0ccc79)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
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('Sequencer.py')
38SimObject('DirectoryMemory.py')
39SimObject('MemoryControl.py')
40SimObject('RubySystem.py')
41
42Source('DMASequencer.cc')
43Source('DirectoryMemory.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
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('Sequencer.py')
38SimObject('DirectoryMemory.py')
39SimObject('MemoryControl.py')
40SimObject('RubySystem.py')
41
42Source('DMASequencer.cc')
43Source('DirectoryMemory.cc')
44Source('SparseMemory.cc')
44Source('CacheMemory.cc')
45Source('MemoryControl.cc')
46Source('MemoryNode.cc')
47Source('PersistentTable.cc')
48Source('RubyPort.cc')
49Source('Sequencer.cc', Werror=False)
50Source('System.cc')
51Source('TimerTable.cc')
52
53TraceFlag('RubyCache')
45Source('CacheMemory.cc')
46Source('MemoryControl.cc')
47Source('MemoryNode.cc')
48Source('PersistentTable.cc')
49Source('RubyPort.cc')
50Source('Sequencer.cc', Werror=False)
51Source('System.cc')
52Source('TimerTable.cc')
53
54TraceFlag('RubyCache')