VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
s_heap Struct Reference

#include <route_common.h>

+ Collaboration diagram for s_heap:

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
 

Detailed Description

Definition at line 3 of file route_common.h.

Field Documentation

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

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