VPR-7.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 |
Definition at line 3 of file route_common.h.
float s_heap::backward_path_cost |
Definition at line 11 of file route_common.h.
float s_heap::cost |
Definition at line 5 of file route_common.h.
int s_heap::index |
Definition at line 4 of file route_common.h.
struct s_heap* s_heap::next |
Definition at line 8 of file route_common.h.
int s_heap::prev_edge |
Definition at line 10 of file route_common.h.
int s_heap::prev_node |
Definition at line 7 of file route_common.h.
float s_heap::R_upstream |
Definition at line 12 of file route_common.h.
union { ... } s_heap::u |