Skip to content

Conversation

@Rezer
Copy link
Contributor

@Rezer Rezer commented Sep 23, 2022

Updated to properly handle quoted component/pin pairings, e.g. (pins "comp1"-"pin1" "comp2"-"pin4")

Updated to properly handle quoted quoted component/pin pairings, e.g. (pins "comp1"-"pin1" "comp2"-"pin4")
@andrasfuchs
Copy link
Collaborator

I created a new file named 'Issue143-rpi_splitter_mod.dsn' in the tests folder and modified its network section as follows:

(network
    (net "D+"
      (pins "J3-"-"D+" "J1"-"D+")
    )
    (net "D-"
      (pins "J3{"-"D-" "J1"-"D-")
    )
    (net "N$5"
      (pins "J2(--)"-"GND" "J3"-"GND" "J1 + - ( )"-"GND")
    )
    (net "VBUS"
      (pins "J3 -+"-"_VBUS #22")
    )
    (net "VCC"
      (pins J2-VBUS "J1"-VBUS)
    )
  )

They were read all correctly with your modifications, so I'll merge your PR.

Thank you for this patch @Rezer!

@andrasfuchs andrasfuchs merged commit ee19a1f into freerouting:master Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants