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

XCVR Reset Controller

David32
New Contributor I
698 Views

We are using an Arria 10 device, 10AS057N2F40E2SG, with some JESD204 Receive only channels.

The ADC being used is the T.I. ADC09QJ800AAV in JMODE = 2 (for 4 lanes, 8b/10b).

I have a XCVR reset controller instantiated in the QSYS design along with the JESD itself plus a few other things - extremely similar to the Intel design example for JESD.

On further inspection I found that one of the four rx_is_lockedtodata signals is deactivated, causing the various outputs such as rx_ready to be deactivated, and rx_digitalreset to be activated.

The rx_analogreset outputs are remaining low.

The particular one of the four rx_is_lockedtodata that is lost seems to be almost random.

 

What could be the cause of this regular event?

 

Thanks

David

Labels (1)
0 Kudos
11 Replies
Harshx
Employee
618 Views

Hi,
Thanks for contacting Intel. I'm assigned to support request.
I'll investigate on this case related to XXX and get back to you soon once I have any finding.
Meanwhile can I check with you on:

1. Quartus Version 

2. Custom design or example design 

3. JESD204B or C?
Thanks for your patience.
Best regards,

Harsh M

0 Kudos
David32
New Contributor I
563 Views

Hi Harshx.

 

1. PRO 23.4

2. Custom but very heavily relying on copying from example design.

3. 204B.

 

Thanks

David

0 Kudos
Harshx
Employee
548 Views

Hi,
Can you check your board (Arria10) with an example design?
Since rx_is_lockedtodata is deactivated have you checked TX side for all lanes ?
Is it possible for you to share a block diagram for better understanding about your design and connections.

Regards,
Harsh M

0 Kudos
David32
New Contributor I
530 Views

Hi Harsh

1. I could not generate an example design that is matching the particular TX (ADC from TI).
2. Pretty hard to check since lanes are internal PCB layers and the assembly structure does not let us probe so easily.
3. I can share all information such as parts of the schematic and also the FPGA design. Which ones do you want?
David

0 Kudos
Harshx
Employee
518 Views

Hi,
Kindly refer this: Solved: Why are signals rx_is_locktodata and rx_is_locktoref always at 0? - Intel Community
Kindly check the attached design as well, its similar to your case.
Let me know the results (or you face any issues).

Thanks
Regards, 
Harsh M

0 Kudos
David32
New Contributor I
511 Views

Hi Harsh

Thanks for the links.

I will look into it, but it will take some days.

In any case I will update you.

Please keep the case open.

David

0 Kudos
David32
New Contributor I
488 Views

Hi Harsh,

I took a quick look at the project linked.

That is a transmitter only, whereas I am using receiver only.

But that did give me an idea, i.e. of making a design with the bare bones receiver and only once that is working, continue on to full JESD.

Would you recommend for to instantiate all the parts manually (such as the TX PHY, TX PHY Reset controller, etc ) and individually or does some top level wrapper already exist?

In my original design (using the above-mentioned ADC from T.I.) each ADC part outputs a low-jitter replica of the internal sampling clock. This clock then forms the reference clock input to the JESD receiver / PLL.

In the bare PHY test that I will do, I assume that the correct PLL to use it the ATX PLL. Is this correct?

Thanks

David

0 Kudos
Harshx
Employee
425 Views

Hi,
I'd recommend for to instantiate all the parts manually.
Yes, that seems correct.
I'll keep the case open no worries.
Regards,
Harsh M

0 Kudos
David32
New Contributor I
321 Views

Hello Harsh,

 

I just noticed this quote from the ug_arria10_xcvr_phy-683617-666805.pdf document:

David32_0-1727015514677.png

In my design, CLKUSR (100MHZ) is always stable before the FPGA is configured.

However, the JESD reference clock input to the PLL in the transceiver bank is sourced by the ADC.

The ADC is only configured AFTER the FPGA is configured, since FPGA logic is used to master the ADC SPI bus.

So, is this quote from the document above a hard requirement?

If it is, then I would have find a way to configure twice.

The first would enable the ADC clock output, and the second configuration cycle would be the one where transceiver does it's calibration.

Thanks

David

0 Kudos
Harshx
Employee
283 Views

Hi,
So, is this quote from the document above a hard requirement?
-> Yes 

ADC needs clock before FPGA gets programmed. Else you need to program it twice.

Regards,
Harsh M

 

0 Kudos
David32
New Contributor I
107 Views

Thanks for this info Harsh.

It will take me some time to be able to test this.

Please either leave this thread open for about a month or maybe I will just re-open it once I have progressed a bit.

David

0 Kudos
Reply