Forum Post: AWD and wavescan in session-->options of ADE in Cadence 6
Hi, Do we have AWD and wavescan options in Cadence IC6 ?? How to use these in Cadence 6, if we don't have a direct options ? Thanks in advance
View ArticleForum Post: RE: AWD and wavescan in session-->options of ADE in Cadence 6
Neither exist in IC6.1.X. AWD (which was very old technology) was not ported to IC61 at all, and wavescan was transformed into a new tool called "ViVA" (Virtuoso Visualization and Analysis). It...
View ArticleForum Post: Add a button into transCdlOutForm
Hi everyone, I just try to add a file browse button for cdlOIncFile ("include file") in transCdlOutForm when i ues it, the code as follow: cxtPath=prependInstallPath("/etc/context/transUI.cxt")...
View ArticleForum Post: Simulation model for floating gate
Hello, I need small help regarding the floating gate device. I am designing a non-volatile memory cell and I do not have model for floating gate. So I used the Voltage controlled current source to...
View ArticleForum Post: Descending into a group from figure coordinates in layout
I have groups (figure groups) within groups ..., i.e. nested groups. From the toplevel of the hierarchy, I would like to descend to the geometry under point. Given that I cannot select the geometry at...
View ArticleForum Post: RE: Call a function after the user has selected something in the...
Ok, that should not be a problem, as the entries are not supposed to be modifiable. Is there an easy way to allow the user to delete a row from the report field?
View ArticleForum Post: RE: Design Entry HDL SKILL, PACK_TYPE, VALUE, cnSkill commands
Hi, I don't know if you look at the Support Home - Resources -SKILL Information...inside in the Concept Skill Code menu, there are some skill code (stdAcces.il, getDesignPages.il...) that maybe helps...
View ArticleForum Post: RE: Add a button into transCdlOutForm
Hi, I tried your code in IC617 (ISR3) and it worked (the button is quite a way off the form, I had to scroll to see it). Perhaps the version you are using has a bearing on this issue, which version are...
View ArticleForum Post: RE: Add a button into transCdlOutForm
By the way, the version I tried already has a Browse button for the Include file field, so it wouldn't be needed anyway. You must be using a much older version?
View ArticleForum Post: RE: Customising Forms
Thanks Andrew, that solved the problem :-). I would like to ask one more thing: is there a way to get the value of a bind key ? In my case I have a script with several functions. The main function...
View ArticleForum Post: RE: Traces constantly becoming disconnected from pads for unknown...
When routing, pins and vias are selected and snap to connect point is enabled. The problem is not the initial routing. The problem is that traces that were initially successfully routed (meaning the...
View ArticleForum Post: RE: can't reduce upper y extent
The Page Size will need to be set to "other" to have "free control" of the page size, AND, as Steve mentioned, you won't be able to make the Page Size any smaller than the space required to hold all...
View ArticleForum Post: RE: Descending into a group from figure coordinates in layout
If you are just editing groups interactively, have you tried turning on/off the groups transparency? Enable the Options toolbar Toggle the Transparency Group Paul Just working something, you have to...
View ArticleForum Post: RE: geAddNetProbe to current Window
Andrew thanks for the help, I have another question regarding the geAddNetProbe function. Is there any way to use this function as a "db" function, meaning can I pass it a cellview id instead of a...
View ArticleForum Post: RE: geAddNetProbe to current Window
No. The ge.*Probe functions all require a window id. I'm not really sure why you want to pass a db id since this requires a graphics editor window for it to be useful anyway? Regards, Andrew
View ArticleForum Post: RE: Customising Forms
José, I'm not sure what you're trying to achieve here. hiGetBindKey() would get a bind key definition, but I'm not sure that's what you want. Regards, Andrew.
View ArticleForum Post: RE: Call a function after the user has selected something in the...
You could add a context menu (Right Mouse Button menu) over the field and that could be used to remove the row. There is info on adding context menus in the documentation (i.e. cdnshelp). Regards, Andrew.
View ArticleForum Post: RE: geAddNetProbe to current Window
I've tried to summarize what I'm looking to do in the code below. I'm looking for any way to capture the "hiGetCurrentWindow" value of each cv as I loop through the hierarchy?...
View ArticleForum Post: RE: Descending into a group from figure coordinates in layout
Saw a problem with the script, updated. Its some to build on. I have not added for other variables in the group, anything other than a shape. procedure(ausPSXeditInPlaceFigGrp() let( (shpDb grpDb (cv...
View ArticleForum Post: RE: Descending into a group from figure coordinates in layout
Hi Paul, thanks for code snippet, I will give it a try. -f
View Article