Missing Positive Net in Differential Pair
This compiler hint appears when a positive polarity net has not been detected for a particular differential pair object within a design. The negative polarity net for the pair does exist. The message is displayed in the Messages panel in the following format:
Missing Positive Net for differential pair
PairName, negative net
NetName,
where
PairName is the name of the differential pair for which a negative polarity net has already been defined (e.g. V_RX1
)
NetName is the name of the negative polarity net (e.g. V_RX1_N
).
Default Report Mode
Error
Recommendation
This violation typically arises in the following situations:
- A differential pair directive has not been attached to the positive polarity wire of the signal pairing. The required net label (e.g.
V_RX1_P
) has been attached to the wire as required. - An appropriately-named net label (e.g.
V_RX1_P
) has not been attached to the positive polarity wire of the signal pairing. The required differential pair directive has been attached to the wire as required.
To resolve this violation, simply locate the positive wire object for the pair and ensure that both the net label and differential pair directive are attached and that the name of the net label is specified as required. The net label for the positive wire will be essentially the same as that for the negative wire, but with a _P
suffix instead of a _N
.