• 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. Help on creating via at specified points

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 143
  • Views 15879
  • 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

Help on creating via at specified points

venuuuuu
venuuuuu over 13 years ago

 hi all,

       First i planned to draw the prBoundary where i want to place the contacts. When I run this code  the contact's are placed at where mid point prBoundary layer in layout. But previous values of rows and columns are created at latest prBoundary.

 My code is below. What is the problem. Is there any code to getspecified contact at specified location.

 cv = geGetEditCellView()
lpp= list("prBoundary" "drawing")
shapes = setof(y cv~>shapes y~>lpp==lpp)
;x=layerselect
x=car(shapes)
y1=yCoord( upperRight(x~>bBox))
y2=yCoord( lowerLeft(x~>bBox))
x1=xCoord( upperRight(x~>bBox))
x2=xCoord( lowerLeft(x~>bBox))
dx=x1-x2
dy=y1-y2
mx=x2+(x1-x2)/2
my=y2+(y1-y2)/2
no.columns=round((dx-.2)/.4)
no.rows=round((dy-0.2)/.4)
leHiCreateContact()
hiRegTimer("le0ContactForm->rows->value = no.rows" 1)
hiRegTimer("le0ContactForm->columns->value =no.columns" 1)
hiRegTimer("hiiToggleEnterForm(le0ContactForm)" 1)
mx:my
cancelEnterFun()

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    I've already said that this can't be done with normal vias (e.g. symContactDevice) because the parameters are class parameters, not instance parameters. I've also explained how this can be done with a cdsVia, and have pointed you both at an example and also where in the documentation it explains how to create these in the tech file.

    It's unclear to me what more information I could provide that I have not already provided. Did you take a look and try the example, and did you read the documentation?

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    I've already said that this can't be done with normal vias (e.g. symContactDevice) because the parameters are class parameters, not instance parameters. I've also explained how this can be done with a cdsVia, and have pointed you both at an example and also where in the documentation it explains how to create these in the tech file.

    It's unclear to me what more information I could provide that I have not already provided. Did you take a look and try the example, and did you read the documentation?

    Regards,

    Andrew.

    • 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