getsLogic method

  1. @override
void getsLogic(
  1. Logic other
)
override

Connects this port to be driven by a Logic signal.

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

Implementation

@override
void getsLogic(Logic other) {
  _externalPort <= other;
}