SBAU338B October 2019 – September 2025
Data rates in the signal chain often connect with the JESD mode (LMFS, SerDes rate). The device data sheet provides a list of compatible modes. Use the following parameters in the bringup.py script \to modify the configuration. Rerun the script after assigning new values to the following parameters.
## 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]