Forum Post: RE: How to unload a skill script from CIW window?
Tom, you're right. There's no such thing as an "unload" command. Perhaps Leo could explain precisely what he's expecting to be undone by this mythical unload command? Andrew.
View ArticleForum Post: RE: dbGetTrueOverlaps - abutting layers
Thank you for responding my question. Alright. It's hard to explain it but let me try with this diagram again. The pink and skyblue shapes are all CB layer and they are abutted each other but separated...
View ArticleForum Post: RE: Convert Digital Bus to an Integer value - Calculator Viva
Hi Faisal, I had a few minutes on a plane yesterday (I know how to have fun!), so I threw this together. It needs the code from this post too (I made life easier for myself by reusing some of that...
View ArticleForum Post: RE: Merging the list of lists
Hi Andrew, Max Thanks for the reply. the codes are working fine.
View ArticleForum Post: why in ADE XL monte carlo simulation, the default number of runs...
Can anyone explain how the number of runs influence the results?
View ArticleForum Post: RE: How to unload a skill script from CIW window?
Andrew, I want to use my bindkeys by loading my bindkey.il script in CIW window. But after loading, i want to undo all the changed made by my bindkey.il script to the default(ie. i want to unload the...
View ArticleForum Post: RE: How to unload a skill script from CIW window?
Yes, That's what, they should have an option to "Revert to defaults". Also, not only bindkeys, there should be some way to unload our script if we have loaded our script earlier in CIW. I am afraid...
View ArticleForum Post: Undefined function ipcBeginProcess error during XStream Out
Dear all, I have created a PCell whose callbacks invokes functions from the ipc family. During the instantiation there are no errors or evaluation fails, but when I try to run Xstream Out the following...
View ArticleForum Post: RE: How to unload a skill script from CIW window?
I've never heard of this being an "important thing" for anyone (nor for me either, given that I've been writing SKILL code both as a customer and working for Cadence for > 27 years). As I asked...
View ArticleForum Post: RE: Undefined function ipcBeginProcess error during XStream Out
Hi Chris, sh(), system, and csh() should be possible as these are available in core SKILL. ipcBeginProcess is not a legal function to use in a pcell (this is documented in the PCell documentation as...
View ArticleForum Post: RE: Do the new Rigid-Flex features of 17.2 version of PCB Editor...
Hello Mike, The problem is related to the MENUPATH environment variable. As I had 2 versions of SPB installed in my machine (16.6 and 17.2), it was probably pointing to a folder where it was reading an...
View ArticleForum Post: RE: Undefined function ipcBeginProcess error during XStream Out
Hello Andrew, Thank you for your response. I will try them out. Best regards, Chris
View ArticleForum Post: RE: dbGetTrueOverlaps - abutting layers
You didn't explain what the region of the rectangular area provided to the dbGetTrueOverlaps was. For me, if I provide the bBox of the pink area, it finds the blue shape too. If I provide a smaller...
View ArticleForum Post: RE: Differential Pair Routing Disabled
I'm having the same problem. Did you ever figure this out?
View ArticleForum Post: RE: dbGetTrueOverlaps - abutting layers
I'm sorry. I will try to ask precise questions later. But I got an hint from your reply. Thank you so much. :) I provided VSS pin coordinates on dbGetTrueOverlaps only for getting the CB shape. That's...
View ArticleForum Post: RE: why in ADE XL monte carlo simulation, the default number of...
The default number is completely arbitrary. The number of samples you need rather depends on what you're trying to achieve. It's just controlling the number of samples you have in your experiment;...
View ArticleForum Post: SKILL command to access the database ID of a marknet result in...
Hi All, What is the SKILL command to access the database ID of a marknet result in layout? Because I want to get the width of all the paths, rectangles, vias that are being marked by marknet command in...
View ArticleForum Post: RE: SKILL command to access the database ID of a marknet result...
Hi Marben, I don't think you can directly, but you can save the market result to another cellview and then you can process the shapes in that cellview. Hope it helps. Lawrence.
View ArticleForum Post: RE: SKILL command to access the database ID of a marknet result...
Hi Lawrence, Thank you very much for replying. Best regards, Marben
View ArticleForum Post: VPWLF source in Cadence Virtuoso
Hi, I want to give a voltage ramp signal for a circuit. I am using Vpwlf instant available in analogLib. This works fine if i have same file for all the corners. But I want to run the simulation at...
View Article