SConscript (13766:4ecebdee8da4) | SConscript (13784:1941dc118243) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40# 41# Authors: Steve Reinhardt 42# Gabe Black 43# Andreas Sandberg 44 45Import('*') 46 47SimObject('Ethernet.py') | 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 --- 31 unchanged lines hidden (view full) --- 40# 41# Authors: Steve Reinhardt 42# Gabe Black 43# Andreas Sandberg 44 45Import('*') 46 47SimObject('Ethernet.py') |
48Source('python.cc', add_tags='python') | |
49 50# Basic Ethernet infrastructure 51Source('etherbus.cc') 52Source('etherswitch.cc') 53Source('etherdevice.cc') 54Source('etherdump.cc') 55Source('etherint.cc') 56Source('etherlink.cc') --- 37 unchanged lines hidden --- | 48 49# Basic Ethernet infrastructure 50Source('etherbus.cc') 51Source('etherswitch.cc') 52Source('etherdevice.cc') 53Source('etherdump.cc') 54Source('etherint.cc') 55Source('etherlink.cc') --- 37 unchanged lines hidden --- |