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

The pblocks ensemble encapsulates the pblock class from Vivado's Tcl data structure. More...

Functions

 test args
 
 test_proc proc args
 
 get args
 

Detailed Description

The pblocks ensemble encapsulates the pblock class from Vivado's Tcl data structure.

Function Documentation

◆ test()

tincr::pblocks::test   args  

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

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

◆ test_proc()

tincr::pblocks::test_proc   proc args  

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

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