driverInput method

  1. @protected
Logic driverInput(
  1. Logic driver
)

Gets the input port associated with driver.

Implementation

@protected
Logic driverInput(Logic driver) => _assignedDriverToInputMap[driver]!;