We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822ddd1 commit 03d5aa9Copy full SHA for 03d5aa9
magma/interface.py
@@ -496,6 +496,7 @@ def __iadd__(self, other: 'IO') -> 'IO':
496
if self._ports.keys() & other._ports.keys():
497
raise Exception("Adding IO with duplicate port names not allowed")
498
self._ports.update(other._ports)
499
+ return self
500
501
def _add(self, name, typ):
502
if self._bound:
0 commit comments