MEM: Explicit ports and Python binding on CopyEngine
Review Request #1004 - Created Jan. 17, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
MEM: Explicit ports and Python binding on CopyEngine The copy-engine ports were previously created implicitly and bound based on the dma port peer rather than relying on the normal Python binding (connectPorts) being called explicitly. This patch makes the copy engine port similar to all other ports in that they are visibly in the Python class and bound using the normal explicit calls through Python.
util/regress all passing (disregarding t1000 and eio)
