How to auto-convert SOF to JIC after compilation using TCL script (solved)
I've added following line to redirector.qsf (redirector is project name) set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:sof_to_jic.tcl" Contents of sof_to_jic.tcl: exec quartus_c...