Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/12/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.2.8. get_board_info (::quartus::board)

The following table displays information for the get_board_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::board

Syntax get_board_info [-h | -help] [-long_help] [-family <family> ] [-name <name> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-family <family> The device family that the board targeted to
-name <name> The name of the board
Description
This command returns the information of boards that contain the given board name and device family (case insensitive). If no argument is given, the command will return the information of all the available boards.
Example Usage
::board::get_board_info 
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful