• 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. Skill function to open schematic and check a box from d...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 13669
  • 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

Skill function to open schematic and check a box from dropdown

vijay2912
vijay2912 over 11 years ago

Hi 

I'm new to skill programming,

I would like to know if this is possible using skill , my problem is

open a schematic-->open a setting form(ex: Create-->Cellview-->from Cellview)--> click on a button

and  disable the checkbox(ex: Display Cellview....remove the tick mark)

I would like to automate this procedure and generate different netlists for lot of cells.

please let me know if this is possible using skill function 

 

regards

Vijay 

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

    Hi Vijay,

    libName="myLib"
    cellName="myCell"
    fromView="schematic"
    toView="functional"
    schPinListToVerilog(libName cellName toView schSchemToPinList(libName cellName fromView))

    Would be the way to create a Verilog view from a schematic. Note, this is not really a "netlist" - it's just a stub view with the I/O defined, but that's what you get when creating cellview from cellview too.

    It wasn't that clear precisely what you were after, but hopefully that gives you a clue. You can find more detail on these functions (and similar other functions) by searching in the documentation (use the Help menu in virtuoso to get at it, or run "cdnshelp" in IC61X or "cdsdoc" in IC5141) for these functions.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Hi Vijay,

    libName="myLib"
    cellName="myCell"
    fromView="schematic"
    toView="functional"
    schPinListToVerilog(libName cellName toView schSchemToPinList(libName cellName fromView))

    Would be the way to create a Verilog view from a schematic. Note, this is not really a "netlist" - it's just a stub view with the I/O defined, but that's what you get when creating cellview from cellview too.

    It wasn't that clear precisely what you were after, but hopefully that gives you a clue. You can find more detail on these functions (and similar other functions) by searching in the documentation (use the Help menu in virtuoso to get at it, or run "cdnshelp" in IC61X or "cdsdoc" in IC5141) for these functions.

    Regards,

    Andrew.

    • 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