hdl.dsl: add clock domain support.
This commit is contained in:
parent
b2f828387a
commit
015998eba9
4 changed files with 44 additions and 15 deletions
|
|
@ -90,7 +90,7 @@ class _CompatModuleClockDomains(_CompatModuleProxy):
|
|||
|
||||
@deprecated("TODO")
|
||||
def __iadd__(self, other):
|
||||
self._cm._fragment.clock_domains += _flat_list(other)
|
||||
self._cm._module.domains += _flat_list(other)
|
||||
return self
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue