• 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. [Continue thread] Change Virtuoso Studio ADE Windows Title...

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 125
  • Views 4664
  • 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

[Continue thread] Change Virtuoso Studio ADE Windows Title Style

SimbaG
SimbaG over 1 year ago

This continues on:

[Thread 1] https://community.cadence.com/cadence_technology_forums/f/custom-ic-design/56852/https-community-cadence-com-cadence_technology_forums-f-custom-ic-design-38053-display-current-view-in-window-title-bar

Andrew suggested a solution which is:

[Solution 1] https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000000nSbFEAU&pageName=ArticleContent

Issue: ADE will change the title back to default format while clicking the save button

Steps to reproduce:

1. Copy the code from the Solution 1 Page. Load the CCSchangeWinName.il.

2. Open an ADE Explorer window. Verify if the window title is changed as we expected.

3. Menu -> Output -> Add -> Expression, and type anything on the expression.

4. Click save, the ADE title now becomes the default style.

I think there is a trigger missing, the trigger should be aimed at saving or at any events that will change the ADE title.

Thanks.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    Which IC sub-version are you using? I'm doing this in IC6.1.8 ISR35, and it seems to work OK for me...

    Andrew

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

    $ virtuoso -V
    @(#)$CDS: virtuoso version IC23.1-64b 06/21/2023 09:33 (cpgbld16) $

    It seems like it only happens on Virtuoso Studio (23+)

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

    On the About page, it is IC23.1-64b.43

    I do not know why the subversion 43 is not included on the virtuoso -V command.

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

    virtuoso -V give you the major version, whereas virtuoso -W shows the minor subversion.

    This is due to a new feature (that's there in IC6.1.8 too, but turned off by default) to update the banner with a * to indicate that the ADE setup has changed. It's on by default in IC23.1 

    The right way is to get the windowNameFormat/iconNameFormat supported for ADE windows (it doesn't look as if there's a CCR for that; I suggest you contact customer support to request this). 

    As a workaround you could turn off the updating of the banner to reflect the changed status:

    envSetVal("maestro.gui" "updateTitleToReflectUnsavedChanges" 'boolean nil)

    Andrew 

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • SimbaG
    SimbaG over 1 year ago in reply to Andrew Beckett

    Thank you very much for the workaround.

    Is there a trigger for the "updateTitleToReflectUnsavedChanges" event?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to SimbaG
    SimbaG said:
    Is there a trigger for the "updateTitleToReflectUnsavedChanges" event?

    This is not an event. It's a cdsenv variable that is checked as part of a function that is called whenever ADE has changed something and determines whether the title should be updated. There's no public trigger that is being used for this, so no, there's no trigger. Which is why I suggested it as a workaround...

    As I said, the right solution is to get ADE to honour the same windowNameFormat/iconNameFormat env vars that are used in other applications in Virtuoso. Then there would be no need to mess around with triggers to solve this problem.

    Andrew

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

    I see, thank you 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