VPR-6.0
|
#include <logic_types.h>
Data Fields | |
enum PORTS | dir |
char * | name |
int | size |
int | min_size |
boolean | is_clock |
struct s_model_ports * | next |
int | index |
Definition at line 21 of file logic_types.h.
enum PORTS s_model_ports::dir |
port direction
Definition at line 23 of file logic_types.h.
indexing for array look-up
Definition at line 30 of file logic_types.h.
clock?
Definition at line 27 of file logic_types.h.
minimum number of pins
Definition at line 26 of file logic_types.h.
char* s_model_ports::name |
name of this port
Definition at line 24 of file logic_types.h.
struct s_model_ports* s_model_ports::next |
next port
Definition at line 28 of file logic_types.h.
maximum number of pins
Definition at line 25 of file logic_types.h.