Review Board 2.0.15


MEM: Removing the default port peer from Python ports

Review Request #952 - Created Dec. 22, 2011 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
MEM: Removing the default port peer from Python ports

In preparation for the introduction of Master and Slave ports, this
patch removes the default port parameter in the Python port and thus
forces the argument list of the Port to contain only the
description. The drawback at this point is that the config port and
dma port of PCI and DMA devices have to be connected explicitly. This
is key for future diversification as the pio and config port are
slaves, but the dma port is a master.
util/regress all passing (disregarding t1000 and eio)