Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17237 Discussions

Display stdout / stderr from qexec in Quartus POST_FLOW_SCRIPT_FILE

Altera_Forum
Honored Contributor II
1,495 Views

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!
0 Kudos
0 Replies
Reply