VPR-7.0
|
#include <logic_types.h>
Data Fields | |
char * | name |
t_model_ports * | inputs |
t_model_ports * | outputs |
void * | instances |
int | used |
struct s_linked_vptr * | pb_types |
struct s_model * | next |
int | index |
Definition at line 33 of file logic_types.h.
int s_model::index |
Definition at line 42 of file logic_types.h.
t_model_ports* s_model::inputs |
Definition at line 35 of file logic_types.h.
void* s_model::instances |
Definition at line 37 of file logic_types.h.
char* s_model::name |
Definition at line 34 of file logic_types.h.
struct s_model* s_model::next |
Definition at line 40 of file logic_types.h.
t_model_ports* s_model::outputs |
Definition at line 36 of file logic_types.h.
struct s_linked_vptr* s_model::pb_types |
Definition at line 39 of file logic_types.h.
int s_model::used |
Definition at line 38 of file logic_types.h.