Nets with Multiple Names
This compiler hint appears when a net in the design has been detected to have multiple names associated with it. The message is displayed in the Messages panel in the following format:
Nets
Identifier has multiple names (
NameList)
,
where
Identifier represents the type of connection and the name of the net. The connection can be one of the following:
- Wire - where the identifier will appear in the format
Wire NetName
(e.g. Wire DTSA) - Bus - where the identifier will appear in the format
Bus Slice NetName
(e.g. Bus Slice A[0..7]) - Bus Element - where the identifier will appear in the format
Element[n]: NetPrefix
(e.g. Element[0]: A)
NameList is a comma-separated list of all names found associated with the offending net. These names can come from attached net labels, sheet entries, power ports and offsheet connectors.
Default Report Mode
Warning
Recommendation
This violation can be resolved by ensuring that the names of all net identifiers associated with a particular net are the same. However, in many cases it is beneficial to use different names for a particular net - for example when that net is present on different branches of a hierarchical design and different names better reflect the conducted signal in those branches. Similarly, you may want to describe the sheet entry of a particular sheet symbol using a different name to that of the net label attached to the incoming/outgoing wire or bus.
To freely use multiple names with nets in your design, and prevent related violation messages appearing in the Messages panel, simply set the Report Mode for this violation type to No Report
, on the Error Reporting tab of the Options for Project dialog.