[Xcircuit-dev] Cadence DFII to XCircuit translator

R. Timothy Edwards tim.edwards at multigig.com
Sat May 20 18:34:26 PDT 2006


Dear Satya,

> I was wondering if anyone has attempted a Cadence DFII to XCircuit 
> schematic translator. From a cursory glance, it seems rather easy to 
> do. Here are the steps for the translation:
> 
> 1. dump the DFII schematic using dbWriteSkill
> 2. read this schematic in a Skill/TCL program and emit XCircuit TCL
> 3. Load this XCircuit TCL script into XCircuit.

How does dbWriteSkill compare to exporting EDIF?  I was considering
the approach by writing an EDIF-to-xcircuit converter, mainly because
doing anything with Skill code in Cadence requires a license (which I
have now, but that's not a solution for everyone, obviously).  Or is
step 2 somehow easier than taking an EDIF parser (there's a decent one
available in open source) and writing convert-to-xcircuit routines
into it?

The general principle of generating input for xcircuit via Tcl commands
is sound.  I have done it before.  The commands for generating elements
in xcircuit are not used by the GUI, however, and tend to be rather
obscure.

					Regards,
					Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim.edwards at multigig.com     |
| MultiGiG, Inc.                 | web:   http://www.multigig.com      |
| 100 Enterprise Way, Suite A-3  | phone: (831) 621-3283               |
| Scotts Valley, CA 95066        | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+



More information about the Xcircuit-dev mailing list