Altera_Forum
Honored Contributor
15 years agoPost compile file copy script
Hello,
I am trying to create a script so that the .sof file is copied to a specific location after the build is done. I went as far as adding this to the .qsf file: set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:post_compile.tcl" Now, I don't know what to put in the post_compile.tcl file to actually do the file copy. The build fails at the end because there is no post_compile.tcl yet. Does anyone know how to do this? Thank you!