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=LvaKsnQFKbaN1IjWbtiPRuwDcGBNH/LcpRMq09b8ads=; b=l4TM/hqGYOon3+mrRxuT4Pq+biNJyU7an3aDwPpiQT87iRb+GNXn3red2Hf5wDeqr+ Ukjt8BpYqqDDVGBX31SGnb33IiIy0OT3pH2invc0MCMo4R4DCSrgzApVIexpb+CUALyP /KZ8PtX7ioak+YpQXXOcunMLvzJW4kI+QIF1VggA5CRDqO236U5KinVqDfY84/gsTWiL dYSUfXiGHmN478cIRE/ZslwQ2wtfHqY7357JoQITX9lP1Fy8FNSblPg9WxtuToEeObNQ w+auS03s1jydfkXbQzgcE16O30ft/Y88p2ckrqINzjbrTh0OfE7reg+LHypU7PapCUqt Jnfg== 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=LvaKsnQFKbaN1IjWbtiPRuwDcGBNH/LcpRMq09b8ads=; b=VYfsK/nsZIWpmoKrKSTbGFl+Lv+8tSx6ymfBxRcLh88XtjArq4CirkOMtBYrGSIjy5 5Y1tDRujs0xl/lWHB72rQ7XC94dr513CbD2cS+2s7YTka29no8ISxrhBZyBOKNDVRvy+ rANvudwiR4FR0JUGYHugpGR1mebjh7aEgbU5czRbC2+0z9J0Tr9gwY+sJXaCdPbh6Mzy f1JCtBnVgJ2IixKwPp9Q5GeSiT+RX93I0WrLWuZGvyJDF8EzoxJw/DWy6n3lEDJIGNS0 vmnwrMIjvn1VmaQUJT38aoZNc2B4HFSYJ0tp4Zne4fJNFUsG6fvTAXSAy7nfvc/G59q0 I0YQ== X-Gm-Message-State: AFeK/H3fiYuXDGBvzvJ38KO6SppqCEflsKXwxeAYozPDxICDWUcRFV8iQRgc01xhyOMwLQ== X-Received: by 10.25.38.83 with SMTP id m80mr5364440lfm.166.1489822562525; Sat, 18 Mar 2017 00:36:02 -0700 (PDT) Date: Sat, 18 Mar 2017 08:35:58 +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] [pcb-rnd] Mentor Graphics Design Capture netlist import support in pcb-rnd Message-Id: <20170318083558.1ef5eea6666eb608b873bd6b@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; 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 I might be able to help with exported netlists but prefer to use gschem for schematics. On Sat, 18 Mar 2017 17:44:22 +1030 "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > An EDIF importer based on the s-expression parser used for Kicad > layout import has been implemented as a plugin to allow Mentor > Graphics Design Capture netlists to be imported into pcb-rnd. > > The plugin was implemented by reverse engineering example files > supplied to the developers by a keen user of Mentor Graphics Design > Capture. > > At this stage, flattened netlists need to be exported from the Mentor > Graphics Design Capture application. > > The process for importing Mentor Graphics Design Capture netlists is > much the same as for any other netlist format; screenshots and further > details can be found at > > http://vk5hse.blogspot.com/2017/03/importing-mentor-graphics-design.html > > If any users would like to see a particular netlist format supported, > an example schematic and exported netlist should enable it to be > implemented as an import module quite quickly by the developers. > Please feel free to submit such examples for implementation. > > Regards, > > Erich