SConscript (10301:44839e8febbd) | SConscript (11108:6342ddf6d733) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 33if env['PROTOCOL'] == 'None': 34 Return() 35 | 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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 33if env['PROTOCOL'] == 'None': 34 Return() 35 |
36SimObject('Sequencer.py') | |
37SimObject('RubySystem.py') | 36SimObject('RubySystem.py') |
37SimObject('Sequencer.py') |
|
38 39Source('CacheRecorder.cc') 40Source('DMASequencer.cc') 41Source('RubyPort.cc') 42Source('RubyPortProxy.cc') | 38 39Source('CacheRecorder.cc') 40Source('DMASequencer.cc') 41Source('RubyPort.cc') 42Source('RubyPortProxy.cc') |
43Source('RubySystem.cc') |
|
43Source('Sequencer.cc') | 44Source('Sequencer.cc') |
44Source('System.cc') | |