FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6355 Discussions

Can I assign IO_STANDARD 1.8 V for nPERST pins of Intel® Stratix® 10 PCI Express* Hard IP, but connect it to PCIe RC with 3.3V power domain?

Wujun
Beginner
615 Views

Hello,

 

I assign IO_STANDARD 1.8 V for nPERST pin of Intel® Stratix® 10 PCI Express* Hard IP, and connect VCCIO3V to 1.8V power supply. The nPERST out from CPU is 3.3V power domain.

 

Bu I didn't add a 1.8V-3.3V level shifter between FPGA and CPU on nPERST by mistake.

 

Is there any problem with this connection?

 

Best Regards

0 Kudos
5 Replies
BoonT_Intel
Moderator
452 Views

Hi,

My understand is you compile the quartus with the nPERST pin assign to IO standard 1.8V. But in actual hardware, you supply 3.3V to the FPGA VCCIO pin which suppose need to connect with 1.8V.

This approach is not recommended and it potentially create an issue as below:

  1. For the FPGA IO buffer, it is using different buffer for voltage above 3V. Thus, if generate the quartus with 1.8V, it will assign a lower voltage buffer to that IO, so if you connect with higher voltage like 3.3V. It might potentially defect the IO buffer.
  2. this also impact the IO timing. Theoretically, nPERST pin is an reset signal and not toggle like a clock, thus timing might insignificant. But we can't predict and side effect since you connect a voltage that much more higher that what is suppose to.
0 Kudos
Wujun
Beginner
451 Views

Hi,

 

Sorry i didn't describe it clearly. Following is diagram. I connect the VCCIO with 1.8V, and compile the quartus with the nPERST pin assign to IO standard 1.8V.

无标题.png

0 Kudos
BoonT_Intel
Moderator
451 Views

Ok, so the pull up resistor is connect to 3.3V. The signal is active low. I don't see any issue in term of functionality but the timing might give some side effect which we don't know the effect. Unless characterize it using hardware.

0 Kudos
Wujun
Beginner
452 Views

Thank you very much!​

0 Kudos
BoonT_Intel
Moderator
452 Views

Welcome!

0 Kudos
Reply