|
VPR-7.0
|
#include <physical_types.h>
Data Fields | |
| char ** | value |
| int * | prop |
| int | num_value_prop_pairs |
| enum e_pin_to_pin_annotation_type | type |
| enum e_pin_to_pin_annotation_format | format |
| char * | input_pins |
| char * | output_pins |
| char * | clock |
| int | line_num |
Info placed between pins that can be processed later for additional information value: value/property pair prop: value/property pair type: type of annotation format: formatting of data input_pins: input pins as string affected by annotation output_pins: output pins as string affected by annotation clock_pin: clock as string affected by annotation
Definition at line 254 of file physical_types.h.
| char* s_pin_to_pin_annotation::clock |
Definition at line 264 of file physical_types.h.
| enum e_pin_to_pin_annotation_format s_pin_to_pin_annotation::format |
Definition at line 260 of file physical_types.h.
| char* s_pin_to_pin_annotation::input_pins |
Definition at line 262 of file physical_types.h.
| int s_pin_to_pin_annotation::line_num |
Definition at line 266 of file physical_types.h.
| int s_pin_to_pin_annotation::num_value_prop_pairs |
Definition at line 257 of file physical_types.h.
| char* s_pin_to_pin_annotation::output_pins |
Definition at line 263 of file physical_types.h.
| int* s_pin_to_pin_annotation::prop |
Definition at line 256 of file physical_types.h.
| enum e_pin_to_pin_annotation_type s_pin_to_pin_annotation::type |
Definition at line 259 of file physical_types.h.
| char** s_pin_to_pin_annotation::value |
Definition at line 255 of file physical_types.h.