• 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. Importing Parasitic Netlist to Virtuoso (Wrong Model Name...

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 125
  • Views 17447
  • 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

Importing Parasitic Netlist to Virtuoso (Wrong Model Name)

anurans
anurans over 6 years ago

Hi All,

I have an extracted netlist with parasitics given by foundry for a standard cell library. A part of the netlist is shown below (which looks more like a .cdl than a pex.netlist) 

https://pastebin.com/CL0mBqEu

I imported the entire netlist (File->Import->Spice....) to an OA symbol library (in IC 6.1.5) by attaching to the corresponding technology library. The device mapping file looks like below:

However when I run ADE on one of the imported component, simulation fails with a list of errors like below: 

Error found by spectre in `_sub0', during circuit read-in.
ERROR (SFE-23): "input.scs" 579: c0 is an instance of an undefined model CAPACITOR.
ERROR (SFE-23): "input.scs" 580: c1 is an instance of an undefined model CAPACITOR.
ERROR (SFE-23): "input.scs" 581: c2 is an instance of an undefined model CAPACITOR.
ERROR (SFE-23): "input.scs" 582: c3 is an instance of an undefined model CAPACITOR.
ERROR (SFE-23): "input.scs" 583: r4 is an instance of an undefined model RESISTOR.
ERROR (SFE-23): "input.scs" 584: r5 is an instance of an undefined model RESISTOR.
ERROR (SFE-23): "input.scs" 585: r6 is an instance of an undefined model RESISTOR.
ERROR (SFE-23): "input.scs" 586: r7 is an instance of an undefined model RESISTOR.
ERROR (SFE-23): "input.scs" 587: r8 is an instance of an undefined model RESISTOR.
ERROR (SFE-23): "input.scs" 588: r9 is an instance of an undefined model RESISTOR.

And it looks like the parasitic components of imported cells have either RESISTOR or CAPACITOR as model name which hasn't been defined in model library. However this is not the case when Parasitics are manually extracted for a custom cell.

Any resolution for this ?

Thanks and Regards

Anuradha

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 6 years ago

    Hi Anuradha,

    Because there is no subtype in the CDL netlist defined for the capacitors, it picks the default "CAPACITOR" and creates a property called subtype and model with that value. If you don't want this, add in the User Prop Mapping:

    model dummy subtype dummy2

    that will map both the properties to new names (dummy and dummy2) and will avoid the problem you're seeing.

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • anurans
    anurans over 6 years ago in reply to Andrew Beckett

    Thanks Andrew, that did the trick..... ;) 

    Anuradha

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • anurans
    anurans over 6 years ago in reply to Andrew Beckett

    Thanks Andrew, that did the trick..... ;) 

    Anuradha

    • 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