Forum Discussion
KennyT_altera
Super Contributor
6 years agoHere is the example that you can try:
load_package design
load_package flow
#project_open eight_bit_uc -revision snapshot_test
project_open eight_bit_uc -revision <quartus_project> -force
execute_module -tool syn
source scripts1.tcl
execute_module -tool fit
source scripts1.tc2
execute_module -tool sta
source scripts1.tc3
project_close
Run the scripts with quartus_sh -t <tcl_script>.tcl
Off course there are other method.