Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIf run from a script, then the following are necessary:
set projname [lindex $quartus(args) 0] set numpaths [lindex $quartus(args) 1] project_open $projname Most scripts I run I launch TimeQuest on the project and double-click on Update Timing Netlist, which does the following: create_timing_netlist read_sdc set_operating_conditions -model slow -grade c update_timing_netlist At that point I run a timing analysis script or whatever I need to do.