IBIS-AMI clock_times
Libraries:
SerDes Toolbox /
Utilities
Description
The IBIS-AMI clock_times block recovers the clock time values of a SerDes system when you use a custom DFECDR or CDR block instead of the ones provided with the SerDes Toolbox™. The block recovers the clock time values from the AMI_GetWave function and outputs them to the generated IBIS-AMI models.
The output of the IBIS-AMI clock_times block is two global variables,
extern double* Rx_clock_times_buf
and extern int
Rx_clock_times_idx
. The block only creates the variables. You must add them to
your custom code to make them work. Together, the variables implement the
clock_times
vector as defined in the IBIS 7.0 specifications.
Ports
Input
Parameters
More About
References
[1] IBIS 7.0 Specification, https://ibis.org/ver7.0/ver7_0.pdf.
Version History
Introduced in R2020b