ZHCUDB5B October 2019 – September 2025
信號鏈中的數(shù)據(jù)速率通常與 JESD 模式(LMFS、SerDes 速率)相連。器件數(shù)據(jù)表提供了兼容模式的列表。使用 bringup.py 腳本中的以下參數(shù)來修改配置。為以下參數(shù)分配新值后重新運行腳本。
## In below parameters, each element sets the particular LMFS-Hd for the particular channels.
# JESD and Serdes Parameters
sysParams.LMFSHdRx = ["12410","12410","12410","12410"]
sysParams.LMFSHdFb = ["24410","24410"]
sysParams.LMFSHdTx = ["44210","44210","44210","44210"]
# Decimation and interpolation parameters for the data converter signal chains.
sysParams.ddcFactorRx = [12,12,12,12]
sysParams.ddcFactorFb = [6,6]
sysParams.ducFactorTx = [24,24,24,24]