• 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. Want SKILL to check and save schematic!

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 19857
  • 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

Want SKILL to check and save schematic!

ukelkar
ukelkar over 12 years ago

I'd like to know the SKILL routine to check and save a schematic.

Additionally, I am trying to check and save a schematic with viewType maskLayout(post extract Calibre view) and I want to be able to check and save it as well. Cadence does it as soon as the view is generated however, if any changes to the view are made, no check and save is available.

 

Many thanks! 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

     For a schematic this would be schCheck(cvId) followed by dbSave(cvId). However, that's not going to work for a non-schematic view. 

    Provided you are careful about what you are changing in the extracted view (i.e. you're not doing something that would mess the connectivity up), you can do:

    dbSetConnCurrent(cvId)
    dbSave(cvId)

    This is not doing a "check" and save, but just marking the connectivity as "current" - which means that anything that attempts to netlist it will see it as up to date. Do not use this method if there's any doubt as to the integrity of the connectivity because you could get an incorrect netlist...

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ukelkar
    ukelkar over 12 years ago

    cvId=dbOpenCellViewByType("libName" "cellName" "viewName" nil "a")

    correct?

     

    Running sim now, very sure did not hack connectivity, changed a cap value only. Will update if it works.  

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    If you edited it in the layout editor window, you could also have done:

    cvId=geGetEditCellView()

    rather than having to re-open it via the dbOpenCellViewByType API. Either will do though.

    Changing a capacitor value should be safe. It's more like if you try adding instances - they won't be connected, for example.

    Kind Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ukelkar
    ukelkar over 12 years ago
    Worked like a charm! Thank you 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