• 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. how to make a cellview read-only?

Stats

  • Replies 1
  • Subscribers 150
  • Views 29
  • Members are here 0

how to make a cellview read-only?

JJ202502261359
JJ202502261359 12 hours ago

I want to implement the "Make Read Only" function found in the Virtuoso menu using SKILL.

Virtuoso must revert to the last saved state without closing the layout GUI.

1. dbPurge() has an issue where the GUI window closes.
2. When proceeding with dbReopen("r") after hiUndo() multiple times,
   the undo operation is incomplete due to the limit on the number of undo steps.
3. If I open a layout in "r" mode and then modify it using `dbCreatePath`, the action cannot be undone.

Based on points 1, 2, and 3, implementing "Make Read Only" using Skill proved difficult.

Is there a possible way to do it

  • Cancel
  • Sign in to reply
Parents
  • Andrew Beckett
    Andrew Beckett 5 hours ago

    cv=geGetEditCellView()
    dbRefreshCellView(cv) ; restore to what was on disk if there were edits
    dbReopen(cv "r") ; make readonly

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett 5 hours ago

    cv=geGetEditCellView()
    dbRefreshCellView(cv) ; restore to what was on disk if there were edits
    dbReopen(cv "r") ; make readonly

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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.

© 2026 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information