Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

TimeQuest analyzer -> to display ALL paths

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.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.