Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- It can't be sourced by the .qsf file, as it's not a setting. Follow the instructions above to add it to Assignments -> Settings -> TimeQuest. What you have will then show up in the TimeQuest compilation report, or you can add a -file field to the report_timing to put the report into a text report too. --- Quote End --- Thanks. It works now. In my qsf I now have a statement:
set_global_assignment -name TIMEQUEST_REPORT_SCRIPT my_paths.tcl In my_paths.tcl I have my timequest tcl scripts Thanks again