vendor.quicklogic: fix syntax
Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
This commit is contained in:
parent
12327aedf8
commit
2c505deacc
|
@ -118,7 +118,7 @@ class QuicklogicPlatform(TemplatedPlatform):
|
|||
|
||||
# Common logic
|
||||
|
||||
def __init__(self, *):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def add_clock_constraint(self, clock, frequency):
|
||||
|
|
Loading…
Reference in a new issue