compat.fhdl.decorators: improve backwards compatibility.
This commit is contained in:
parent
d2c4c7c060
commit
13650acbbc
1 changed files with 6 additions and 1 deletions
|
|
@ -45,6 +45,11 @@ class CompatCEInserter(_CompatControlInserter):
|
||||||
_native_inserter = NativeEnableInserter
|
_native_inserter = NativeEnableInserter
|
||||||
|
|
||||||
|
|
||||||
|
class CompatClockDomainsRenamer(NativeDomainRenamer):
|
||||||
|
def __init__(self, cd_remapping):
|
||||||
|
super().__init__(cd_remapping)
|
||||||
|
|
||||||
|
|
||||||
ResetInserter = CompatResetInserter
|
ResetInserter = CompatResetInserter
|
||||||
CEInserter = CompatCEInserter
|
CEInserter = CompatCEInserter
|
||||||
ClockDomainsRenamer = NativeDomainRenamer
|
ClockDomainsRenamer = CompatClockDomainsRenamer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue