NikoR
Occasional Contributor
7 years agoWhat is the script equivalent of Quartus Prime GUI's "Export Report as HTML"?
In Quartus you can export sections from the Report file as HTML.
How can you do the same when running Quartus from a script?
Thank you for your suggestions!
To summarize:
- The TCL command "write_report_panel" is limited to only tabular subsections of the report file. (Not what I wanted in this case...)
- Adding GENERATE_HTML_REPORT_FILES = 1 to quartus2.ini creates all the nice HTML report exactly as from the GUI. (Selecting Tools > Options > tick 'Automatically generate HTML-Format Report Files (.htm) after design processing' updates the quartus2.ini file). This is a global setting that applies to all your projects.