|
VPR-7.0
|
#include <physical_types.h>
Collaboration diagram for s_type_descriptor:Data Fields | |
| char * | name |
| int | num_pins |
| int | capacity |
| int | height |
| int *** | pinloc |
| int * | pin_height |
| int ** | num_pin_loc_assignments |
| char **** | pin_loc_assignments |
| enum e_pin_location_distr | pin_location_distribution |
| int | num_class |
| struct s_class * | class_inf |
| int * | pin_class |
| boolean * | is_global_pin |
| boolean * | is_Fc_frac |
| boolean * | is_Fc_full_flex |
| float * | Fc |
| struct s_pb_type * | pb_type |
| t_pb_graph_node * | pb_graph_head |
| struct s_grid_loc_def * | grid_loc_def |
| int | num_grid_loc_def |
| float | area |
| int | num_drivers |
| int | num_receivers |
| int | index |
Definition at line 616 of file physical_types.h.
| float s_type_descriptor::area |
Definition at line 647 of file physical_types.h.
| int s_type_descriptor::capacity |
Definition at line 620 of file physical_types.h.
| struct s_class* s_type_descriptor::class_inf |
Definition at line 631 of file physical_types.h.
| float* s_type_descriptor::Fc |
Definition at line 638 of file physical_types.h.
| struct s_grid_loc_def* s_type_descriptor::grid_loc_def |
Definition at line 645 of file physical_types.h.
| int s_type_descriptor::height |
Definition at line 622 of file physical_types.h.
| int s_type_descriptor::index |
Definition at line 653 of file physical_types.h.
| boolean* s_type_descriptor::is_Fc_frac |
Definition at line 636 of file physical_types.h.
| boolean* s_type_descriptor::is_Fc_full_flex |
Definition at line 637 of file physical_types.h.
| boolean* s_type_descriptor::is_global_pin |
Definition at line 634 of file physical_types.h.
| char* s_type_descriptor::name |
Definition at line 618 of file physical_types.h.
| int s_type_descriptor::num_class |
Definition at line 630 of file physical_types.h.
| int s_type_descriptor::num_drivers |
Definition at line 650 of file physical_types.h.
| int s_type_descriptor::num_grid_loc_def |
Definition at line 646 of file physical_types.h.
| int** s_type_descriptor::num_pin_loc_assignments |
Definition at line 626 of file physical_types.h.
| int s_type_descriptor::num_pins |
Definition at line 619 of file physical_types.h.
| int s_type_descriptor::num_receivers |
Definition at line 651 of file physical_types.h.
| t_pb_graph_node* s_type_descriptor::pb_graph_head |
Definition at line 642 of file physical_types.h.
| struct s_pb_type* s_type_descriptor::pb_type |
Definition at line 641 of file physical_types.h.
| int* s_type_descriptor::pin_class |
Definition at line 632 of file physical_types.h.
| int* s_type_descriptor::pin_height |
Definition at line 625 of file physical_types.h.
| char**** s_type_descriptor::pin_loc_assignments |
Definition at line 627 of file physical_types.h.
| enum e_pin_location_distr s_type_descriptor::pin_location_distribution |
Definition at line 628 of file physical_types.h.
| int*** s_type_descriptor::pinloc |
Definition at line 624 of file physical_types.h.