mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/gowin/common/GowinTristate: Remove print.
This commit is contained in:
parent
48a1b2634c
commit
9b4df14ab1
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue