ansys / pyedb

pyedb is a Python library to use the EDB client library.
https://edb.docs.pyansys.com/
MIT License
9 stars 4 forks source link

Bug: Create_cutout #513

Open gkorompi opened 5 months ago

gkorompi commented 5 months ago

Before submitting the issue

Description of the bug

After the cutout the nets are not updated, hence when a source is created, with the restriction max_limit = 1, the nearest pin is assumed as the one missing from the cutout, which causes for the port to not be designed.

Steps To Reproduce

NA

Which Operating System are you using?

Windows

Which Python version are you using?

3.7

Installed packages

NA

svandenb-dev commented 5 months ago

@gkorompi what do you mean by "nets are not updated" ? when you create the port it search for pins and this should not be found right ?

gkorompi commented 5 months ago

Correct!