dev: Move the CopyEngine class to src/dev/pci

--HG--
rename : src/dev/CopyEngine.py => src/dev/pci/CopyEngine.py
rename : src/dev/copy_engine.cc => src/dev/pci/copy_engine.cc
rename : src/dev/copy_engine.hh => src/dev/pci/copy_engine.hh
rename : src/dev/copy_engine_defs.hh => src/dev/pci/copy_engine_defs.hh
This commit is contained in:
Andreas Sandberg
2015-12-10 10:35:16 +00:00
parent 139c97c977
commit 38e2860c36
6 changed files with 10 additions and 9 deletions

View File

@@ -55,3 +55,6 @@ SimObject('PciHost.py')
Source('host.cc')
DebugFlag('PciHost')
SimObject('CopyEngine.py')
Source('copy_engine.cc')
DebugFlag('DMACopyEngine')