Forum Discussion
1 Reply
- Busy
New Contributor
Hello,
I don't know if you are on Windows or Unix...
Did you try redirection?
Example on linux:
(quartus_map projectname) >> hw_compilation.log 2>&1Does it answer your problem?
Hello,
Is there an option to redirect Quartus logs (Infos, warnings,errors) to a log file and know the progress while Quartus running in batch mode? currently, reports inside output_files are dumped at the end of process and I am unable to track its progress till the end.
Hello,
I don't know if you are on Windows or Unix...
Did you try redirection?
Example on linux:
(quartus_map projectname) >> hw_compilation.log 2>&1Does it answer your problem?