• 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. deNewCellView option to not open the text view in edito...

Stats

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

deNewCellView option to not open the text view in editor

SimhanAnalog
SimhanAnalog over 1 year ago

In ocean script we have the following command to create a systemVerilog view.  But this command also opens the file in text editor. Is there a way to prevent it from opening the file?

deNewCellView(lib_name, cell_name, "systemVerilog", "systemVerilogText", nil)

If I create many views via script it just keeps opening so many files.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    The easiest way to create the view and import it into the library is to use the cdsTextTo5x command (this is a UNIX command - you can type "cdsTextTo5x -help" to see the command-line options. You could then invoke this from SKILL using (say) ipcBeginProcess or even just using system("cdsTextTo5x ...").

    Using a Design Editor function when you don't want the Design Editor is a rather odd way of achieving this.

    If you wanted something that's entirely in SKILL, you could use my code in How to create a text cellview using SKILL (you can pass the viewType as the 5th argument), followed by using vmsUpdateCellViews() to do the analysis of the view to ensure the shadow database etc is created.

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • SimhanAnalog
    SimhanAnalog over 1 year ago in reply to Andrew Beckett

    Andrew. Thanks for the quick reply. I don't see cdsTextTo5x command defined in my unix system(nor in the CIW window). I use RHEL 7. But the skill only option works. But only problem I have is if the view is checked in "designSync(dssc) modules" then I need a command to checkout with lock/writable option. The deNewCellView automatically checks out the view if it already exists and checked in. Do we have a command line option to checkout the systemverilog(any other text view) view in edit/writable

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • SimhanAnalog
    SimhanAnalog over 1 year ago in reply to SimhanAnalog

    Something similar to https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000000uqWPEAY&pageName=ArticleContent

    But a procedure makes the text/systemverilog view edit/writable. It will just pass if it is already editable/locked by me and throws an error if locked by someone else.

    • 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