VPR-6.0

s_rc_node Struct Reference

Collaboration diagram for s_rc_node:

Data Fields

union {
   t_linked_rc_edge *   child_list
   struct s_rc_node *   next
u
int inode
float C_downstream
float Tdel

Detailed Description

Structure describing one node in an RC tree (used to get net delays).

  • u.child_list: Pointer to a linked list of linked_rc_edge. Each one of the linked list entries gives a child of this node.
  • u.next: Used only when this node is on the free list. Gives the next node on the free list.
  • inode: index (ID) of the rr_node that corresponds to this rc_node.
  • C_downstream: Total downstream capacitance from this rc_node. That is, the total C of the subtree rooted at the current node, including the C of the current node.
  • Tdel: Time delay for the signal to get from the net source to this node. Includes the time to go through this node.

Definition at line 38 of file net_delay.c.


Field Documentation

Definition at line 47 of file net_delay.c.

Definition at line 42 of file net_delay.c.

Definition at line 46 of file net_delay.c.

Definition at line 43 of file net_delay.c.

Definition at line 48 of file net_delay.c.

union { ... } s_rc_node::u

The documentation for this struct was generated from the following file: