WorkspaceManager_Err-BusIndicesOutOfRangeBus Indices Out of Range_AD
This document is no longer available beyond version 21. Information can now be found here: Bus indices out of range for version 24
Parent category: Violations Associated with Buses
Default report mode:
Summary
This violation occurs when the index of a constituent net connected to a bus lies outside the range specified by the net to which the bus is associated.
Notification
If compiler errors and warnings are enabled for display on the schematic (enabled on the Schematic - Compiler page of the Preferences dialog), an offending object will display a colored squiggle beneath it. Hovering over the object will display a pop-up hint that summarizes the violation. A notification is also displayed in the Messages panel in the following format:
Bus index out of range on
<NetPrefix> Index = <NetIndex>
where:
NetPrefix
is the prefix of the constituent net connected to the bus (e.g.,A
for netA8
, connected to a bus associated to netA[0..7]
).NetIndex
is the erroneous index of the constituent net (e.g., netA8
has an index of8
).
Recommendation for Resolution
With the violation selected in the Messages panel, use the Details region of the panel to quickly cross probe to the net label associated with the offending net and either amend the index of the net so that it lies within the correct range, or rename the net altogether. The latter would be typical if you have named the net by mistake and it is not a constituent of the net transported by the bus object.
Tip
- Object hints will only appear provided the Enable Connectivity Insight option is enabled on the System - Design Insight page of the Preferences dialog. Use the controls associated with the Object Hints entry in the Connectivity Insight Options region of the page to determine the launch style for such hints (Mouse Hover and/or Alt+Double Click).