receiverOutput method

  1. @protected
Logic receiverOutput(
  1. Logic receiver
)

Gets the output port associated with receiver.

Implementation

@protected
Logic receiverOutput(Logic receiver) =>
    _assignedReceiverToOutputMap[receiver]!;