mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fhdl: remove broken fragment iadd
This commit is contained in:
parent
b00581616e
commit
019ef16db4
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue