diff 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
line wrap: on
line diff
--- a/ueda/sverp-bind/struct.h	Sun Aug 02 00:39:38 2015 +0000
+++ b/ueda/sverp-bind/struct.h	Sun Aug 02 01:12:18 2015 +0000
@@ -17,12 +17,7 @@
 	int	npins;
 	struct	grid_pkg_desc *grid_pkg;
 	struct	pinconn **conn_array;
-};
-
-struct starpoint {
-	struct	outcomp outcomp;
-	struct	instance instance;
-	struct	starpoint *next;
+	struct	outcomp *next;	/* used only for starpoints */
 };
 
 struct pinconn {