Change Pins from VSS to DVDD and vice versa in the Schematic
Hi All, I am trying to change the pin names and the net names in the schematic. I am trying the following code for changing the pin name:- cv=geGetWindowCellView() allPins=setof(x cv~>shapes...
View ArticleRE: Change Pins from VSS to DVDD and vice versa in the Schematic
In Schematic I am using cv~>instances approach to get allPins, Still it doesnt work Thanks Utkarsh
View ArticleRE: Change Pins from VSS to DVDD and vice versa in the Schematic
Well, that code wouldn't work in the layout either. There are several things at issue here: You're searching for the pin name - which almost certainly doesn't matter. You probably want to be changing...
View ArticleRE: Library Manager display settings
Aldo, They're saved in .cadence/libManager/displayPrefs (which is an XML file). Because it's in .cadence the libManager/displayPrefs will be searched for in .cadence directories that are in the...
View ArticleRE: Custom "window"-ed form, assign "Enter" for specific callback.
[quote userid="377136" url="~/cadence_technology_forums/f/custom-ic-skill/38309/custom-window--ed-form-assign-enter-for-specific-callback/1353733#1353733"]There should be way to trigger a CB in window...
View ArticleHow to find frequency for ring oscillator in Monte-Carlo analysis?
Hi How to find frequency for ring oscillator in Monte-Carlo analysis? thanks
View ArticleRE: How to find frequency for ring oscillator in Monte-Carlo analysis?
Really? That's a pretty broad question and it's not clear what you don't know. Well, you need to set up your basic simulation - either: Use PSS analysis (in oscillator mode) and then use the Direct...
View ArticleRE: Change Pins from VSS to DVDD and vice versa in the Schematic
Hi Andrew Thanks a lot for the answer, (I will try this code and will come back if I face any issue) I have a little doubt, The reason why I have not used rexReplace in this fashion...
View Articlebindkey to toggle between leHiMarkNet() and leHiUnmarkNet()
Hi all, I want to implement a (only 1) bindkey to toggle between leHiMarkNet() and leHiUnmarkNet(). I am not sure how to find out whether or not the current cell view has a net that is being mark by...
View ArticleRE: bindkey to toggle between leHiMarkNet() and leHiUnmarkNet()
Hi, If the current window does not have a flag set with markNets then you can set it by yourself. if(hiGetCurrentWindow()~>markedNets then hiGetCurrentWindow()~>markedNets = nil leHiMarkNet()...
View ArticleRE: bindkey to toggle between leHiMarkNet() and leHiUnmarkNet()
Ramakrishnan's suggestion of using a flag on the window object to keep track of the toggle state is the best you can do given that there isn't really something to tell you whether anything is marked or...
View ArticleRE: PhysConfig: force to descend
That would be cphSetInstForceDescend. You'd need to have an open physConfig (e.g. using cphFindOpenConfig or cphOpenConfig). There are also APIs to set force descend on cells and occurrences too....
View ArticleRE: controlling mismatch & other related queries.
Some attempts at answers: Yes, although the variation probably isn't "the same statistical variation". The standard deviation is likely to be different for mismatch and process variation. The...
View ArticleRE: Assura LVS Parameter Mismatch Error
Jim, auLvs and auCdl are two different netlisting approaches. auLvs was originally a netlister for Diva - for Assura it doesn't actually produce an "auLvs" netlist, but uses the same CDF information to...
View ArticleRE: How to properly handle wave family in custom calculator function
Andrew, Thank you for replay. I have two additional questions: 1. I saw examples of famMap usage like you described. I checked manual for function famMap. It says "Applies a function with a set of...
View ArticleRE: How to find frequency for ring oscillator in Monte-Carlo analysis?
Hi Andrew first of all thank you for your replay. I use cadence 6.14 and calibre 2011, and tsmc 130nm technology. i need to how the process variation of nmos and pmos affect the frequency of the ring...
View ArticleRE: How to properly handle wave family in custom calculator function
Alex, Yes, famMap will iterate over families in all the arguments together, so it will work pair-wise as you desire. The second question I can't really answer, as it almost certainly depends on what...
View ArticleInnovus: Does not detect Inverters in library
Dear all, I'm using Innovus to P&R a design consisting of custom made cells. The cells have been characterized and compiled into a .lib file using Synopsys SiliconSmart. Everything works as...
View ArticleWhy 1 Is Not a Prime Number
It's Presidents' Day and Cadence is on holiday. So time for me to write about something that is interesting (well, it's interesting to me, anyway) but not directly anything to do with semiconductors or...
View ArticleRE: resizing a schem symbol
Had the exact same problem. After selecting All bits and pieces including the bounding box many square dots became pink, showing objects that did not appear when downsizing the bounding box. I managed...
View Article