SConscript (11290:1640dd68b0a4) | SConscript (11317:766c3eb44fd8) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46 47if env['TARGET_ISA'] == 'null': 48 Return() 49 50SimObject('Ethernet.py') 51 52# Basic Ethernet infrastructure 53Source('etherbus.cc') | 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 --- 37 unchanged lines hidden (view full) --- 46 47if env['TARGET_ISA'] == 'null': 48 Return() 49 50SimObject('Ethernet.py') 51 52# Basic Ethernet infrastructure 53Source('etherbus.cc') |
54Source('etherswitch.cc') |
|
54Source('etherdevice.cc') 55Source('etherdump.cc') 56Source('etherint.cc') 57Source('etherlink.cc') 58Source('etherpkt.cc') 59Source('ethertap.cc') 60 61Source('pktfifo.cc') --- 33 unchanged lines hidden --- | 55Source('etherdevice.cc') 56Source('etherdump.cc') 57Source('etherint.cc') 58Source('etherlink.cc') 59Source('etherpkt.cc') 60Source('ethertap.cc') 61 62Source('pktfifo.cc') --- 33 unchanged lines hidden --- |