1
0
Fork 0

cxp downconn: extend comma_det check period

This commit is contained in:
morgan 2024-08-13 11:58:43 +08:00
parent 6e4ae2e1d1
commit 692edeadfc
1 changed files with 1 additions and 1 deletions

View File

@ -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()