[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Open Collector Error Checking



Oliver:
...
> ERROR: Pin(s) with pintype 'open collector': U70:2 U70:4 
>     are connected by net 'unnamed_net204'
>     to pin(s) with pintype 'open collector': U70:2 U70:4 
...

Attached patch corrects that.

Regards,
/Karl Hammar

-----------------------------------------------------------------------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57

diff --git a/gnetlist/scheme/gnet-drc2.scm b/gnetlist/scheme/gnet-drc2.scm
index 380f588..281c454 100644
--- a/gnetlist/scheme/gnet-drc2.scm
+++ b/gnetlist/scheme/gnet-drc2.scm
@@ -145,9 +145,9 @@
 ;;;io
 ;;  '(            #\c   #\c   #\w   #\c)
 ;;;oc
-;;  '(            #\c   #\c   #\e   #\w   #\e)
+;;  '(            #\c   #\c   #\e   #\w   #\c)
 ;;;oe
-;;  '(            #\c   #\c   #\e   #\w   #\c   #\e)
+;;  '(            #\c   #\c   #\e   #\w   #\e   #\c)
 ;;;pas
 ;;  '(            #\c   #\c   #\c   #\c   #\c   #\c   #\c)
 ;;;tp

_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user