Forum Discussion
Wujun
New Contributor
6 years agoCan 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?
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 ...
BoonT_Intel
Frequent Contributor
6 years agoHi,
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:
- 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.
- 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.
Wujun
New Contributor
6 years agoHi,
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.