• 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. how to generate spectre netlist for all the schematics in...

Stats

  • Locked Locked
  • Replies 11
  • Subscribers 125
  • Views 17904
  • 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

how to generate spectre netlist for all the schematics in 1 lib ?

Nhumai
Nhumai over 7 years ago

Hi ,

I would like to generate spectre netlists for all of the schematic cell in my lib. What can I do ? 

I search in the forum but didn't the answer yet 

thanks 

Nhumai 

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

    Hi Nhumai,

    Something like the following (untested) code:

    simulator('spectre)
    lib=ddGetObj("libName")
    foreach(cell lib~>cells
      when(ddGetObj(lib~>name cell~>name "schematic")
        design(lib~>name cell~>name "schematic" "r")
        createNetlist(?display nil)
      )
    )

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Nhumai
    Nhumai over 7 years ago in reply to Andrew Beckett

    Hi Andrew,

    I am new to skill script please help to let me know how to use it ? 

    thanks 

    Nhumai 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 7 years ago in reply to Nhumai

    Hi Nhumai,

    Either take the code above (with the correct library name where it has "libName") and paste it in the Command Interpreter Window (CIW), or probably better to put in a file, save the file, and then in the CIW type:

    load("theScript.il")

    (where "theScript.il" is whatever you've called the file).

    Regards,

    Andrew. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Nhumai
    Nhumai over 7 years ago in reply to Andrew Beckett

    Thanks a lot Andrew it works well :-) . I just ran it 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Nhumai
    Nhumai over 7 years ago in reply to Andrew Beckett

    Thanks a lot Andrew it works well :-) . I just ran it 

    • 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