Altera_Forum
Honored Contributor
11 years agoDisplay stdout / stderr from qexec in Quartus POST_FLOW_SCRIPT_FILE
Hello!
The Quartus project i use runs a TCL Script file for postprocessing via POST_FLOW_SCRIPT_FILE. Compilation flow is done on Windows7 64bit. This script calls quartus tools via qexec. Unfortunately, i can't find a way to get the tools stdout and stderr to display in the quartus processing window where all other quartus messages end up. Here's what i tried so far:qexec "quartus_cdb.exe --update_mif ..." qexec "quartus_cdb.exe --update_mif ..." >@stdout set log
post_message " $log " The ideal solution would be to display show the output immediately. My exec solution stores the output in a variable and prints it after the command has finished. Any help is appreciated!