• 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. Adding a permenent manu to a virtouso application windo...

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 13859
  • 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

Adding a permenent manu to a virtouso application window

TauStudent
TauStudent over 12 years ago

Hello,

I wrote a small script that add's a pulldown manu to my application window,

in order to use it i open my cellview and run load("..script path..") in the CIW.

I wanted to ask if there is any way to make the manu appear by itself ? 

(and only when a specific application is opened - layout suite L in this case)

Thanks .

  • Cancel
  • skillUser
    skillUser over 12 years ago

    Hi,

    You could do this through a user menu trigger registered with the deRegUserTriggers function.  Andrew provided a good example in this post.  You could also do this through a menu file, e.g. layout.menus, but since you've already written this in SKILL it might be easiest to use the deRegUserTriggers approach.

    Best regards,

    Lawrence.

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

    Thanks for the replay, but if i understand correctly i will need to run

    procedure(myManuTrigger(_args)
     ...
    )
    deRegUserTriggers("maskLayout" nil myManuTrigger)

    to register the trigger every time i open virtuoso, is there a way to register it permenetly ? 

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

    Add the code in your .cdsinit file - this is the file that is loaded at startup by Virtuoso.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • TauStudent
    TauStudent over 12 years ago
    Thanks !, that solves my problem :)
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • psill00
    psill00 over 12 years ago

    You can do this without scripts or triggers by using the *.menus files

    Find your install path getInstallPath() and look at the files in etc/tools/menus. There should be a README file there to how to setup and customized your menus. You can create global custom menus in your home directory or project specific where to start up your Cadence session.

    • 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