Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.8.4. 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

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.