28c28
< from m5.SimObject import SimObject
---
> from m5.SimObject import SimObject, cxxMethod
64a65,68
> @cxxMethod(return_value_policy="reference", cxx_name="gem5_getPort")
> def getPort(self, if_name, iex):
> return None
>