----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/1004/ -----------------------------------------------------------
Review request for Default. Summary ------- 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. Diffs ----- src/dev/CopyEngine.py 03e09db82c80 src/dev/copy_engine.hh 03e09db82c80 src/dev/copy_engine.cc 03e09db82c80 Diff: http://reviews.m5sim.org/r/1004/diff Testing ------- util/regress all passing (disregarding t1000 and eio) Thanks, Andreas _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev