misc: Delete the now unnecessary create methods.
[gem5.git] / src / mem / MemCtrl.py
index e0f34241e91d9623000f8ab6f748a0978637bdfb..6736bb03fbed661412afff38e3695beda2b96dad 100644 (file)
@@ -56,7 +56,7 @@ class MemCtrl(QoSMemCtrl):
 
     # single-ported on the system interface side, instantiate with a
     # bus in front of the controller for multiple ports
-    port = SlavePort("Slave port")
+    port = ResponsePort("This port responds to memory requests")
 
     # Interface to volatile, DRAM media
     dram = Param.DRAMInterface(NULL, "DRAM interface")