VPR-6.0
|
#include <route_common.h>
Data Fields | |
int | index |
float | cost |
union { | |
int prev_node | |
struct s_heap * next | |
} | u |
int | prev_edge |
float | backward_path_cost |
float | R_upstream |
Used by the heap as its fundamental data structure.
Definition at line 22 of file route_common.h.
Definition at line 33 of file route_common.h.
float s_heap::cost |
Definition at line 25 of file route_common.h.
int s_heap::index |
Definition at line 24 of file route_common.h.
struct s_heap* s_heap::next |
Definition at line 29 of file route_common.h.
Definition at line 32 of file route_common.h.
Definition at line 28 of file route_common.h.
float s_heap::R_upstream |
Definition at line 34 of file route_common.h.
union { ... } s_heap::u |