SConscript (7780:42da07116e12) | SConscript (8191:777459f7c61f) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32 33if not env['RUBY']: 34 Return() 35 36SimObject('Cache.py') 37SimObject('Sequencer.py') 38SimObject('DirectoryMemory.py') 39SimObject('MemoryControl.py') | 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 --- 23 unchanged lines hidden (view full) --- 32 33if not env['RUBY']: 34 Return() 35 36SimObject('Cache.py') 37SimObject('Sequencer.py') 38SimObject('DirectoryMemory.py') 39SimObject('MemoryControl.py') |
40SimObject('WireBuffer.py') |
|
40SimObject('RubySystem.py') 41 42Source('DMASequencer.cc') 43Source('DirectoryMemory.cc') 44Source('SparseMemory.cc') 45Source('CacheMemory.cc') 46Source('MemoryControl.cc') | 41SimObject('RubySystem.py') 42 43Source('DMASequencer.cc') 44Source('DirectoryMemory.cc') 45Source('SparseMemory.cc') 46Source('CacheMemory.cc') 47Source('MemoryControl.cc') |
48Source('WireBuffer.cc') |
|
47Source('MemoryNode.cc') 48Source('PersistentTable.cc') 49Source('RubyPort.cc') 50Source('Sequencer.cc', Werror=False) 51Source('System.cc') 52Source('TimerTable.cc') | 49Source('MemoryNode.cc') 50Source('PersistentTable.cc') 51Source('RubyPort.cc') 52Source('Sequencer.cc', Werror=False) 53Source('System.cc') 54Source('TimerTable.cc') |