Tincr
0.0
A Tcl-based CAD Tool Framework for Xilinx's Vivado Design Suite
|
The noes
ensemble encapsulates the node
class from Vivado's Tcl data structure.
More...
Functions | |
test args | |
get args | |
get_source_wire args | |
get_sinks args | |
get_info node ?info? | |
exist node | |
hops node hops | |
between_pips pip1 pip2 | |
manhattan_distance node | |
The noes
ensemble encapsulates the node
class from Vivado's Tcl data structure.
tincr::nodes::between_pips | pip1 pip2 | ||
Get the node that connects two PIPs.
pip1 | The first pip object. |
pip2 | The second pip object. |
tincr::nodes::exist | node | ||
Get whether or not a node actually exists. NOTE: This may be deprecated.
node | The node object to query. |
tincr::nodes::get_info | node ?info? | ||
Get information about a node that can be found by parsing its name.
node | The node object or node name to query. |
info | What information to get about the node. Valid values include "tile" or "name". |
tincr::nodes::get_sinks | args | ||
Get a node's sink wires.
The | node object. |
wire
objects that are sourced by the node. tincr::nodes::get_source_wire | args | ||
Get a node's source wire.
node | The node object to query. |
tincr::nodes::hops | node hops | ||
Get the set of nodes that are some number of hops away from the given node. In this context, a "hop" refers the traversal of one PIP.
node | The node object. |
hops | An integer specifying the number of hops away from node . |
node
objects that are hops
PIPs downhill from node
. tincr::nodes::manhattan_distance | node | ||
Get the Manhattan distance of a node.
node | The node object. |
node
in terms of tiles.