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=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=HV8TL5gCS+si3ULb6paVlFZX86rSE4HkoLUJ8W5EYMM=; b=pvmzLolAtZ33ltSQv1QcPbcg0af9VQwN9cTtxozRRaYEk0JAt2zsk+Uff8qZS0QMPp Hqs7fvK+AU3wVytKE+/saqVErnk/ULWV910ecfazRhlFlmoXn5aIQufQPlPRcfaj3Llr MQP7oHWqC9MTgBln1C6uKw92+clpddAYaKY1ToaBg7HwXCTs9t1/zImvMxzaDNtc7ALL DaGk2pOPndc68pTF4VttYXr6ZfYBpbivmzZilnqx1EMsAI1jvQ95ztVphLsmSoD/SmrH kvNRFF3TLpN4zgnwzevu8sLrsCs6V6yORZyfx+cznHLutzAxPutIE1QFTiA0n0La2Z/+ TPTw== X-Received: by 10.112.162.38 with SMTP id xx6mr21552152lbb.110.1435696566039; Tue, 30 Jun 2015 13:36:06 -0700 (PDT) Date: Tue, 30 Jun 2015 23:36:04 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] net= attributes get merged at net and pcb creation phase Message-ID: <20150630203604.GB12905@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: <1435612851 DOT 3189 DOT 8 DOT camel AT ssalewski DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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 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