ZHCUDB1A July 2025 – September 2025 AFE7952
信号链中的数据速率通常与 JESD 模式(LMFS、SerDes 速率)相关,器件数据表中提供了兼容模式列表。使用 bringup.py 脚本中的以下参数来修改配置。为以下参数分配新值后重新运行脚本。
## 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 = [8,8,8,8]
sysParams.ddcFactorFb = [8,8]
sysParams.ducFactorTx = [16,16,16,16]