SummerCart64/fw/scripts/post_flow.tcl

7 lines
177 B
Tcl
Raw Normal View History

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