• 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. Trigger warning on sessioin start

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 124
  • Views 14630
  • 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

Trigger warning on sessioin start

wgtkan
wgtkan over 12 years ago
Every time I start, a cadence session, I see this warnings:

WARNING* (DEBASE-102068): No user triggers registered for viewType schematicSymbol.

*WARNING* (DEBASE-102068): No user triggers registered for viewType maskLayout.

*WARNING* (DEBASE-102068): No user triggers registered for viewType maskLayoutXL

I do not know where they are coming from. I looked them up in my .cdsinit or .cdsenv to settings.

 

I am using Version IC6.1.5-64b.500.15

Best regards,

 
  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    My guess is that somewhere in either your .cdsinit, or something loaded from your .cdsinit, you have these type of functions:

    deUnRegUserTriggers("schematicSymbol")

    If no user triggers are defined, it will give just that warning.

    Regards,

    Andrew.

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

    I have looked in my .cdsinit and I do not see deUnRegUserTriggers("schematicSymbol")

    Thank you.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • wgtkan
    wgtkan over 12 years ago
    This is all I see regarding Trigger functions in my .cdsinit

    The procAMS.cxt file registers Cadence trigger functions for all editors.

    ;;   This will place the banner, AMSutils, on each edit session

    ;;   A&MS trigger functions are

    ;;       schAMSTrigger          for schematic and symbol editors.

    ;;       leAMSTrigger           for layout and extract editors.

    ;;

    ;;   If the A&MS trigger functions are unregistered by the customer site, the

    ;;   AMSutils banner may be placed by issuing the procedure placeAMSMenu().

    ;;   This function is bound to the PF11 key, or the "Stop" key on the SUN5

    ;;   keyboard.

     

    Thank you

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

    Well, it's almost certainly doing it somewhere in something loaded from the .cdsinit (maybe the procAMS.cxt context file mentioned above - hard to be sure). It could also be done in some SKILL loaded from a library's libInit.il. One way to test if it's in the cdsinit somewhere is to try:

    virtuoso -nocdsinit

    (or icfb -nocdsinit if it's IC5141, but I think you're using IC615).

    Then you'll have to narrow it down yourself in the .cdsinit. It may be in the IBM customization somewhere - I'm guessing - you may be calling one of their functions (such as "placeAMSMenu()" mentioned above) - perhaps somewhere there it is calling these functions.

    Maybe you should speak to IBM (assuming you narrow it down to being part of the PDK).

    Regards,

    Andrew.

    • 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