lib.cdc: fix tests to actually run.
This commit is contained in:
parent
849c649259
commit
39eb2e8fa7
2 changed files with 3 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ class Delay(Statement):
|
|||
|
||||
|
||||
class Tick(Statement):
|
||||
def __init__(self, domain):
|
||||
def __init__(self, domain="sync"):
|
||||
self.domain = str(domain)
|
||||
|
||||
def _rhs_signals(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue