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

FIX: get_pins_name_from_net #436

Merged
merged 5 commits into from
May 2, 2024
Merged

FIX: get_pins_name_from_net #436

merged 5 commits into from
May 2, 2024

Conversation

gkorompi
Copy link
Collaborator

No description provided.

@gkorompi gkorompi linked an issue Apr 29, 2024 that may be closed by this pull request
@gkorompi gkorompi requested a review from hui-zhou-a April 29, 2024 15:51
src/pyedb/dotnet/edb_core/components.py Outdated Show resolved Hide resolved
src/pyedb/dotnet/edb_core/components.py Outdated Show resolved Hide resolved
@gkorompi gkorompi requested a review from SMoraisAnsys April 30, 2024 09:02
Copy link
Collaborator

@hui-zhou-a hui-zhou-a left a 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?

@gkorompi
Copy link
Collaborator Author

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.

@gkorompi gkorompi requested a review from hui-zhou-a April 30, 2024 11:36
@gkorompi gkorompi enabled auto-merge (squash) April 30, 2024 11:38
@gkorompi gkorompi merged commit 769100d into main May 2, 2024
25 checks passed
@gkorompi gkorompi deleted the get_pins_name_from_net branch May 2, 2024 11:59
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.

Add optional input of the pin list ..get_pins_name_from_net
4 participants