• 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. Manually writing Netlist files using OCEAN

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 13318
  • 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

Manually writing Netlist files using OCEAN

shubhmoy
shubhmoy over 13 years ago

Hi,

When we design a circuit schematic, a netlist is generated by Cadence automatically.

Is it possible to go other way round? I mean, if we write a netlist file on our own using OCEAN and then running it? 

Secondly, if we already have a netlist file and we want to edit it, let's say we want to add a couple of more transistors, does Cadence allow that?

 Thanks

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    For the first part, you can use:

    design("libName" "cellName" "viewName")

    and provided you're running in icfb/icms etc (not "ocean") in IC5141, although in IC61X "ocean" is OK, it will automatically netlist the design. You can also use the createNetlist() function for creating a netlist if you need to.

    For the second question, yes, you can. The filename needs to be called "netlist" (I think), and you need to have files alongside called netlistHeader and netlistFooter (these can be empty though). Then use:

    design("/path/to/the/file/called/netlist")

    it will then assemble the input.scs (if using spectre) based on the netlist you've provided, plus the analyses that you've defined with analysis() etc.

    Andrew.

    • 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