• 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. hiSaveAsViewFile() trouble in Virtuoso v6

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 143
  • Views 14760
  • 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

hiSaveAsViewFile() trouble in Virtuoso v6

jaleco
jaleco over 12 years ago

 I have a script (www.cadence.com/.../1317148.aspx that will save the design tree file to a shell to run a shell script on, working in Virtuoso v5, but is breaking in Virtuoso v6 on the command hiSaveAsViewFile.

The Save File As form looks quite different in v6, but I cannot figure out Cadence's documentation to search for (anything..) something like this.

In v5 I use:

hiSaveAsViewfile->file->value-> = Newfilename

hiFormDone(hiSaveAsViewfileForm)

However, in v6,  I get the error message " eval: unbound variable - hiSaveAsViewfile".

Since testing with print statements is able to show me that the variable Newfilename is properly defined, and the command hiSaveAsViewfile() works in v6, I can only guess that the form itself is different in v6, and the format hiSaveAsViewfile->file->value is not the same.

2 Questions -

1. how can I test for the version of Virtuoso as an environment variable so I can handle this save function accordingly?

2. what is the v6 format for hiSaveAsViewfile->file->value??

many thanks in advance!

  • Cancel
Parents
  • dmay
    dmay over 12 years ago

     What error do you get in your CIW, and what exactly did you try for your Skill code? The command is just: dbGetDatabaseType()

    Don't add the "->" stuff, I was just trying to show you the output of the command. If you are running a really old version of Cadence 5, the command might not be available, in which case you might need to do something like this:

     procedure(myCheckIsOA()
        if(getd('dbGetDatabaseType) && dbGetDatabaseType() == "OpenAccess"
            t
            nil
        )
    ) ;proc

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 12 years ago

     What error do you get in your CIW, and what exactly did you try for your Skill code? The command is just: dbGetDatabaseType()

    Don't add the "->" stuff, I was just trying to show you the output of the command. If you are running a really old version of Cadence 5, the command might not be available, in which case you might need to do something like this:

     procedure(myCheckIsOA()
        if(getd('dbGetDatabaseType) && dbGetDatabaseType() == "OpenAccess"
            t
            nil
        )
    ) ;proc

    Derek

    • 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