| 
    VPR-6.0 
   | 
 
#include <logic_types.h>
 Collaboration diagram for s_model: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 43 of file logic_types.h.
linked list of input/clock ports
Definition at line 36 of file logic_types.h.
| void* s_model::instances | 
Definition at line 38 of file logic_types.h.
| char* s_model::name | 
name of this logic model
Definition at line 35 of file logic_types.h.
| struct s_model* s_model::next | 
next model (linked list)
Definition at line 41 of file logic_types.h.
linked list of output ports
Definition at line 37 of file logic_types.h.
| struct s_linked_vptr* s_model::pb_types | 
Physical block types that implement this model
Definition at line 40 of file logic_types.h.
| int s_model::used | 
Definition at line 39 of file logic_types.h.