X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=BZrNkR0P91Vsc5rhscSToc5HVs8Z5QR2nD0ZFLBP8aY=; b=AbOoJu5wiJUXQ177N3aDXiOYU5HJvi4XjlPf8gdg7jYFHPqg/EbGTK4xyCnfa+lxPP PkghlmnsvyH2ets5FkdDjvbMjI3+P9Gxl95Ew96/lAnrMrmVVQxUmiWo9jwYuvtkRhNg RCc67iGyZXGPV0nHPHN5UCBlqKWIN8N07ZNjLs0SyuSk55iCIXIBiFeE78lg+Nc2zxan uThAxPdImj4R8ccH7irzmjUaChI2leb8EwY8Vt7dkf1K/l0YkzRrXr26mxdwW/OMkaEj MGY3fxgE/lR/PNkk03nMRGCUs4JvT+thyqSv6dnSO8IIr1CdwIvc2u5KW0FdnLbLmqi5 MhSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BZrNkR0P91Vsc5rhscSToc5HVs8Z5QR2nD0ZFLBP8aY=; b=uCmavuGmni7VgNjfdvgOJ80fOm6MJz3BgD/BAZ9VS8YlacGcTLmd3gjfht0Zt8FFPR eUUepsMUCr9WSrVLqOkEHhQdudFnWSFQkavz2MC6fBqGjjIF7oKN64yEylQUUNoyKx+4 3U4VDwsi9b+on52OgIQV4lwk/3dezDr4fARwVAXyVWlTJS514ai6wpECG2kkBzaEfTz7 2lNW9btqTZlWNANXCqenGniwEG+fkuE+mGATGsfRvSTtifxWK8+hcxafyxgfYqPEbnFn RmdyDmjUuumWQJYNpkGxhwZ42FbScUmEJbOXNrG5RHnrm4ClLwaV8NidCWLCzqUaS2z5 Tihg== X-Gm-Message-State: APjAAAWV3bGMdYSdUsWDvM3jEiTMT+riSz0aBiwRl7KhhnPER6qhkDwD 3CrmyTpnRRBCaJGUXmJXRXBi1f5E X-Google-Smtp-Source: APXvYqzfl8wkHdQg3gUXz9TRLMg6YcZpDlpUfPSBn52CJFD70O6ynM94wb6qYWUPiLxa2ixGG/D3Yw== X-Received: by 2002:a19:5013:: with SMTP id e19mr3837070lfb.8.1576610129708; Tue, 17 Dec 2019 11:15:29 -0800 (PST) Date: Tue, 17 Dec 2019 20:15:28 +0100 From: "N (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] lepton-sch2pcb refdes with small letters disappear Message-Id: <20191217201528.7bd74ff4f1a2c5c17bd0d66f@gmail.com> In-Reply-To: <20191217061633.43d18370@demon> References: <20191216222809 DOT 92416b76cf72d5af1eb6335c AT gmail DOT com> <20191217061633 DOT 43d18370 AT demon> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Mon, 16 Dec 2019 22:28:09 +0100 > "N (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" > wrote: > > > In hierachical schematics it seems pins/refdes with small letters are > > ignored. It works with gsch2pcb but with lepton-sch2pcb these seems > > to be ignored. > > > > Prefer to use both capital and small letters though it is not very > > important but make them simply disappear without complaint I consider > > bad. > > Attribute's value may contain uppercase and/or lowercase letters, > there are no restrictions on that. I use both, too, and lepton-sch2pcb > works fine for me. Could you please provide more information on the > issue (test schematics, commands used, program's output, > configuration files, etc.)? > And do not hesitate to use the issue tracker on github > (https://github.com/lepton-eda/lepton-eda/issues) and gitter.im chat > (https://gitter.im/Lepton-EDA/Lobby) if you have any problems or > questions. Found out get-PCB.scm is what is used for the netlist in both gsch2pcb and lepton-sch2pcb and would guess the difference in the following two rows have something to do with it. lepton-sch2pcb gnet-PCB.scm (nets->PCB-netlist (schematic-nets toplevel-schematic)))) gsch2pcb in gnet-PCB.scm (PCB:write-net (gnetlist:get-all-unique-nets "dummy") port) But only vaguely understand the scheme program.