VPR-7.0
|
#include <physical_types.h>
Data Fields | |
char * | name |
struct s_pb_type * | pb_type_children |
int | num_pb_type_children |
t_interconnect * | interconnect |
int | num_interconnect |
struct s_pb_type * | parent_pb_type |
int | index |
t_mode_power * | mode_power |
Describes mode name: name of the mode pb_type_children: pb_types it contains interconnect: interconnect of parent pb_type to children pb_types or children to children pb_types num_interconnect: Total number of interconnect tags specified by user parent_pb_type: Which parent contains this mode index: Index of mode in array with other modes
Definition at line 334 of file physical_types.h.
int s_mode::index |
Definition at line 341 of file physical_types.h.
t_interconnect* s_mode::interconnect |
Definition at line 338 of file physical_types.h.
t_mode_power* s_mode::mode_power |
Definition at line 344 of file physical_types.h.
char* s_mode::name |
Definition at line 335 of file physical_types.h.
int s_mode::num_interconnect |
Definition at line 339 of file physical_types.h.
int s_mode::num_pb_type_children |
Definition at line 337 of file physical_types.h.
struct s_pb_type* s_mode::parent_pb_type |
Definition at line 340 of file physical_types.h.
struct s_pb_type* s_mode::pb_type_children |
Definition at line 336 of file physical_types.h.