• 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. Issue creating VIAs in SKILL

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 12986
  • 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

Issue creating VIAs in SKILL

egolowen
egolowen over 12 years ago

Hi,

I am using a replay file in order to instantiate a bunch of VIAs in a layout. I first tried creating the VIAs manually (which worked just fine) and took the commands which came up into the CIW and used those in my SKILL code generated replay file.
Howver, when I run the SKILL code the VIAs aren't being created and I get the following error:
*WARNING* (VIA-3179): Cannot create via at selected location. An intersection of two shapes must be indicated.

Here is the code I am using (where cmds is my replay file and object is the VIA definition):
fprintf(cmds "leHiCreateVia()\n")
fprintf(cmds "le0ViaForm->viaSingleModeScrollView->viaDefName->value=\"%s\"\n" object)
fprintf(cmds "leSetEnv(\"orientation\" \"%s\")\n" orient)
fprintf(cmds "%f:%f\n" x y)

Like I mentioned earlier, adding in the VIAs manually has no issues.
I'm not sure if this is something to do with environment settings or my actual SKILL code - any suggestions would be appreciated.

Thanks,
Elizabeth

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Hi Elizabeth,

    You'd probably be better off using dbCreateVia (maybe using lxComputeViaParams() to compute the parameters you need for the vias), rather than trying to replay interactive commands.

    There are quite a few posts in these forums related to placing vias, so if you do some searching on these functions, you'll hopefully find something useful.

    Kind Regards,

    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