Thursday, January 08, 2009     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: easy way to replace via in board file
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
mihaii
Posts: 0
Online: User is Offline
4/11/2006 2:43 PM  
Hello,

Any easy way to replace a via in a design without the use of skill.
Thanks,

Mihai
Randy R.
Posts: 52
Online: User is Offline
4/11/2006 3:16 PM  
Tools->Padstack->Replace, then put in the old and new padstack names.  Can do for the entire board or just a single via.  You can also record these steps in a script and assign it a keyboard shortcut.

G'Day,

G'Day,
mihaii
Posts: 0
Online: User is Offline
4/11/2006 3:49 PM  
I tried the first suggestion and it worked.
I have created a .scr per your suggestion, but when I run it the script replaces all the vias with the desired padstack.
Randy R.
Posts: 52
Online: User is Offline
4/11/2006 3:54 PM  
On the script be sure to check "Macro record mode".

When recording the script: after inputing the padstack names and before clicking on "Replace", check the box "Single via replace mode".

G'Day,
mihaii
Posts: 0
Online: User is Offline
4/11/2006 4:03 PM  
when I try to do that the Single via replace mode is grayed out.
Randy R.
Posts: 52
Online: User is Offline
4/11/2006 4:23 PM  
That's different from the version of 15.5 I'm running.  As soon as I enter the "Old" padstack name, that box isn't greyed out any more.  That's why I said to select that box after entering your padstack names.

G'Day,
mihaii
Posts: 0
Online: User is Offline
4/11/2006 4:38 PM  
When I try to replace the padstack by clicking on via to grab the old pastack info the sigle via replace mode is not greyed out, but when I try to manually entering the old and new padstacks the single padstack replace is greyed out.
The reason why I manually need to manually enter the padstacks is for the script to record padstacks instead of my x/y coordinates.
Can you by any chance send me this script and I can try and see if it works.
You can use any two padstacks and I will replace yours with mine.
Thanks,

Mihai
Randy R.
Posts: 52
Online: User is Offline
4/11/2006 5:22 PM  

The reason the box stayed greyed out is because you didn't pick the old padstack in the board file instead of using the list.  Try the following script.  Replace "my_new_padstack" with your new padstack (note that the padstack name must be in quotes).  When you run the script, the command window will say "Pick origin for macro".  At this point you pick the center of the via you want to replace (your grid must be fine enough to accurately pick this via).  The via will be replaced with the padstack name in the script file ("my_new_padstack" in my example).  If you're doing multiple replacements, you may want to turn off On-Line DRC, then turn it back on when you're done.

# Allegro script
# start time: Tue Apr 11 17:09:25 2006
# Version: 15.5 s047 (v15-5-81BV) i86
version 15.5

setwindow pcb
trapsize 155
# Macro file: coordinates are relative to pick on replay.
replace padstack
pick_origin
pick rel grid 0.00 0.00
setwindow form.mini
FORM mini newname_browse 
fillin "my_new_padstack"
FORM mini viamode YES
FORM mini replace 
setwindow pcb
done

# stop time: Tue Apr 11 17:09:55 2006


G'Day,
mihaii
Posts: 0
Online: User is Offline
4/12/2006 9:05 AM  

Randy,

It worked.
Thank you so much.

Mihai

Alex1202
Posts: 7
Online: User is Offline
4/20/2006 1:35 PM  
I think you can also use the group edit to replace the via in area.
Posting to forums is available to community members only.
Login or Register

Forums > Silicon-package-board > PCB Design > easy way to replace via in board file


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.