mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
No defaults in ResetSignal args
--HG-- branch : 0.8-dev
This commit is contained in:
parent
29e7136a6d
commit
f83ef51ff7
@ -46,7 +46,7 @@ _error.SigAugAssign = "signal assignment does not support augmented assignment"
|
||||
_error.EmbeddedFunction = "embedded functions in always_seq function not supported"
|
||||
|
||||
class ResetSignal(_Signal):
|
||||
def __init__(self, val, active=0, async=True):
|
||||
def __init__(self, val, active, async):
|
||||
""" Construct a ResetSignal.
|
||||
|
||||
This is to be used in conjunction with the always_seq decorator,
|
||||
|
Loading…
x
Reference in New Issue
Block a user