-
Notifications
You must be signed in to change notification settings - Fork 8
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
FIX: get_pins_name_from_net #436
Conversation
Co-authored-by: Sébastien Morais <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I approved it. What is the use case of change?
Generally, it is more usefull to just retrieve all the pins that are connected to a net, rather than checking if a specific pin belongs to this net. Nevertheless, with the new code you can do both. Also, i fixed the format of the returned name, because the component was not mentioned i.e. FCHIP-B11, but only B11 instead. Problem is that B11 also belongs in BGA-B11 and you cannot identify which of the two it references. |
No description provided.