Tincr
0.0
A Tcl-based CAD Tool Framework for Xilinx's Vivado Design Suite
|
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 | |
The lib_pins
ensemble encapsulates the lib_pin
class from Vivado's Tcl data structure.
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.
tincr::lib_pins::test | args | ||
Executes all unit tests for every proc in the lib_pins
ensemble.
args | The configuration arguments that will be passed to the tcltest unit testing suite. |
tincr::lib_pins::test_proc | proc args | ||
Executes all unit tests for a particular proc in the lib_pins
ensemble.
proc | The proc to run the unit tests for. |
args | The configuration arguments that will be passed to the tcltest unit testing suite. |