summaryrefslogtreecommitdiff
path: root/src/dev/CopyEngine.py
AgeCommit message (Collapse)Author
2012-02-13MEM: Explicit ports and Python binding on CopyEngineAndreas Hansson
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.
2009-01-17CopyEngine: Implement a I/OAT-like copy engine.Ali Saidi