Drop ports when repeating

This commit is contained in:
Jan Petykiewicz 2023-03-31 13:35:18 -07:00
parent 2364288ba7
commit 3e48cc7190

View File

@ -155,6 +155,7 @@ class Ref(
combined = type(pattern)()
for dd in self.repetition.displacements:
temp_pat = pattern.deepcopy()
temp_pat.ports = {}
temp_pat.translate_elements(dd)
combined.append(temp_pat)
pattern = combined