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

Stratix 10 PCIe HIP ninit_done

User1573261788318367
735 Views

Hi all,

 

I've just migrated my Quartus Prime Pro project from 19.1 to 19.4 and noticed that in the newer version, the Stratix 10 PCIe HIP wants me to connect something to the "ninit_done" input signal. It looks like this signal is related to the Native PHY Debug Master Endpoint (NPDME). If I don't use NPDME in my design, can I just tie the ninit_done signal to 0?

0 Kudos
4 Replies
BoonT_Intel
Moderator
625 Views

Hi Sir,

The ninit_done is introduced due new configuration scheme is needed in Stratix 10 device.

See the configuration handbook and diagram as below. It is better if you can include the reset IP in your design and connect the ninit_done from the reset IP to the input of the PCIe Ip.ninit.PNG

Hope this helps.

0 Kudos
BoonT_Intel
Moderator
625 Views

The description of this signals also included in the PCIe UG.

https://www.intel.cn/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ptile_pcie_avst.pdf#page158

Active-low output signal from the Reset Release Intel FPGA IP. High indicates that the FPGA device is not yet fully configured, and low indicates the device has been configured and is in normal operating mode. For more details on the Reset Release Intel FPGA IP, refer to https:// www.intel.com/content/www/us/en/ programmable/documentation/ prh1555609801770.html 

 

0 Kudos
User1573261788318367
625 Views

I see. That's useful information. So this new reset-release IP has no input signals, and only exports the ninit_done signal, correct?

0 Kudos
BoonT_Intel
Moderator
625 Views

Hi Sir,

Yes, it only have one output. Basically this IP will monitor the configuration status of the FPGA and only release the reset to user after everything is ready.

0 Kudos
Reply