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

Quartus Prime timing analyzer identifying reset nets as clocks

bhunt
Novice
825 Views

Hi there,

I'm having an issue with timing analyzer in Quartus Prime 18.1_SP1. (I'm forced to use this version for product software acceptance reasons). 

 

A few reset nets are detected as clock nets, and show up in the Unconstrained Clocks report. How can I resolve this in the SDC constraints? Simply adding min/max delays doesn't resolve it (but I thought they would be appropriate for a reset net). I don't think it's helpful to define them as clocks since that would overconstrain the design. 

 

Thanks,

Bhunt

0 Kudos
7 Replies
sstrell
Honored Contributor III
810 Views

I think you should look closer at why they are being interpreted as clocks.  Can you post some code?  If you have put resets in the sensitivity list with the intention to create asynchronous resets (my guess), you have to code them appropriately so they don't get interpreted incorrectly.

0 Kudos
ventt
Employee
802 Views

Hi,


Can you please attach your project .qar file here for us to evaluate?


Thanks.

Best Regards.


0 Kudos
bhunt
Novice
793 Views

Is there an easy command to report all the clock loads (e.g. clock pins) on a net?  

0 Kudos
ventt
Employee
770 Views

Hi,


You may check out the documentation below.


Intel® Quartus® Prime Pro Edition User Guide: Scripting

https://www.intel.com/content/www/us/en/docs/programmable/683432/22-1/tcl_pkg_sta_ver_1-0_cmd_report_clock_network.html

Intel® Quartus® Prime Pro Edition User Guide: Timing Analyzer

https://www.intel.com/content/www/us/en/docs/programmable/683243/22-1/report-clocks-and-clock-network.html


Thanks.

Best Regards,

Ven Ting


0 Kudos
bhunt
Novice
750 Views

Thanks, this was very helpful! I'm all set. 

0 Kudos
ventt
Employee
756 Views

Hi,


Do you have any updates on this?


Thanks.

Best Regards,

Ven Ting


0 Kudos
ventt
Employee
744 Views

Hi,


I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread.


Thanks.

Best Regards,

Ven Ting


p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 9/10 survey.



0 Kudos
Reply