Skip to content

Commit

Permalink
FIX: via net name (#947)
Browse files Browse the repository at this point in the history
Co-authored-by: ring630 <@gmail.com>
  • Loading branch information
hui-zhou-a authored Dec 17, 2024
1 parent 3f5ef1c commit 574d18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyedb/configuration/cfg_modeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def apply(self):
for p in self.padstack_instances:
p_inst = self._pedb.padstacks.place(
via_name=p.name,
net_name=p.net_name,
position=p.position,
definition_name=p.definition,
)
Expand Down

0 comments on commit 574d18e

Please sign in to comment.