r5422 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Wed Aug 12 01:30:58 CEST 2009


Author: werner
Date: 2009-08-12 01:30:58 +0200 (Wed, 12 Aug 2009)
New Revision: 5422

Modified:
   trunk/eda/fped/fbga.fpd
Log:
- fbga.fpd: do this nicely and use a variable for the pitch



Modified: trunk/eda/fped/fbga.fpd
===================================================================
--- trunk/eda/fped/fbga.fpd	2009-08-11 23:26:38 UTC (rev 5421)
+++ trunk/eda/fped/fbga.fpd	2009-08-11 23:30:58 UTC (rev 5422)
@@ -7,7 +7,9 @@
 
 	set cname = col+1
 
-	__0: vec @(col*1mm-Px/2, row*-1mm-Py/2)
+	set e = 1mm
+
+	__0: vec @(col*e-Px/2, row*-e-Py/2)
 	__1: vec .(0mm, Py)
 	__2: vec __0(Px, 0mm)
 	pad "$rname$cname" __1 __2




More information about the commitlog mailing list