Forum Discussion

Sajith_K_Intel's avatar
Sajith_K_Intel
Icon for New Contributor rankNew Contributor
7 years ago

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

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.

1 Reply

  • Busy's avatar
    Busy
    Icon for New Contributor rankNew 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>&1

    Does it answer your problem?