Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21582 Discussions

How could I understand “IOPLL could drive the lvds tx transmitter in adjacent bank"

lambert_yu
Beginner
5,750 Views

Hi,

   In the "arria 10 Core Fabric and General purpose I/O handbook ":

   There 's one sentence "For differential transmitters, the PLL can drive the differential transmitter channels in its own I/O bank and adjacent I/O banks". And I followed this to build one design as below:

    1. refclk : refclk_0p from 2F bank

    2. IOPLL :  use internal pll in lvds IP configuration

    3.  tx transmitter: one channle in 2F bank, 4 channel in 2G bank (they are all not continous)

    4. output the txclk_out

   When I compiled the design, there's fitter error  Error(14566), Error (175006).

 

   I don't know where's error? Will I need to modify some part to complete this design?

   maybe :

   Solution 1: modify item2, use the external PLL?

   Solution 2 : only use the IOPLL, refclk, lvds tx transmitter in the same bank.

   Could someone help me about this?

 

Best Regards,

Lambert

Labels (1)
0 Kudos
1 Solution
FvM
Honored Contributor II
5,045 Views

Hi,

that sounds plausible:problem is that tx_outclock is generated differently in single-bank and "wide" SERDES. SERDES IP editor doesn't know about final implementation, thus it accpects tx_outclock phaseshifts that are only applicable in single bank design.

A separate pair of PLL outputs drives tx_outclock SERDES channel through dedicated "phase_shifted_tx_outclock_serdes.outclock_tree". In wide SERDES topology, the phase shifted outclock is apparently not available or not used for some reason. You can only implement phase shift values that are aligned with regular bit clock, e.g. 180° for frequency factor 2.

SERDES IP editor should issue a warning about possible phase shift implementation issues.

View solution in original post

0 Kudos
22 Replies
FvM
Honored Contributor II
295 Views
I see the SERDES implementation details in post-mapping netlist viewer.
0 Kudos
lambert_yu
Beginner
280 Views

Got it! Thanks! I think the root cause is the phase adjustment in this use case.

0 Kudos
Reply