X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 2 Jul 2021 17:12:14 +0200 (CEST) From: Roland Lutz To: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] gnetlist complains about same component/net in two subsheets In-Reply-To: <20210702014317.5355E83D521B@turkos.aspodata.se> Message-ID: References: <20210701152018 DOT F248283D521B AT turkos DOT aspodata DOT se> <20210701184511 DOT 1646D83D521B AT turkos DOT aspodata DOT se> <20210702014317 DOT 5355E83D521B AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 2 Jul 2021, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > Now, some things (the component M1, and the net GND) in the first > subsheet has it in common with the second. To that end booth C's have > the same refdes. Since I cannot have an empty refdes, I'm using "_" > which is somewhat invisible. > > Since refdes-attribute-separator="" and the refdes in each subsheet is > "M1", the final refdes becomes "_M1". For nets, the separator is the > default "/", the final net becomes "_/GND". Oh, I see. It appears my fix for multi-source subschematics wasn't complete; I didn't consider the case where there are multiple components with the same refdes= and a source= attribute each. This should now be fixed.