VPR-6.0
|
#include <vpr_types.h>
Data Fields | |
char * | name |
t_type_ptr | type |
int * | nets |
int | x |
int | y |
int | z |
t_pb * | pb |
Represents a clustered logic block of a user circuit that fits into one unit of space in an FPGA grid block
Definition at line 405 of file vpr_types.h.
char* s_block::name |
Definition at line 407 of file vpr_types.h.
int* s_block::nets |
Definition at line 409 of file vpr_types.h.
Definition at line 414 of file vpr_types.h.
Definition at line 408 of file vpr_types.h.
int s_block::x |
Definition at line 410 of file vpr_types.h.
int s_block::y |
Definition at line 411 of file vpr_types.h.
int s_block::z |
Definition at line 412 of file vpr_types.h.