StandardInterfacePortReference constructor

StandardInterfacePortReference(
  1. InterfaceReference<PairInterface> interfaceReference,
  2. 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);