VPR-6.0

s_linked_rt_edge Struct Reference

#include <route_tree_timing.h>

Collaboration diagram for s_linked_rt_edge:

Data Fields

struct s_rt_nodechild
short iswitch
struct s_linked_rt_edgenext

Detailed Description

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.


Field Documentation

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.


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