VPR-6.0
|
#include <vpr_types.h>
Data Fields | |
char * | name |
int | index |
int | count |
struct hash_logical_nets * | next |
Data structure to track nets during blif parsing
Definition at line 97 of file vpr_types.h.
count is the number of pins on this vpack_net so far.
Definition at line 100 of file vpr_types.h.
Array index for net
Definition at line 99 of file vpr_types.h.
char* hash_logical_nets::name |
net name
Definition at line 98 of file vpr_types.h.
Linked list pointer for net
Definition at line 101 of file vpr_types.h.