60a61
> from m5.params import PortRef
109c110
< if type(port) is m5.params.PortRef:
---
> if isinstance(port, PortRef):