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

I've a problem with PCIe in Arria10. Сoreclkout_hip = 0!

VMich4
Beginner
725 Views

We have developed a module with installed FPGA Arria 10. FPGA - 10Ax022E4F29i3. In the project we use IPCore Pcie (HardIP). Refclk (100MHz) is detected inside FPGA (SignalTap "sees"). But on the output IPCore:

coreclkout_hip = 0; (!!!)

rx_is_lockedtoref = 0;

rx_is_lockedtodata = 0;

reset_status = 1;

But

serdes_pll_locked = 1.

So far I have not had such problems with HardIP PCIe.

Сoreclkout_hip was always available.

 

0 Kudos
4 Replies
AndyN
New Contributor I
435 Views

Sounds like you're just stuck in reset. What're the npor and pin_perst inputs to the IP doing?

0 Kudos
BoonT_Intel
Moderator
435 Views

AndyN, thanks for help.

 

Other than reset, what is the sampling clock that you used for signaltap (STP)? If the sampling clock is slower or same frequency compare to the coreclkout_hip. Then you might unable to see it toggling in STP.

0 Kudos
VMich4
Beginner
435 Views

we tried different varients for npor and perst... it doesn't works. And this poject on Altera KIT (Arria 10 GX115) works!

 

STP used diff. freq - 100 ref_clk from input, 62,5 MHZ from other pin. nothing.... And reset_status = 1!!

0 Kudos
BoonT_Intel
Moderator
435 Views

Hi sir,

Can you please elaborate on this sentence?

 

STP used diff. freq - 100 ref_clk from input, 62,5 MHZ from other pin. nothing.... And reset_status = 1!!

 

Does it mean ref clock is 100Mhz, other pin with 62.5Mhz is for which signal? And 'nothing' is referring to what?

0 Kudos
Reply