VPR-7.0
|
#include <cad_types.h>
Data Fields | |
t_pb_graph_node * | pb_graph_node |
struct s_cluster_placement_primitive * | next_primitive |
boolean | valid |
float | base_cost |
float | incremental_cost |
Keeps track of locations that a primitive can go to during packing Linked list for easy insertion/deletion
Definition at line 56 of file cad_types.h.
float s_cluster_placement_primitive::base_cost |
Definition at line 60 of file cad_types.h.
float s_cluster_placement_primitive::incremental_cost |
Definition at line 61 of file cad_types.h.
struct s_cluster_placement_primitive* s_cluster_placement_primitive::next_primitive |
Definition at line 58 of file cad_types.h.
t_pb_graph_node* s_cluster_placement_primitive::pb_graph_node |
Definition at line 57 of file cad_types.h.
boolean s_cluster_placement_primitive::valid |
Definition at line 59 of file cad_types.h.