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

The lib_pins ensemble encapsulates the lib_pin class from Vivado's Tcl data structure. More...

Functions

 test args
 
 test_proc proc args
 
 get args
 

Detailed Description

The lib_pins ensemble encapsulates the lib_pin class from Vivado's Tcl data structure.

Function Documentation

◆ get()

tincr::lib_pins::get   args  

Queries Vivado's object database for a list of lib_pin objects that fit the given criteria. At the moment, this is just a wrapper function for Vivado's get_lib_pins command.

◆ test()

tincr::lib_pins::test   args  

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

Parameters
argsThe configuration arguments that will be passed to the tcltest unit testing suite.

◆ test_proc()

tincr::lib_pins::test_proc   proc args  

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

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