Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi,
this works here:
qexec ipconfig
qexec quartus
also:
set cmd "qmegawiz -silent OPTIONAL_FILES=NONE ${file_name}"
post_message "cmd: ${cmd}"
if { } {
post_message -type error "couldn't run $cmd"
} else {
post_message -type info
}