getsLogic method
- 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;
}