Skip to content

Commit

Permalink
Merge branch 'main' into pdk-cells
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi authored Aug 27, 2023
2 parents 9b65053 + 8688ea9 commit 087e4d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kfactory/kcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,6 @@ def dup(self) -> KCell:

c = KCell(kcl=self.kcl, kdb_cell=kdb_copy)
c.ports = self.ports.copy()
for inst in kdb_copy.each_inst():
c.insts.append(Instance(self.kcl, instance=inst))

c._settings = self.settings.model_copy()
c.info = self.info.model_copy()
Expand Down

0 comments on commit 087e4d0

Please sign in to comment.