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

The clocks ensemble encapsulates the clock class from Vivado's Tcl data structure. More...

Functions

 test args
 
 test_proc proc args
 
 get args
 

Detailed Description

The clocks ensemble encapsulates the clock class from Vivado's Tcl data structure.

Function Documentation

◆ get()

tincr::clocks::get   args  

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

◆ test()

tincr::clocks::test   args  

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

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

◆ test_proc()

tincr::clocks::test_proc   proc args  

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

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