Tincr  0.0
A Tcl-based CAD Tool Framework for Xilinx's Vivado Design Suite
Namespaces | Functions
cells.tcl File Reference

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::get_default_value cell config
 
 tincr::reset_configuration cell config_list
 
 tincr::cells::test args
 
 tincr::cells::test_proc proc args
 
 tincr::cells::new name ?lib_cell?
 
 tincr::cells::delete cell
 
 tincr::cells::rename cell name
 
 tincr::cells::get args
 
 tincr::cells::get_name cell
 
 tincr::cells::get_type cell
 
 tincr::cells::get_primitives
 
 tincr::cells::get_input_pins cell
 
 tincr::cells::get_output_pins cell
 
 tincr::cells::is_placed cell
 
 tincr::cells::is_placement_legal cell bel
 
 tincr::cells::is_lut cell
 
 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?
 
 tincr::cells::tie_unused_pins cell
 
 tincr::cells::get_lut_eqn cell
 
 tincr::cells::set_lut_eqn cell equation
 
 tincr::cells::get_configurable_properties cell
 

Detailed Description

Query and modify cell objects in Vivado.

The cells ensemble provides procs that query or modify a design's cells.