ID:154035 Bus index <name> is either in the opposite direction, or out of the defined range allowed

CAUSE: The specified index cannot fall out of range of defined range allowed, for example abc[0:1] and abc[2] is out-of-range. Reverse direction is also prohibited.

ACTION: Make sure that the bus index is within the range allowed.