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

#include <cad_types.h>

+ Collaboration diagram for s_cluster_placement_primitive:

Data Fields

t_pb_graph_nodepb_graph_node
 
struct
s_cluster_placement_primitive
next_primitive
 
boolean valid
 
float base_cost
 
float incremental_cost
 

Detailed Description

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.

Field Documentation

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.


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