SConscript (9243:9b6ff962d62f) | SConscript (9259:fc28f3ca5b21) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 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 --- 16 unchanged lines hidden (view full) --- 25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 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 --- 16 unchanged lines hidden (view full) --- 25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 |
33SimObject('AddrMapper.py') |
|
33SimObject('Bridge.py') 34SimObject('Bus.py') 35SimObject('CommMonitor.py') 36SimObject('MemObject.py') 37 | 34SimObject('Bridge.py') 35SimObject('Bus.py') 36SimObject('CommMonitor.py') 37SimObject('MemObject.py') 38 |
39Source('addr_mapper.cc') |
|
38Source('bridge.cc') 39Source('bus.cc') 40Source('coherent_bus.cc') 41Source('comm_monitor.cc') 42Source('mem_object.cc') 43Source('mport.cc') 44Source('noncoherent_bus.cc') 45Source('packet.cc') --- 52 unchanged lines hidden --- | 40Source('bridge.cc') 41Source('bus.cc') 42Source('coherent_bus.cc') 43Source('comm_monitor.cc') 44Source('mem_object.cc') 45Source('mport.cc') 46Source('noncoherent_bus.cc') 47Source('packet.cc') --- 52 unchanged lines hidden --- |