Drop ports when repeating
This commit is contained in:
parent
2364288ba7
commit
3e48cc7190
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user