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=7DYrD8oeHkbRy29bGhZipijC4N6YTzqH2Xyr5vEspus=; b=FXp8AkTvg+iE9VV9l/8NSvMS9h6gEwbac42hj6PKsg74JwK+/gf8tkWiGQ+Fm9asHn E1UvbLAUNXgx43C5lPfzlMzku2DqrhrecnIrrJ5aR0HMBfIU42LXx+NJeLdoSh12jdhJ jG6Hk/T51J5rMyCzy+68eu0ADMszPYdORm/vJ5DQh1EJyNDqZfxiMfe7VfsjI/hWRBPC Y8lPPWaJZlnJcvi+TGOMzlIj5FfNcDkHtprMmKn6MBfqULba4T+L2P5CLPnHAHGwr7AB 5xBc/7tvJmR9m9oRq2q3eTeUn+cJhNOFbY5UwLYRFSuDhAAR3G6M0SVf8hRUPi3h/AUi jaAw== X-Received: by 10.112.63.201 with SMTP id i9mr21204541lbs.93.1435693397289; Tue, 30 Jun 2015 12:43:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1435612851.3189.8.camel@ssalewski.de> References: <1435612851 DOT 3189 DOT 8 DOT camel AT ssalewski DOT de> From: "Ala'a Mohammad (amalawi AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Tue, 30 Jun 2015 23:42:37 +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 I tried several combinations of net and netname attributes without success, I changed the driver chip to another random chip and still the 'INPUT' net and 'OUTPUT' net are showing in the netlist file even after overriding any attribute that has them (i.e. net, netname and value). If I understood the wiki pages correctly, then any output port with net:driver:1, should be connect to any input port with net:drive:1, but what I got with my limited experience (1 week of gschem and pcb learning) is that all output ports are connected together, however input ports are not. Is there any other documentation I'm missing or a concept that I misunderstood? Thanks in advance for the help. Ala'a On Tue, Jun 30, 2015 at 1:20 AM, Stefan Salewski wrote: > On Tue, 2015-06-30 at 00:54 +0400, Ala'a Mohammad (amalawi AT gmail DOT com) > wrote: >> I'm trying to use input-2.sym and output-2.sym to connect circuits > > If I remember correctly, you have to modify the net= attribute in the > symbols. So when you want input-2.sym and output-2.sym to get connected, > you may set net=mynet7 in both symbols. (The symbol file name does not > really matter.) If you add one more output-2.sym with that net > attribute, it is also connected. Additional, you can attach netname= > attributes to net segments -- if net segments are not visible connected > in the schematics, but have the same netname attribute, they will be > connected. > > Hope my memory is still valid, maybe someone can correct me tomorrow... > >