Skip to content

Commit

Permalink
build/gowin/common: adding missing TX/Q1 ODDR signals
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Jan 8, 2024
1 parent 718c26d commit 91fbc79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions litex/build/gowin/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from migen.fhdl.module import Module
from migen.genlib.resetsync import AsyncResetSynchronizer

from litex.gen import *

from litex.build.io import *

# Gowin AsyncResetSynchronizer ---------------------------------------------------------------------
Expand Down Expand Up @@ -58,7 +60,9 @@ def __init__(self, i1, i2, o, clk):
i_CLK = clk,
i_D0 = i1,
i_D1 = i2,
i_TX = 0,
o_Q0 = o,
o_Q1 = Open(),
)

class GowinDDROutput:
Expand Down

0 comments on commit 91fbc79

Please sign in to comment.