Skip to content

Commit

Permalink
liteeth/phy/1000basex: Avoid splitting transceiver instance since no …
Browse files Browse the repository at this point in the history
…longer useful with current Python version.
  • Loading branch information
enjoy-digital committed Dec 12, 2024
1 parent 99d4073 commit 0685079
Show file tree
Hide file tree
Showing 5 changed files with 765 additions and 787 deletions.
5 changes: 2 additions & 3 deletions liteeth/phy/k7_1000basex.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,8 @@ def __init__(self, refclk_or_clk_pads, data_pads, sys_clk_freq, refclk_freq=200e
p_RX_DFE_XYD_CFG = 0b0000000000000,

# TX Configurable Driver Attributes
p_TX_PREDRIVER_MODE = 0b0
)
gtx_params.update(
p_TX_PREDRIVER_MODE = 0b0,

# CPLL Ports
o_CPLLFBCLKLOST = Open(),
o_CPLLLOCK = pll.lock,
Expand Down
Loading

0 comments on commit 0685079

Please sign in to comment.