write_ascii_report (::quartus::report)
The following table displays information for the write_ascii_report Tcl command:
Tcl Package and Version |
Belongs to ::quartus::report 2.1 |
|||
Syntax | write_ascii_report [-h | -help] [-long_help] -title <report_title> <filename> | |||
Arguments | -h | -help | Short help | ||
-long_help | Long help with examples and possible return values | |||
-title <report_title> | The title of the ASCII Report File | |||
<filename> | Name of ASCII Report Database File to write to | |||
Description |
Writes the current Compilation Report or Simulation Report to the specified ASCII Report File (.rpt). |
|||
Example Usage |
load_package report set project_name "chiptrip" project_open $project_name ## Create ASCII Report Database File (.rpt) load_report file delete -force report.rpt puts [write_ascii_report -title "Test Report" report.rpt] unload_report # Close project project_close |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful |