Knowledge Base Article
How can the Convert Programming Files utility be executed during compilation in the Quartus II software?
Description
Using the following procedure, you can automatically execute the Convert Programming Files utility during compilation in the Quartus® II software.
- Open Convert Programming Files... under the File menu
- Set your desired Convert Programming File settings
- Save Conversion Setup File (.cof)
- Create a .tcl file with following description
qexec "quartus_cpf -c <conversion setup file>.cof" - Add POST_FLOW_SCRIPT_FILE assignment to the Quartus II setup file (.qsf)
set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:<tcl file>.tcl" - Click Start Compilation under the Processing menu to execute full compilation
When using POST_FLOW_SCRIPT_FILE, Post Configuration Processing is displayed in Status window during full compilation.
Updated 3 months ago
Version 2.0No CommentsBe the first to comment