Tincr
0.0
A Tcl-based CAD Tool Framework for Xilinx's Vivado Design Suite
|
Query and modify cell
objects in Vivado.
More...
Namespaces | |
tincr | |
All of the Tcl procs provided in the design package are members of the tincr namespace. | |
tincr::cells | |
The cells ensemble encapsulates the cell class from Vivado's Tcl data structure. | |
Functions | |
tincr::cells::test args | |
tincr::cells::test_proc proc args | |
tincr::cells::new name?lib_cell? | |
tincr::cells::get args | |
tincr::cells::get_name cell | |
tincr::cells::get_type cell | |
tincr::cells::get_primitives | |
tincr::cells::is_placed cell | |
tincr::cells::is_placement_legal cell bel | |
tincr::cells::compatible_with objs | |
tincr::cells::place cell location | |
tincr::cells::unplace cell | |
tincr::cells::duplicate ref_cell name | |
tincr::cells::insert cell net?sinks??inpin??outpin??downhill_net_name? | |
Query and modify cell
objects in Vivado.
The cells
ensemble provides procs that query or modify a design's cells.