mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
typo
This commit is contained in:
parent
7ebf08db5e
commit
5fb221e7d9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class XilinxAsyncResetSynchronizerImpl(Module):
|
||||||
]
|
]
|
||||||
|
|
||||||
class XilinxAsyncResetSynchronizer:
|
class XilinxAsyncResetSynchronizer:
|
||||||
staticmethod
|
@staticmethod
|
||||||
def lower(dr):
|
def lower(dr):
|
||||||
return XilinxAsyncResetSynchronizerImpl(dr.cd, dr.async_reset)
|
return XilinxAsyncResetSynchronizerImpl(dr.cd, dr.async_reset)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue