Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhat I do is have a post-flow script run at the end of each compile and put the .sof and .rbf into a folder with a revision number in the name of the folder. I have quartus configured to put the build outputs into a build_outputs folder in the project directory and then have a simple tcl script copy and rename the files. In the qsf I use the post flow script assignment to execute my script:
set_global_assignment -name POST_FLOW_SCRIPT_FILE "<path_to_my_script>.tcl"