fhdl: remove broken fragment iadd
This commit is contained in:
parent
b00581616e
commit
019ef16db4
|
@ -205,9 +205,3 @@ class Fragment:
|
|||
self.sync.l + other.sync.l,
|
||||
self.instances + other.instances,
|
||||
self.pads | other.pads)
|
||||
def __iadd__(self, other):
|
||||
self.comb.l += other.comb.l
|
||||
self.sync.l += other.sync.l
|
||||
self.instances += other.instances
|
||||
self.pads |= other.pads
|
||||
return self
|
||||
|
|
Loading…
Reference in New Issue