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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=NamVd0rjRm5EFxCe+3sONSSphfr1XJ0AaVk/yFeaDL0=; b=dW5zT3dpsFziTK7IYk83csS5hRCTOR1yhdkTlOCRx/wBuy7z7fxNop6b9ECNFHoxcT AsrSVj/j+NoO2r7XvcXnYdFJoUDFWQn9umoWsTOUeIyZ+PzPKRlACRrRK7CeCzrGodr/ SW5nqB5HbSteHapJ60tz1uRFOEijh1ZV2rk3BdO/MfJavlPso569WoISLdIPExGznJZq NZzqMZuq9VZP1MdV5x4DUijsPmp+Vg28d875wyfQLELvoEYA6LBCHgpowJ9r2LmzbAwo D49Adl5l4LV7jLfjvcxe/I80saXfziWJLoVRer/Ahx0cnrhl4KjAy8s2zHnqk1cQbhLP p83g== X-Received: by 10.28.32.22 with SMTP id g22mr3492364wmg.43.1450354515255; Thu, 17 Dec 2015 04:15:15 -0800 (PST) Date: Thu, 17 Dec 2015 13:15:11 +0100 From: "Nicklas Karlsson (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] Datasheet PDF -> symbol+footprint+characteristics Message-Id: <20151217131511.2c5b5cd4f463357e7831a85e@gmail.com> In-Reply-To: <20151217092452.3CC728038A57@turkos.aspodata.se> References: <1450268513 DOT 967952147 AT f8 DOT my DOT com> <20151216160918 DOT ED1FA8105D0D AT turkos DOT aspodata DOT se> <20151216192128 DOT 74cfb82ab124236c19abcc38 AT gmail DOT com> <20151217082048 DOT d5d04c13591f5a3b9ecd82a0 AT gmail DOT com> <20151217092452 DOT 3CC728038A57 AT turkos DOT aspodata DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; 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 > Niklas Karlsson: > > It is useful for Microcontrollers with like one hundred pins. > > True, but you'll miss alt.func. names, and probably the power pins. It do the bulk of the work fast and simple. > > The ibis file I looked in have bin number, signal name and model > > name. Pin number and signal name should be simple. > > That is simple for the pins *provided*, you have to add the rest > somehow. And then, do you check the names against the pdf ? > > To extract pin names from pdf is not that much harder, consider the > procedure in: To import information from an ibis file with a standardized format should be really simple if implemented properly. Pdf file is a little bit more involved and pdf-files are not standardized. Split tool in two with intermediate csv format which may be piped between the two might be the best solution, input could come either from a pdf-file, imported from an ibis file, bsdl? or other. Basically this would be a database table in *.csv which is a very common format for input of pins and attributes. For editing of pin attributes a table like in gattrib would be really useful. > ... I will try to look a little bit further on it a few hours from now. Nicklas Karlsson