Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Converting a CDL netlist into a spice netlist

Status
Not open for further replies.

mlxsae

Member level 3
Joined
Jan 22, 2003
Messages
54
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
0
Anyone has any experiences on converting a CDL netlist into a spice netlist? I know both languages are from the same family however I can't find a good manual of a CDL file and his syntax.
 

cdl spice

mlxsae said:
Anyone has any experiences on converting a CDL netlist into a spice netlist? I know both languages are from the same family however I can't find a good manual of a CDL file and his syntax.

If you have synopsys hercules, you can use "nettran" utility to do the transformation.

Actually, the difference between cdl and spice is small, you can write your own utility to do the conversion, I think perl is a not-bad programming language choice.
 

cdl to spice

I do it manually.
Add head, include file, global variables.
Kill * sign on useless lines.
Add simulation status, power, etc.

Good luck!
 

cdl2spice

mlxsae said:
Anyone has any experiences on converting a CDL netlist into a spice netlist? I know both languages are from the same family however I can't find a good manual of a CDL file and his syntax.

You can use Hercules Nettran function to do it
example:

nettran -cdl <InputFileName> -outType "spice" -outName output.sp

good luck!
 

hercules nettran

Thnx guy's. I have written my own program to do the conversion (c++)

Greetzzz,
S. 8)
 

cdl syntax

Does any one know where can find the manual with detail description about
CDL syntax? Or you can upload the manual for me.
 

cdl to spice conversion

mlxsae said:
Anyone has any experiences on converting a CDL netlist into a spice netlist? I know both languages are from the same family however I can't find a good manual of a CDL file and his syntax.

Why do you need the translation ? Most simulation tool can handle both type of netlist
 

cdl spice netlist

If you're working with a PsPice 9.2 (orcad); he can't handle this. However I haven't checked it for the 10.0 series so perhaps they are supported there.

Best Regards,
S. 8)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top