- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page