• 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. Creating extracted netlists using script

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 126
  • Views 13923
  • 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

Creating extracted netlists using script

coco009
coco009 over 16 years ago

Hi,

 

I am trying to simulate my extracted views but am currently having some difficulty creating the actual netlists.

I have a testbench, which instances the device under test. The testbench is a schematic view, whilst the device under test has both schematic and extracted views.

I have added the extracted view onto the switch list using 'envSetVal'. Then I have the following calls in my script:

- design( myLib myCell extracted)

- createNetlist()

However, this fails as the netlister says the testbench does not have an extracted view. I was under the impression that if there was not an extracted view available as with the testbench, then the next view on the switch list would be used for netlisting (in this case the schematic view). Therefore, this should be ok??

Is this the correct method to create extracted netlists, or am I missing something obvious? Do I have to define exactly what cells use what view?

 (I should also point out that all my schematic netlisting sims etc work fine. It is just creating the extracted netlists that I am having difficulty with)

 

Thank you very much in advance. Any help would be greatly appreciated!

 

Regards

 

coco009

  • Cancel
  • Jim McMahon
    Jim McMahon over 16 years ago

    Are to trying to netlist the testbench schematic or the DUT schematic? From your description it is the DUT schematic that contains the extracted view.

    If you want to create a netlist for the DUT schematic ensure that myLib/myCell in design( myLib myCell extracted) matches the DUT libName/cellName. In this case it is not necessary to set the switch list:

                    design( myDUTLib myDUTCell "extracted" )

    If you want to create a netlist for testbench schematic which will include the extracted view for the DUT, then the design() call should be as follows:

                    design( myTESTBENCHLib myTESTBENCHCell "schematic" )

     Jim

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • coco009
    coco009 over 16 years ago

    Dear Jim,

     

    Thanks kindly for your reply.

     

    I managed to fix the problem and it was a rather silly mistake that I had made. My method was correct, however, in my haste to edit the switch list within my .cdsenv, I had actually editted the hspice switch list rather than the spectre switch list. Therefore, when running spectre, the extracted views were never included in the simulations.

     

    Thanks again and I hope I can be of assitance in the future.

     

     

    Regards

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • aplumb
    aplumb over 16 years ago

     Sounds like you haven't looked into the 'Hierarchical Configuration' approach to managing which representations are in use at netlist/simulation time.  It'll make life a lot easier as you add more variants to the mix, e.g. 'sch_20090223' instead of 'schematic', 'av_RC_70C' instead of 'av_extracted', etc.

     

    See the Cadence Hierarchy Editor User Guide for the details and/or chat with your Cadence Field contacts for quick ramp-up.

     

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • coco009
    coco009 over 16 years ago

    Thanks Andrew,

     

    Anything that saves time is definately worth a look. I'll investigate this further when I get a chance.

     

    Regards

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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