isNet property
Indicates whether this connection is a net connection (i.e., both PortReferences are LogicNets).
Implementation
bool get isNet => src.port.isNet && dst.port.isNet;
Indicates whether this connection is a net connection (i.e., both PortReferences are LogicNets).
bool get isNet => src.port.isNet && dst.port.isNet;