X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=penguindevelopment.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; q=dns; s= penguindevelopment.org; b=E3DPhqIlCOKHshIVVn1/0SdOCVB6cF70naJeHu d3Cf/azuzcMvDg0yEphGA2wkF1EwLyJ19nDgqGfWkCs+RCMPt3nGg6Ri/r+u6a0c YGNiPPYsR3fep6R24uMh0HvvIOwfvvmWoaLfQVBtVAJXmACRhmKqqaxlzdePZtlO yw0Aw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=penguindevelopment.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= penguindevelopment.org; bh=ZgnX6mOGHPaQ/W+I2b4yoJf8c3U=; b=iLftx 0+Tfkssw8KeHHa47q7o5GPfsrPOMFIbOtLU7sLzsuS7aE3xGa8QZz7S8Tl6WGrGT yNNNTXS4FTo1iOoa+eoBqmMUuYAJG77IQWK+ISMoKnihkJMLS6nNlyzCHewRxaxf qR3m/fIDUv9rY7EGNvCmBhpcEFEPH0maSUktLs= Message-ID: <4EED24D7.3090305@penguindevelopment.org> Date: Sun, 18 Dec 2011 00:25:11 +0100 From: Link User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111202 Thunderbird/8.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Useful things (in gschem) References: <20111217222836 DOT 2A0CB81FD92A AT turkos DOT aspodata DOT se> In-Reply-To: <20111217222836.2A0CB81FD92A@turkos.aspodata.se> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pBHNp6UM018744 Reply-To: geda-user AT delorie DOT com On 17/12/11 23:28, Karl Hammar wrote: > What would be useful is (in gschem): > > . to be able to say to gschem that this and this ... and this pin are > on the same net; connect them! > > . when I move a component, the connected net lines follow in some > ordered fashion, and don't happen to connect to some other nets lines > > Regards, > /Karl Hammar > > ----------------------------------------------------------------------- > Aspö Data > Lilla Aspö 148 > S-742 94 Östhammar > Sweden > +46 173 140 57 > > For the first point, do you mean you want gschem to actually draw a net between those pins, or just to have them be connected in the netlister output? Because the latter can be done by either adding a net-attribute to the component symbols (e.g. add an attribute "net=Vcc:8" to a component to connect pin 8 of that component to Vcc; plenty of examples in the "74-series logic" and "4000-series logic" categories), or attaching one of the net-labelling symbols (e.g. generic-power.sym, input-2.sym, output-2.sym, io-1.sym...) and setting the net-attribute on that. If you do mean letting gschem auto-draw the nets, I'd say that if a net is too complicated to draw manually, it's probably better to use the aforementioned net-labelling symbols anyway. As for your second point, agreed. I've been stung by select->move->see interconnection/broken connection mess->undo->lose selection->headdesk cycles quite a few times. FWIW, the "undo deselects everything" deal is annoying as well, especially if you have a cluttered schematic. Peter