Forum Discussion
Stratix 10 reset_status asserted after FPGA is totally configured ?
- 5 years ago
If further support is needed in this thread, please post a response within 15 days. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions.
Hi,
The application layer can monitor this signal to determine when the IP core has come out of reset. This is not a concern for the application layer can't detect this signal during the initial power-up. The application layer should also monitor the tx_st_ready signal to determine when the transaction layer is ready to accept data.
Regards -SK
- Smarty5 years ago
New Contributor
The thing that concerns me, is the case where the HIP is configured in autonomous mode.
In this case the HIP comes surely out of reset before the FPGA fabric. Now it is important to know,
how "comes out of reset" is defined. In other words, the question is : Is it safe to use reset_status in this operation mode as high active reset for the user logic ? Is it safe to assume, that user logic will see reset_status = 1 and reset ?