VPR-7.0
|
#include <logic_types.h>
Data Fields | |
enum PORTS | dir |
char * | name |
int | size |
int | min_size |
boolean | is_clock |
boolean | is_non_clock_global |
struct s_model_ports * | next |
int | index |
Definition at line 21 of file logic_types.h.
enum PORTS s_model_ports::dir |
Definition at line 22 of file logic_types.h.
int s_model_ports::index |
Definition at line 30 of file logic_types.h.
boolean s_model_ports::is_clock |
Definition at line 26 of file logic_types.h.
boolean s_model_ports::is_non_clock_global |
Definition at line 27 of file logic_types.h.
int s_model_ports::min_size |
Definition at line 25 of file logic_types.h.
char* s_model_ports::name |
Definition at line 23 of file logic_types.h.
struct s_model_ports* s_model_ports::next |
Definition at line 28 of file logic_types.h.
int s_model_ports::size |
Definition at line 24 of file logic_types.h.