VPR-6.0
|
#include <route_tree_timing.h>
Data Fields | |
struct s_rt_node * | child |
short | iswitch |
struct s_linked_rt_edge * | next |
Linked list listing the children of an rt_node. child: Pointer to an rt_node (child of the current node). iswitch: Index of the switch type used to connect to the child node. next: Pointer to the next linked_rt_edge in the linked list (allows you to get the next child of the current rt_node).
Definition at line 9 of file route_tree_timing.h.
struct s_rt_node* s_linked_rt_edge::child |
Definition at line 11 of file route_tree_timing.h.
Definition at line 12 of file route_tree_timing.h.
Definition at line 13 of file route_tree_timing.h.