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

The pins ensemble encapsulates the pin class from Vivado's Tcl data structure. More...

Functions

 test args
 
 test_proc proc args
 
 get args
 
 info pin?info?
 
 remove pin
 

Detailed Description

The pins ensemble encapsulates the pin class from Vivado's Tcl data structure.

Function Documentation

tincr::pins::remove   pin  

Remove a pin from a cell.

Parameters
pinThe pin to remove.
Returns
True (1) if successful, false (0) otherwise.
tincr::pins::test   args  

Executes all unit tests for every proc in the pins ensemble.

Parameters
argsThe configuration arguments that will be passed to the tcltest unit testing suite.
tincr::pins::test_proc   proc args  

Executes all unit tests for a particular proc in the pins ensemble.

Parameters
procThe proc to run the unit tests for.
argsThe configuration arguments that will be passed to the tcltest unit testing suite.