getsLogic abstract method

void getsLogic(
  1. Logic other
)

Connects this port to be driven by a Logic other.

This is a direct connection where the Logic signal drives this reference. Prefer to use gets or other higher-level connection methods when possible.

Implementation

void getsLogic(Logic other);