StandardInterfacePortReference constructor
- InterfaceReference<
PairInterface> interfaceReference, - String portName
Creates a reference to a complete interface port.
The portName
must exist within the interfaceReference
's interface and
must be a simple identifier without slicing syntax.
Implementation
StandardInterfacePortReference(this.interfaceReference, String portName)
: super(interfaceReference.module, portName);