host
Occasional Contributor
2 years agoAutomating POF generation
Hello, I'm using a .pfg script file to convert .sof files into .pof How can I automate the process such that a .pof file will be generated at the end of every compilation ?
- 2 years ago
Scripting is of course the solution.
Call quartus_pfg with respective .pfg configuration in a tcl script, e.g. post_flow.tclexec quartus_pfg -c yourpfgfile.pfg
Specify post flow action in your projectset_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:flow_post.tcl"