SConscript (11260:bedcc64f6145) SConscript (11261:2050602b55f7)
1# -*- mode:python -*-
2
3# Copyright (c) 2015 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

50SimObject('PciDevice.py')
51Source('device.cc')
52DebugFlag('PciDevice')
53
54SimObject('PciHost.py')
55Source('host.cc')
56DebugFlag('PciHost')
57
1# -*- mode:python -*-
2
3# Copyright (c) 2015 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

50SimObject('PciDevice.py')
51Source('device.cc')
52DebugFlag('PciDevice')
53
54SimObject('PciHost.py')
55Source('host.cc')
56DebugFlag('PciHost')
57
58SimObject('CopyEngine.py')
59Source('copy_engine.cc')
60DebugFlag('DMACopyEngine')