Skip to content

DUT with bus pins #37

@Jetsama

Description

@Jetsama

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions