[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: another gnet-drc2.scm patch
- To: geda-dev@xxxxxxxx
- Subject: Re: gEDA: another gnet-drc2.scm patch
- From: Carlos Nieves Ónega <cnieves.mail@xxxxxxxxx>
- Date: Thu, 02 Mar 2006 18:54:22 +0100
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@seul.org
- Delivery-date: Thu, 02 Mar 2006 12:54:36 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=PSuz3D1OV3gsfR07oKDck7YR+s6gsYCzV6HMToHb2kLtIy54+P29iC+H4Ho6jwwspzwPg63qn/DJyM/vdkMJVAxYBYcOrUlMLiWKLGwugsoTRhrj8QC/agpxaJoea597wVGIfyTorDGbNambQeg8uwiIvnbbzi/ovwd0f7QrglE=
- In-reply-to: <200603012333.57162.holger.oehm@holger-oehm.de>
- References: <200602261910.02120.holger.oehm@holger-oehm.de> <200602262312.59349.holger.oehm@holger-oehm.de> <1141154474.4951.8.camel@otilio> <200603012333.57162.holger.oehm@holger-oehm.de>
- Reply-to: geda-dev@xxxxxxxx
- Sender: owner-geda-dev@xxxxxxxx
Hi Holger,
El miÃ, 01-03-2006 a las 23:33 +0100, Holger Oehm escribiÃ:
[snip]
> On Tuesday 28 February 2006 20:21, You wrote:
> [...]
> > Patches are always very welcome!!
> Well, then here comes my next proposal:
>
> I got an error message I didnt like:
> Checking type of pins connected to a net...
> ERROR: Pin(s) with pintype 'output': U106:11 U107:11 U101:16 U101:15
> are connected by net 'NoConnection' to pin(s) with pintype 'output': U106:11 U107:11 U101:16 U101:15
>
> As the net 'NoConnection' was ignored somwhere else in the
> gnet-drc2.scm, I thought perhaps we could ignore it here, too.
Sure! It should be ignored!
> So I changed the drc2:check-pintypes-of-single-net, to ignore
> the NoConnection net. (I am not sure if this is the right thing to
> do, though. Is there a better way to handle the unconnected pins,
> other than connecting them to a nc-symbol?)
[snip]
It is the right way to handle unconnected pins. However, I prefer to do
the netname checking in the function drc2:check-pintypes-of-nets, as it
is done with the check drc2:check-if-net-is-driven.
I have commited the changes into CVS. You can update your local copy.
Thanks again!
Carlos