build/gowin/common/GowinTristate: Remove print.
This commit is contained in:
parent
48a1b2634c
commit
9b4df14ab1
|
@ -112,7 +112,6 @@ class GowinTristateImpl(Module):
|
||||||
class GowinTristate:
|
class GowinTristate:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def lower(dr):
|
def lower(dr):
|
||||||
print(dr)
|
|
||||||
return GowinTristateImpl(dr.target, dr.o, dr.oe, dr.i)
|
return GowinTristateImpl(dr.target, dr.o, dr.oe, dr.i)
|
||||||
|
|
||||||
# Gowin Special Overrides --------------------------------------------------------------------------
|
# Gowin Special Overrides --------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue