lib.cdc: adjust ResetSynchronizer for new CDC primitive conventions.
Refs #97.
This commit is contained in:
parent
8f659b6cd6
commit
9893e3c044
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ class MultiReg(Elaboratable):
|
|||
|
||||
|
||||
class ResetSynchronizer(Elaboratable):
|
||||
def __init__(self, arst, domain="sync", n=2):
|
||||
def __init__(self, arst, *, domain="sync", n=2):
|
||||
self.arst = arst
|
||||
self.domain = domain
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue