Merging two nets #2919
-
Hi all, I am not sure if my methodology/poor programming skills are the issue here or some error is the cause, but I hope someone can help me with this issue. I also want to find all the separation points in the design, remove them and then unite the two nets that were connected to the separation point. I have no issues finding all the separation points and deleting them, but I have not been able to successfully unite the two nets. Are there some better ways to achieve my goals or some issues with the "edb.core_nets.merge_nets_polygons" function? In advanced, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Garpurinn, |
Beta Was this translation helpful? Give feedback.
Hi @Garpurinn,
this command merge_nets_polygons will merge 2 nets, and is expecting to get a list on net name (e.g. str). If this is not working as expected please submit an issue on Github.
thanks for your feedback.