getsLogic abstract method

void getsLogic(
  1. Logic other
)

Connects this port to be driven by a Logic signal.

This is a direct connection where the Logic signal drives this port.

Implementation

void getsLogic(Logic other);