comparison ueda/sverp-bind/struct.h @ 16:65a515c20db8

unet-bind: starpoint entry implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 02 Aug 2015 01:12:18 +0000
parents 640ba9db0e9d
children 61272ee5aadc
comparison
equal deleted inserted replaced
15:c59f52e4bacf 16:65a515c20db8
15 char *altname; 15 char *altname;
16 struct component *mclcomp; 16 struct component *mclcomp;
17 int npins; 17 int npins;
18 struct grid_pkg_desc *grid_pkg; 18 struct grid_pkg_desc *grid_pkg;
19 struct pinconn **conn_array; 19 struct pinconn **conn_array;
20 }; 20 struct outcomp *next; /* used only for starpoints */
21
22 struct starpoint {
23 struct outcomp outcomp;
24 struct instance instance;
25 struct starpoint *next;
26 }; 21 };
27 22
28 struct pinconn { 23 struct pinconn {
29 struct net *net; 24 struct net *net;
30 char *nc_comment; 25 char *nc_comment;