1
0
Fork 0

downconn GW: rename to PHY

This commit is contained in:
morgan 2024-09-11 17:20:19 +08:00
parent 5af2d8c23b
commit 133802fef2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from artiq.gateware.drtio.transceiver.gtx_7series_init import *
from functools import reduce
from operator import add
class CXP_DownConn(Module, AutoCSR):
class CXP_DownConn_PHY(Module, AutoCSR):
def __init__(self, refclk, pads, sys_clk_freq, debug_sma, pmod_pads):
nconn = len(pads)
self.rx_start_init = CSRStorage()