Input/Output samples are distributed over multiple parallel computation paths, controlled by the TP_PHASES template parameter.
- IO-Buffer interface (
TP_API = 0):TP_PHASESis fixed to1. - Stream interface (
TP_API = 1):TP_PHASESmust be a power of 2 (1, 2, 4, 8, or 16) and is subject to the following rules:TP_PHASEScan be greater than 1 only whenTP_CASC_LENequals its maximum value (i.e.,TP_G_LEN / (Lanes × Points)), which delivers 1 GSPS per phase.- To achieve a data rate below 1 GSPS, reduce
TP_CASC_LENin a single-phase (TP_PHASES = 1) design. - To achieve a data rate above 1 GSPS, increase
TP_PHASESwhile keepingTP_CASC_LENat its maximum value.