• 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. Adding menu to Layout WINDOW

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 12943
  • 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 menu to Layout WINDOW

sidm
sidm over 5 years ago

Hi All,

I am using a legacy skill code that adds a menu when the design in opened in Layout XL but not when it is opened with Layout EXL.

In short the custom menu doesn't appear when using Layout EXL , can you please suggest what could be the possible reason ?

regards

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

    Your code is presumably using deRegUserTriggers("maskLayoutXL" ...). It would need to also register the same triggers using deRegUserTriggers("maskLayoutEXL" ...).

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • sidm
    sidm over 5 years ago in reply to Andrew Beckett

    Thanks for the reply Andrew.

    Sorry my bad.  I just re-checked. It is not a skill code but part of custom code in .cdsinit file which loads the contexts on virtuoso startup.

    Can it be the case that context loading is supported only for Layout XL & not EXL ?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to sidm

    Context loading is not specific to the application used - it may of course be that the contexts loaded do the deRegUserTriggers and are not doing so for EXL. Contexts are a binary representation of SKILL code (it's a snapshot of the SKILL Virtual Machine).

    I don't think I have enough information to really give you advice. If it is a registered menu trigger, you could look at deGetAppInfo("maskLayoutXL")->userMenuTrigList and see what has been registered, and the register them yourself using deRegUserTriggers("maskLayoutEXL" nil thatMenuTrigger). Of course you may need to also look at the _userPostInstallTrigList for user-postinstall triggers too.

    If this doesn't help, please contact customer support as it will be much easier to see your setup than to guess.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • sidm
    sidm over 5 years ago in reply to Andrew Beckett

    Thanks Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • sidm
    sidm over 5 years ago in reply to Andrew Beckett

    Thanks 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