SConscript (14183:8116c413222e) | SConscript (14185:f4017d66f4df) |
---|---|
1# -*- mode:python -*- 2# 3# Copyright (c) 2018 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 --- 46 unchanged lines hidden (view full) --- 55SimObject('SimpleMemory.py') 56SimObject('XBar.py') 57SimObject('HMCController.py') 58SimObject('SerialLink.py') 59SimObject('MemDelay.py') 60 61Source('abstract_mem.cc') 62Source('addr_mapper.cc') | 1# -*- mode:python -*- 2# 3# Copyright (c) 2018 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 --- 46 unchanged lines hidden (view full) --- 55SimObject('SimpleMemory.py') 56SimObject('XBar.py') 57SimObject('HMCController.py') 58SimObject('SerialLink.py') 59SimObject('MemDelay.py') 60 61Source('abstract_mem.cc') 62Source('addr_mapper.cc') |
63Source('atomic_protocol.cc') | |
64Source('bridge.cc') 65Source('coherent_xbar.cc') 66Source('drampower.cc') 67Source('dram_ctrl.cc') 68Source('external_master.cc') 69Source('external_slave.cc') | 63Source('bridge.cc') 64Source('coherent_xbar.cc') 65Source('drampower.cc') 66Source('dram_ctrl.cc') 67Source('external_master.cc') 68Source('external_slave.cc') |
70Source('functional_protocol.cc') | |
71Source('mem_object.cc') 72Source('mport.cc') 73Source('noncoherent_xbar.cc') 74Source('packet.cc') 75Source('port.cc') 76Source('packet_queue.cc') 77Source('port_proxy.cc') 78Source('physical.cc') 79Source('secure_port_proxy.cc') | 69Source('mem_object.cc') 70Source('mport.cc') 71Source('noncoherent_xbar.cc') 72Source('packet.cc') 73Source('port.cc') 74Source('packet_queue.cc') 75Source('port_proxy.cc') 76Source('physical.cc') 77Source('secure_port_proxy.cc') |
80Source('timing_protocol.cc') | |
81Source('simple_mem.cc') 82Source('snoop_filter.cc') 83Source('stack_dist_calc.cc') 84Source('tport.cc') 85Source('xbar.cc') 86Source('hmc_controller.cc') 87Source('serial_link.cc') 88Source('mem_delay.cc') --- 41 unchanged lines hidden --- | 78Source('simple_mem.cc') 79Source('snoop_filter.cc') 80Source('stack_dist_calc.cc') 81Source('tport.cc') 82Source('xbar.cc') 83Source('hmc_controller.cc') 84Source('serial_link.cc') 85Source('mem_delay.cc') --- 41 unchanged lines hidden --- |