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

The wires ensemble encapsulates the wire class from Vivado's Tcl data structure. More...

Functions

 test args
 
 get args
 
 get_info wire ?info?
 

Detailed Description

The wires ensemble encapsulates the wire class from Vivado's Tcl data structure.

Function Documentation

◆ get_info()

tincr::wires::get_info   wire ?info?  

Get information about a wire that can be obtained from parsing its name.

Parameters
wireThe wire object.
infoThe information to get about the wire. Valid values include tile or name.
Returns
The specified value as a string.