Merge pull request #1028 from wuhanstudio/fix-syntax-error

fix: missing colon syntax error
This commit is contained in:
enjoy-digital 2021-09-07 13:00:48 +02:00 committed by GitHub
commit bdd4717daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class SimDDROutputImpl(Module):
i_clk = clk
)
class SimDDROutput
class SimDDROutput:
@staticmethod
def lower(dr):
return SimDDROutputImpl(dr.o, dr.i1, dr.i2, dr.clk)