Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple PCB Element port matches #192

Open
seveibar opened this issue Oct 21, 2024 · 0 comments
Open

Handle multiple PCB Element port matches #192

seveibar opened this issue Oct 21, 2024 · 0 comments

Comments

@seveibar
Copy link
Contributor

seveibar commented Oct 21, 2024

This is kind of tricky. Sometimes there will be multiple pcb elements that are all connected to the same port for a device. For example a USB-C component has multiple GND pins. There are a couple options on how to handle this, for example you could create multiple ports. This is a good option because it allows the autorouter to select the best port for each net. You could also allow the port to have multiple matched elements as long as the elements are internally connected.

Image

Example Snippet

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

No branches or pull requests

1 participant