drivesLogic abstract method

void drivesLogic(
  1. Logic other
)

Drives a Logic signal with this port's value.

This connects the other signal to be driven by this port.

Implementation

void drivesLogic(Logic other);