Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Display stdout / stderr from qexec in Quartus POST_FLOW_SCRIPT_FILE

Altera_Forum
Honored Contributor II
1,528 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