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

Option to redirect Quartus logs (Infos, warnings,errors) to a custom log file

Sajith_K_Intel
Employee
809 Views

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.

0 Kudos
1 Reply
Busy
Novice
615 Views

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>&1

Does it answer your problem?

0 Kudos
Reply