X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2z1uqhC7wha7DN3nnmpF9w+2loS987taODZYDCYFCuo=; b=FsF8BMkEv6b7HCWUDOqJXzLQ5uLHIc3WgWDWw5w6lCEaeb5dvRJMCznYUs4qLOcpJl 2B/zimdm1IAmqT0Wcu9VvKwZyZNQRpI1Qs6ehs0LXuSompD1jMZMVt5SjFK7K71P6w8J YU2PYkTAehiY55X27dLSHPQBQqMS7aY8gibzgP+l3lc+g2KnBHIBo7QFnJepH/vhGiSl HqzNtc/0+fEcj5qcmaT/WhQhaqoQH4r2qFMZiNoUO4YkykIafOBw9QhMQU2PexquiQ9n DkGYEtCQXdLOnouWVWY9026kPBBGQMHU+q68fAyL0NxSSXg0y7F+KuTg6g1sxjh34er+ qGJA== MIME-Version: 1.0 X-Received: by 10.52.108.162 with SMTP id hl2mr1467419vdb.84.1402419110118; Tue, 10 Jun 2014 09:51:50 -0700 (PDT) In-Reply-To: <20140610164336.22304.qmail@stuge.se> References: <20140610164336 DOT 22304 DOT qmail AT stuge DOT se> Date: Tue, 10 Jun 2014 12:51:50 -0400 Message-ID: Subject: Re: [geda-user] Using PCB with a EDIF/Protel/PADS format netlist generated by ORCAD? From: Jason White To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Oddly, only EDIF 2 0 0 is supported as an output format with ORCAD. I noticed that PADS/PADS2K format was really easy to parse. I may just write a script to do that, although I am not sure how to make PCB populate the board short of writing a base PCB file, or writing a schematic file and then using the Gschem->PCB workflow. Any comments, suggestions? Thanks, Jason White On Tue, Jun 10, 2014 at 12:43 PM, Peter Stuge wrote: > Jason White wrote: >> any scripts floating around out there to convert one of them into the gEDA > > What would be the best EDIF version to target, if one were to write > an EDIF writer for gEDA? Is 4 0 0 supported by pretty much all > relevant readers? > > > //Peter -- Jason White