X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] Re: refdes renumber Date: Fri, 14 Jun 2013 20:20:01 +0200 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 44 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r5EIKbnH022648 Reply-To: geda-user AT delorie DOT com Алексей Харьковский wrote: > You have One component and Two symbols. > Alike case I finded in > http://www.digitalaudioconcepts.com/vanessa/hobbies/projects.html, where > STM32 microcontroller was presented as few parts. > I read in geda documentation what for this needing to use NUMSLOTS and > SLOTs attribute. No. Slots only work properly if the slots are identical in function and differ only by pin numbers. > I can write support of alike components, but I do not understanding how > to renumber of they. Just keep their refdes the same :-) > How to understand who is first? > Rectangle or triangle? Order should not matter. To put it more explicit: The netlist should be the same no matter which order symbols are added. (Unfortunately, it still does matter under specific circumstances. But this is the remnant of a long standing serious bug in gnetlist. The patch fixed most instances, but some corner cases remain.) > How script must differ of they? The script should not have to care. It is the job of gnetlist to make sure that order does not matter. ---<)kaimartin(>---