report_device_info (::quartus::device)
The following table displays information for the report_device_info Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::device 1.0 |
|||
| Syntax | report_device_info [-h | -help] [-long_help] <device> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| <device> | Device name | |||
| Description |
Returns a string value containing the report with information
about the specified device, such as the following:
Available parts
Some additional information specific to the device
|
|||
| Example Usage |
set report [report_device_info APEX20K1000E] puts $report |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: Illegal device name: <string>. Specify a legal device name. | ||