Deleted Added
sdiff udiff text old ( 11244:a2af58a06c4e ) new ( 11291:9d2364203316 )
full compact
1# Copyright (c) 2010-2012, 2015 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

649 else:
650 fatal("Don't know how to connect these system together")
651
652 if dumpfile:
653 self.etherdump = EtherDump(file=dumpfile)
654 self.etherlink.dump = Parent.etherdump
655
656 return self