• 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. Copy selected set to a new layout

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 17238
  • 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

Copy selected set to a new layout

thomas1000
thomas1000 over 12 years ago

 This seems like it should be an easy thing to do but so far I don't see an easy solution.  Starting with a selected set of geometries, I want to copy them to a new layout that is open in another window.  What are the steps?

  • Cancel
  • kb how
    kb how over 12 years ago

    Do you looking for manual way or automated way?

    Since is user interactive (with selected object, and another window open), i assume you're referring to manual way. Just hit "c" bindkey for copy, click on the origin point to copy, then just drag to the new window and click to paste it. That's it.

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

    I have no trouble doing it manually.  I need to know the steps and SKILL functions needed to do it automatically.  I would like to have the new file open in a new tab rather than a new window if possible but would be able to live with a new window.  I don't need a lot of help - just a list of steps and SKILL functions that implement them.

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

    destCvId = dbOpenCellViewByType("libName" "cellName" "viewName" nil "a") 

    foreach(fig selectedSet()
        dbCopyFig(fig destCvId)
    ) 

    dbCopyFig(
    d_fig
    d_cellView
    [ l_transform ]
    )
    => d_fig / nil

    Copies and transforms a figure and places it in a cellview.

    Derek

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

    Thanks!  I will try that out.

    • 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