r5880 - trunk/eda/boom

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Apr 2 00:59:40 CEST 2010


Author: werner
Date: 2010-04-02 00:59:40 +0200 (Fri, 02 Apr 2010)
New Revision: 5880

Modified:
   trunk/eda/boom/README
   trunk/eda/boom/bom2part
Log:
- boom/bom2part: when matching characteristics, ignore fields whose value is an
  empty string
- boom/README: added reminder for documenting min/max matches



Modified: trunk/eda/boom/README
===================================================================
--- trunk/eda/boom/README	2010-04-01 21:34:20 UTC (rev 5879)
+++ trunk/eda/boom/README	2010-04-01 22:59:40 UTC (rev 5880)
@@ -78,6 +78,7 @@
 
 - .sub
 - .chr
+- <rel><number><multiplier><unit> syntax
 ...
 
 

Modified: trunk/eda/boom/bom2part
===================================================================
--- trunk/eda/boom/bom2part	2010-04-01 21:34:20 UTC (rev 5879)
+++ trunk/eda/boom/bom2part	2010-04-01 22:59:40 UTC (rev 5880)
@@ -101,6 +101,7 @@
 	print STDERR "PART $c\n" if $debug;
 	for (keys %field) {
 	    next if $_ eq "REF" || $_ eq "VAL" || $_ =~ /^F\d$/;
+	    next if $field{$_} eq "";
 	    print STDERR "  $_=",$field{$_}," " if $debug;
 	    if (!defined $chr{$c}{$_}) {
 		print STDERR "NO FIELD\n" if $debug;




More information about the commitlog mailing list