Monday, May 21, 2012     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: axlSkill func to replace via's by window or group
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
andyk
Posts: 22
Online: User is Offline
3/18/2005 7:55 AM  
THis function allows you to select several vias using multiple selections and group and then replace them with a different via.

Attachment: ak_replace_via.zip

ginop
Posts: 0
Online: User is Offline
3/30/2005 4:02 PM  
Hi Andy,

When I check the library box in the padstacks popup I'm getting the "check for fixed properties and retry" popup warning and would not replace any vias. I could not find any fixed vias. What do you think is causing the problem?

It does work when I include the padstack name of the new via I want to use in the Constraints Manager Physical via list table.

thanks,
Gino
andyk
Posts: 22
Online: User is Offline
3/31/2005 6:16 AM  
This means that there is a fixed property on the via or that something else is wrong, where the function axlRpelacePadstack did succeed. Do a show element, set your filter to vias only and clikc on the via in question.

As you can see in the code below the program takes the list of vias and replaces them and stores the dbids of the replaced objects in "ldbids"
...
(setq ldbid (axlReplacePadstack vias2replace padstk_name))
(if (length ldbid) != cnt then
(sprintf msg "WARNING: Replaced only %d out of %d vias.\n\nCheck for FIXED property and retry." (length ldbid) cnt)
axlUIConfirm(msg)
else
(sprintf msg "Info: Replaced %d out of %d vias." (length ldbid) cnt)
axlUIConfirm(msg)
);
);if

...

In other words we know how many we have to replace and we know how many got replaced.

Let me know if this helps
ginop
Posts: 0
Online: User is Offline
3/31/2005 8:33 AM  
Hi Andy,

In my particular situation the only way I was able to get the replace
via skill program to work was to add the new via name I want
to replace the existing vias in the board in the Constraint Manager
via list. When I did that I did not get any more warnings about fixed
properties. It also did not matter if I had checked the library box in
the padstack pop-up or not. I checked the vias in my board and they do
not have any fixed properties attached to them.

Let me know if you can duplicate the error I'm getting if the the new
via you want to use is not in the board database and not in the
constarint manager via list but only in the library database and you
have to check the library box in the padstack popup.

thanks,
Gino
Posting to forums is available to community members only.
Login or Register

Forums > Silicon-package-board > Shared code - SKILL > axlSkill func to replace via's by window or group


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.