VPR-7.0
|
#include <vpr_types.h>
Data Fields | |
char * | name |
t_pb_graph_node * | pb_graph_node |
int | logical_block |
int | mode |
struct s_pb ** | child_pbs |
struct s_pb * | parent_pb |
struct s_rr_node * | rr_graph |
struct s_pb ** | rr_node_to_pb_mapping |
struct s_pb_stats * | pb_stats |
struct s_net * | local_nets |
int | num_local_nets |
int | clock_net |
int * | lut_pin_remap |
Definition at line 178 of file vpr_types.h.
struct s_pb** s_pb::child_pbs |
Definition at line 185 of file vpr_types.h.
int s_pb::clock_net |
Definition at line 195 of file vpr_types.h.
struct s_net* s_pb::local_nets |
Definition at line 192 of file vpr_types.h.
int s_pb::logical_block |
Definition at line 181 of file vpr_types.h.
int* s_pb::lut_pin_remap |
Definition at line 197 of file vpr_types.h.
int s_pb::mode |
Definition at line 183 of file vpr_types.h.
char* s_pb::name |
Definition at line 179 of file vpr_types.h.
int s_pb::num_local_nets |
Definition at line 193 of file vpr_types.h.
struct s_pb* s_pb::parent_pb |
Definition at line 186 of file vpr_types.h.
t_pb_graph_node* s_pb::pb_graph_node |
Definition at line 180 of file vpr_types.h.
struct s_pb_stats* s_pb::pb_stats |
Definition at line 190 of file vpr_types.h.
struct s_rr_node* s_pb::rr_graph |
Definition at line 188 of file vpr_types.h.
struct s_pb** s_pb::rr_node_to_pb_mapping |
Definition at line 189 of file vpr_types.h.