Merge pull request #1742 from Icenowy/gwddrfix
build/gowin/common: Fix DDRInput
This commit is contained in:
commit
4d7a7f5ba1
|
@ -48,7 +48,7 @@ class GowinDDRInputImpl(Module):
|
|||
class GowinDDRInput:
|
||||
@staticmethod
|
||||
def lower(dr):
|
||||
return GowinInputImpl(dr.i, dr.o1, dr.o2, dr.clk)
|
||||
return GowinDDRInputImpl(dr.i, dr.o1, dr.o2, dr.clk)
|
||||
|
||||
# Gowin DDR Output ---------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue