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

#include <vpr_types.h>

+ Collaboration diagram for s_cluster_placement_stats:

Data Fields

int num_pb_types
 
t_pack_moleculecurr_molecule
 
t_cluster_placement_primitive ** valid_primitives
 
t_cluster_placement_primitivein_flight
 
t_cluster_placement_primitivetried
 
t_cluster_placement_primitiveinvalid
 

Detailed Description

Stats keeper for placement information during packing Contains linked lists to placement locations based on status of primitive

Definition at line 264 of file vpr_types.h.

Field Documentation

t_pack_molecule* s_cluster_placement_stats::curr_molecule

Definition at line 266 of file vpr_types.h.

t_cluster_placement_primitive* s_cluster_placement_stats::in_flight

Definition at line 268 of file vpr_types.h.

t_cluster_placement_primitive* s_cluster_placement_stats::invalid

Definition at line 270 of file vpr_types.h.

int s_cluster_placement_stats::num_pb_types

Definition at line 265 of file vpr_types.h.

t_cluster_placement_primitive* s_cluster_placement_stats::tried

Definition at line 269 of file vpr_types.h.

t_cluster_placement_primitive** s_cluster_placement_stats::valid_primitives

Definition at line 267 of file vpr_types.h.


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