forked from M-Labs/artiq-zynq
cxp downconn: extend comma_det check period
This commit is contained in:
parent
6e4ae2e1d1
commit
692edeadfc
|
@ -370,7 +370,7 @@ class QPLL(Module):
|
|||
# Warning: Xilinx transceivers are LSB first, and comma needs to be flipped
|
||||
# compared to the usual 8b10b binary representation.
|
||||
class Comma_Detector(Module):
|
||||
def __init__(self, comma, check_period=100_000):
|
||||
def __init__(self, comma, check_period=150_000):
|
||||
self.data = Signal(20)
|
||||
self.rxinit_done = Signal()
|
||||
|
||||
|
|
Loading…
Reference in New Issue