VPR-6.0
|
#include <physical_types.h>
Data Fields | |
char * | name |
t_model_ports * | model_port |
enum PORTS | type |
boolean | is_clock |
int | num_pins |
boolean | equivalent |
struct s_pb_type * | parent_pb_type |
char * | port_class |
Describes I/O and clock ports
Definition at line 147 of file physical_types.h.
Definition at line 154 of file physical_types.h.
Definition at line 152 of file physical_types.h.
Definition at line 150 of file physical_types.h.
char* s_port::name |
Definition at line 149 of file physical_types.h.
int s_port::num_pins |
Definition at line 153 of file physical_types.h.
struct s_pb_type* s_port::parent_pb_type |
Definition at line 155 of file physical_types.h.
char* s_port::port_class |
Definition at line 156 of file physical_types.h.
enum PORTS s_port::type |
Definition at line 151 of file physical_types.h.