qed::generate_report (::quartus::qed)
The following table displays information for the qed::generate_report Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::qed 1.0 |
|||
| Syntax | qed::generate_report [-h | -help] [-long_help] [-arguments <arguments> ] [-async] [-timeout <timeout> ] -type <type> <object> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -arguments <arguments> | Arguments that customize each report | |||
| -async | Flag indicating not to wait for any issued remote commands to complete. With this flag, the return value is a token that can be passed to qed::get_return_value. By default, the return value of the remote command is reproduced (including any errors) | |||
| -timeout <timeout> | Optional timeout for waiting for a return value in ms (default = 0 = no timeout) | |||
| -type <type> | Type of report to generate | |||
| <object> | Identifier associated with the object, must be unique | |||
| Description |
This command currently contains no help description. |
|||
| Example Usage |
qed::create_object -type project project_A -qpf_path /file/path/to/project.qpf
qed::launch_connection project_A -open_project
qed::generate_report project_A -type report_timing -arguments "-npaths 100 -from_clock sys_clk"
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||