• 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. skill code to copy via2 on via1

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 144
  • Views 14109
  • 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

skill code to copy via2 on via1

IC Layout
IC Layout over 16 years ago

 Hello, Everybody! I have just started my career in Analog Layout Design. I am working for AMD in Hyderabad.

I need a skill code for copying via2 on via1 at selected places. 

  • Cancel
Parents
  • IC Layout
    IC Layout over 16 years ago

     Thank U very much.. Mr.Austin..Your code is working.....

    I have added two more statements to fullfill my intention.......

     cv = deGetCellView()
    via2Id = dbOpenCellViewByType( libName "M3_M2c" "layout" )
    foreach( inst  geGetSelectedSet()
          when( inst~>objType == "inst" && inst~>cellName == "M2_M1c"
                newVia = dbCreateInst(cv via2Id nil inst~>xy inst~>orient)

                newVia ~>rows = inst~>rows

                newVia~>columns = inst~>columns

         )
    )

    Once again. Thank U very much......

    Prabhakar. K 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • IC Layout
    IC Layout over 16 years ago

     Thank U very much.. Mr.Austin..Your code is working.....

    I have added two more statements to fullfill my intention.......

     cv = deGetCellView()
    via2Id = dbOpenCellViewByType( libName "M3_M2c" "layout" )
    foreach( inst  geGetSelectedSet()
          when( inst~>objType == "inst" && inst~>cellName == "M2_M1c"
                newVia = dbCreateInst(cv via2Id nil inst~>xy inst~>orient)

                newVia ~>rows = inst~>rows

                newVia~>columns = inst~>columns

         )
    )

    Once again. Thank U very much......

    Prabhakar. K 

    • 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