You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if there is a bus pin on the DUT it will fail at creating instances (as naming breaks due to text format"<3:0>").
Create options for handling bus without confusion of which will happen.
Example:
pin: "Data<7:0>"
wanted behavior 1: connect each pin in bus to resistor using terminal with multiple instance resistor
wanted behavior 2: connect each pin in bus to resistor but create new resistor terminal for each of the bits
wanted behavior 3: connect all pins to one singular term such as ground using bus wire
wanted behavior 4: treat each bit as an independent pin to connect to different terminals types (ex: <0>=res but <1>=gnd)
Currently if there is a bus pin on the DUT it will fail at creating instances (as naming breaks due to text format"<3:0>").
Create options for handling bus without confusion of which will happen.
Example:
pin: "Data<7:0>"