- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Quartus you can export sections from the Report file as HTML.
How can you do the same when running Quartus from a script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The compilation reports are automatically generated in <Project directory>/output_files after the compilation. The summary of fitter is project_name.fit.summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
But how do you get the HTML version?
I want the HTML version because it is easier to read for non-fpga-savvy people.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I forget exactly where it is, but there is a setting in the Options dialog from the Tools menu to always create an html version of the Compilation report whenever you compile the project. It gets placed, by default, in the output_files folder. As far as scripting this is concerned, check the Quartus Compilation user guide. It must have the appropriate Tcl and command line option in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may refer to the TCL command : write_report_panel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As sstrell said, you may also select Tools > Options > tick 'Automatically generate HTML-Format Report Files (.htm) after design processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page