• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. cdlIn problems

Stats

  • Locked Locked
  • Replies 13
  • Subscribers 124
  • Views 20500
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

cdlIn problems

archive
archive over 17 years ago

Hello,

I am trying to use the cdlIn function to import an existing cdl netlist and create a schematic.  While I was successful in getting a simple inverter to generate, when I try to import a 3 input and gate, the tool creates a multipage schematic.  It seems as if the tool cannot handle more than 2 fets per sheet.  The and gate is composed of simple primitives (8 fets).

Also, the cdlIn was not straightforward.  Even though I have my libraries attached to an existing techlib, cdlIn would not recognize the primitives within the PDK library.  I had to copy all my nfet and pfet symbols to my working directory and call them pmos and nmos, otherwise the tool created a generic symbol called mos with an empty schematic and created an empty top level schematic with ports, but no fets.

I am using version 5.1.41 on a Linux box.

Thanks,

Chris


Originally posted in cdnusers.org by csprice63
  • Cancel
Parents
  • archive
    archive over 17 years ago

    Hi,

    This is what I had in my device map file when I got the multi-page schematics:

    devMap := nfet nmos4
    propMatch := subtype NM
    devMap := pfet pmos4
    propMatch := subtype PM

    The NM and PM are in the CDL netlist like such:

    .subckt and3 A B C VDD VSS Y
    *.PININFO A:In B:In C:In Y:Out VDD:B VSS:B
    MP0 vdd A Y vdd PM w=2u l=0.18u
    MP1 vdd B Y vdd PM w=2u l=0.18u
    MP2 vdd C Y vdd PM w=2u l=0.18u
    MN0 net1 A Y vss NM w=1u l=0.18u
    MN1 net2 B net1 vss NM w=1u l=0.18u
    MN2 vss C net2 vss NM w=1u l=0.18u
    .ends

    I got a warning saying the propMatch items were more than 2 characters long.  My library was empty when I started.  I also called out my reference library to be analogLib.

    I got an empty schematic when I DIDN'T use the device map file.

    When I look in the Cadence docs, it appears that I'm doing things correctly...it just doesn't turn out that way.  I can't find anything in SourceLink that helps.

    Chris


    Originally posted in cdnusers.org by csprice63
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • archive
    archive over 17 years ago

    Hi,

    This is what I had in my device map file when I got the multi-page schematics:

    devMap := nfet nmos4
    propMatch := subtype NM
    devMap := pfet pmos4
    propMatch := subtype PM

    The NM and PM are in the CDL netlist like such:

    .subckt and3 A B C VDD VSS Y
    *.PININFO A:In B:In C:In Y:Out VDD:B VSS:B
    MP0 vdd A Y vdd PM w=2u l=0.18u
    MP1 vdd B Y vdd PM w=2u l=0.18u
    MP2 vdd C Y vdd PM w=2u l=0.18u
    MN0 net1 A Y vss NM w=1u l=0.18u
    MN1 net2 B net1 vss NM w=1u l=0.18u
    MN2 vss C net2 vss NM w=1u l=0.18u
    .ends

    I got a warning saying the propMatch items were more than 2 characters long.  My library was empty when I started.  I also called out my reference library to be analogLib.

    I got an empty schematic when I DIDN'T use the device map file.

    When I look in the Cadence docs, it appears that I'm doing things correctly...it just doesn't turn out that way.  I can't find anything in SourceLink that helps.

    Chris


    Originally posted in cdnusers.org by csprice63
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information