SummerCart64/fw/scripts/post_flow.tcl
2021-11-10 01:10:33 +01:00

7 lines
177 B
Tcl

set flow [lindex $quartus(args) 0]
if [string match "compile" $flow] {
post_message "Generating final programming file"
qexec "quartus_cpf -c SummerCart64.cof"
}