User1573261788318367
New Contributor
6 years agoDisable quartus_sh message output buffering
Hi,
I've configured a Quartus Prime Pro 19.1 project using the GUI, and now I want to build it using the command line. Here is the command I've been using:
quartus_sh --flow compile my_project 2>&1 | tee quartus.logThe command line above compiles all of the project flows, and dumps both stdout and stderr to quartus.log. However, when I watch the command outputs during that command, the text seems to "hang" due to stdout/stderr buffering. Is there a way to disable the buffering, or reduce the buffer limit? Or just dump the flow outputs to a log file?