mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 05:59:15 +01:00
7 lines
181 B
Tcl
7 lines
181 B
Tcl
set flow [lindex $quartus(args) 0]
|
|
|
|
if [string match "quartus_asm" $flow] {
|
|
post_message "Generating final programming file"
|
|
qexec "quartus_cpf -c SummerCart64.cof"
|
|
}
|