mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 14:09:16 +01:00
7 lines
177 B
Tcl
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"
|
||
|
}
|