Tincr  0.0
A Tcl-based CAD Tool Framework for Xilinx's Vivado Design Suite
Functions
tincr::site_pins Namespace Reference

The site_pins ensemble encapsulates the site_pin class from Vivado's Tcl data structure. More...

Functions

 test args
 
 get args
 
 get_info site_pin ?info?
 

Detailed Description

The site_pins ensemble encapsulates the site_pin class from Vivado's Tcl data structure.

Function Documentation

◆ get_info()

tincr::site_pins::get_info   site_pin ?info?  

Get information about a site pin that can be found by parsing its name.

Parameters
nodeThe site_pin object or site pin name to query.
infoWhat information to get about the site pin. Valid values include "site" or "name".
Returns
A string containing the specified information.