X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=4goO8RatOy71QJdFTyiPCL9biuWcoH4HP3XFGgvbanQ=; b=zuIMsmpvyEpSAPnXvjDvbzOTbgEk2bFpoabDngxuHHeFT2rC1IKWM45GoijJJNx8+S HQWg8HaCO0a0UcqKaGUB8hu1/7yQPFItS9j5U6ii6uuH2fHbkegoWlk7jUz79Jx9rVoW WfhI2j5eeUmgjTfmyIKfR2EHC2/88r5ErAhUSbqk2wZRIKGi7kX3RVBSzstmsdKk1J11 f85uhknFOIT0ttKLqJsWE1Du0HfdaxMeMlo/v8AP3OMMTuOaxAaNiI1F9w//USlY4tUv ceopPasBQAEacYBcqGHuDY4z5pa8E1wDq1XXWUOXDl/pfW/Q5OABdcJPBFiJT8yY4w4e Sp3g== X-Received: by 10.152.28.73 with SMTP id z9mr21459343lag.93.1435697485528; Tue, 30 Jun 2015 13:51:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150630203604.GB12905@localhost.localdomain> References: <1435612851 DOT 3189 DOT 8 DOT camel AT ssalewski DOT de> <20150630203604 DOT GB12905 AT localhost DOT localdomain> From: "Ala'a Mohammad (amalawi AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Wed, 1 Jul 2015 00:50:46 +0400 Message-ID: Subject: Re: [geda-help] net= attributes get merged at net and pcb creation phase To: geda-help AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thanks to all I removed the ports and only kept free lines/wires hanging without any thing connected to them (in gschem), then gave them netname, and it worked! now in pcb the rats are separate as I wanted them. Thanks again Alaa On Wed, Jul 1, 2015 at 12:36 AM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > Hi, Ala'a. > > Input and output ports are meant to be used for hierarchical schematics. > So you can use one toplevel schematic and symbols for sub-circuits in > it, which pins are represented by the input and output symbols inside > the sub-circuits. So when you connect those pins you connect the > corresponding inputs and outputs of the sub-schematics. The refdeses of > the i/o symbols must correspond to pinnumbers of those symbols (AFAIR). > > If you need hierarchy, there are examples of it in the geda-gaf > repository. > > If you don't want to use hierarchy, just add netname attributes you want > for your nets and don't use the input or output symbols at all. Gnetlist > can work with multiple symbols at once. > > Cheers, > Vladimir