Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16609 Discussions

TimeQuest analyzer -> to display ALL paths

Altera_Forum
Honored Contributor II
963 Views

Hello, currently I have it displaying only 100 "most critical". Is it possible to tune it somehow to display all critical paths? I do not care about report file size and processing time.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
255 Views

Create a .tcl file in the project and put: 

report_timing -setup -pairs_only -npaths 10000 -panel_name "Failing Paths" -file "./output_files/TQ_failing_paths.txt" 

There is an option to only report paths with slack worse than X, I just don't know if off the top of my head, but add that so it only reports worse than 0ns. Then go to Assignments -> Settings -> TimeQuest and add the Tcl file so it runs as part of your compile.
0 Kudos
Reply