Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5422 - trunk/eda/fped (wer...@docs.openmoko.org)
--- Begin Message ---
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




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to