VPR-7.0
|
#include <physical_types.h>
Data Fields | |
enum e_interconnect | type |
char * | name |
char * | input_string |
char * | output_string |
t_pin_to_pin_annotation * | annotations |
int | num_annotations |
boolean | infer_annotations |
int | line_num |
int | parent_mode_index |
t_mode * | parent_mode |
t_interconnect_power * | interconnect_power |
Describes interconnect edge inside a cluster type: type of the interconnect name: indentifier for interconnect input_string: input string verbatim to parse later output_string: input string output to parse later annotations: Annotations for delay, power, etc num_annotations: Total number of annotations infer_annotations: This interconnect is autogenerated, if true, infer pack_patterns such as carry-chains and forced packs based on interconnect linked to it parent_mode_index: Mode of parent as int
Definition at line 283 of file physical_types.h.
t_pin_to_pin_annotation* s_interconnect::annotations |
Definition at line 290 of file physical_types.h.
boolean s_interconnect::infer_annotations |
Definition at line 292 of file physical_types.h.
char* s_interconnect::input_string |
Definition at line 287 of file physical_types.h.
t_interconnect_power* s_interconnect::interconnect_power |
Definition at line 301 of file physical_types.h.
int s_interconnect::line_num |
Definition at line 294 of file physical_types.h.
char* s_interconnect::name |
Definition at line 285 of file physical_types.h.
int s_interconnect::num_annotations |
Definition at line 291 of file physical_types.h.
char* s_interconnect::output_string |
Definition at line 288 of file physical_types.h.
t_mode* s_interconnect::parent_mode |
Definition at line 299 of file physical_types.h.
int s_interconnect::parent_mode_index |
Definition at line 296 of file physical_types.h.
enum e_interconnect s_interconnect::type |
Definition at line 284 of file physical_types.h.