• 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 SKILL
  3. automatic netlist

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 13890
  • 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

automatic netlist

AMSboston
AMSboston over 15 years ago

Hi,

I have an extracted view.

I then go to ADE and netlist. I then save the netlist in a particular directory which is different from the default location.

Assuming I have an open extracted view, is there a way to netlist from the CIW by running a skill script where I would type:

netlistSkill("dir").

The "dir" is where the netlist will be stored.

Any help will help:)

 

Thanks,

Dan.

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Dan,

    The closest is to use OCEAN functions:

    simulator('spectre)
    design("libName" "cellName" "viewName")
    createNetlist()

    And then copy the netlist (using system("cp ...") maybe) to where you want. The above will put it in the normal ADE directory structure - you could use envSetVal("asimenv.startup" "projectDir" 'string "/path/to/where/you/want/the/root/to/be") to alter that, but it will still create the ADE directory structure underneath - you can't directly netlist into a specific directory with the OCEAN functions.

    You could wrap all the above in your own function definition to make it simpler of course.

    Best Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • AMSboston
    AMSboston over 15 years ago
    Andrew,

    Makes sense.

    Thanks,
    Dan.
    • 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