Patrick, FWIW: Look for sarlacc_schem.c in the utils/src directory.
I used this as a template for a HiWireII to gschem translator project (never completed and abandoned due to other priorities). Exerpt follows below. --8<--- /* Orcad.c v 0.92 * Copyright 1999 Matthew Ettus * For more info email [EMAIL PROTECTED] * Ths code is released under the terms of the GNU GPL * See www.fsf.org for a copy of the license * * Changes 0.94 by <[EMAIL PROTECTED]>, october 5th 2002 * Scaling defaults to 200% * Bus implemented - but still no bus entries! * Check for stack overwrite and other horrors * Changed orcad_xsize/orcad_ysize to sarlacc_dim * Port improved * Command line options * * Todo: * Hierarchy * Bus entries * Many details - see BAD */ /* This program will convert an ORCAD SDT IV file to geda format */ --8<--- Kind regards, Bert Timmerman. -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Patrick Doyle Verzonden: donderdag 1 maart 2007 2:39 Aan: gEDA user mailing list Onderwerp: Re: gEDA-user: Is the OrCAD Library Active? On 2/28/07, Arthur Baldwin <[EMAIL PROTECTED]> wrote: > > My company is interested in being able to take existing OrCAD > schematics and PCB layouts and converting them into gEDA format(s). > If there is someone working on this already, I'm "all ears" and ready > to begin assisting them in the development process. > I thought about this a couple of months ago in terms of bringing schematics from work (where we use Orcad 10.5) to home (where I use gschem) and back again. Looking around, I couldn't find any documentation on the Orcad file format, so I tried exporting my design to an EDIF file and started writing a parser for that in python. I never got as far as outputting (or is it outing-put?) the design into the gschem format, primarily because I couldn't see the point. I had no guarantee that once I translated a design to gschem, edited it, and translated it back to an EDIF file, I would be able to import that EDIF back into Orcad. Not being able to see the light at the end of the tunnel, I abandoned the project, settling for the start of a parser that extracted some specific information about a specific design. I don't think it would be too difficult to resurrect the parser, and I can see the light at the end of the tunnel for a tool that would take an Orcad generated EDIF file and produce a gschem schematic (set), but I don't have any experience at all with the Orcad PCB tool. --wpd _______________________________________________ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user _______________________________________________ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user