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

Query and modify port objects in Vivado. More...

Namespaces

 tincr
 All of the Tcl procs provided in the design package are members of the tincr namespace.
 
 tincr::ports
 The ports ensemble encapsulates the port class from Vivado's Tcl data structure.
 

Functions

 tincr::ports::test args
 
 tincr::ports::new name direction
 
 tincr::ports::delete port
 
 tincr::ports::rename port name
 
 tincr::ports::test_proc proc args
 
 tincr::ports::get args
 
 tincr::ports::connect_net port net
 
 tincr::ports::disconnect_net port net
 
 tincr::ports::place port package_pin
 

Detailed Description

Query and modify port objects in Vivado.

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