mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fix: missing colon syntax error
This commit is contained in:
parent
a6f9ac58bb
commit
5d9880888c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue