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