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.

how to convert CDL to Schematic format

Status
Not open for further replies.

samuel

Full Member level 3
Joined
Nov 15, 2004
Messages
171
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Location
world
Activity points
1,143
cdl in schematic

how to convert CDL to Schematic format? especially, about a resistor! for example, RR0 out gnd! 2k $[nwell]
note: nwell is three terminal resistor.

thanks.

Samuel.
 

cdl netlist

Hi Samuel,

To get capacitors, resistors and diodes imported, you need to make sure
that the following control commands are in the header of the CDL netlist:

=======================
*.BIPOLAR
*.CAPVAL
=======================


*.BIPOLAR, preserves any analog elements coded in the netlist (capacitors,
diodes and resistors). If you do not use the *.BIPOLAR command, all resistors,
capacitors and diodes are ignored. For size parameters we need to add *.CAPVAL


Courtesy - Cadence Source link.
 

    samuel

    Points: 2
    Helpful Answer Positive Rating
cdl in cadence resistor devmap

thanks for your reply.

but I have add what you say, It is not done.

Added after 3 minutes:

I think, it may be relative to devMap file. but I have tried many times, it not succeed.
 

Re: about CDL-->Schematic

There is a script which is supplied by cadence which can do your job.
I forgot the script name. Please consult any cadence AE, he should be able to help you.


Thanks
Sri Ram
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top