Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

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

Document Table of Contents

3.1.22.4. periph::get_location_info (::quartus::periph)

The following table displays information for the periph::get_location_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::periph

Syntax periph::get_location_info [-h | -help] [-long_help] [-children] [-gid] [-name] [-parents] [-placed_cells] [-properties] [-type] <location_id>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-children Query the children location IDs
-gid Query the gid of the location IDs
-name Return the location name of the location id
-parents Query the parent location IDs
-placed_cells Return the placed cells at the location id
-properties Return the device location properties in json
-type Return the location type of the location id
<location_id> location id
Description