isNet property

bool get isNet

Indicates whether this connection is a net connection (i.e., both PortReferences are LogicNets).

Implementation

bool get isNet => src.port.isNet && dst.port.isNet;