Forum Post: RE: Unknown error - bad window
No, but then again, I'm not sure whether what you're seeing is the same issue. The other reports were specific to particular forms and only in IC617. So it may be something wrong with your custom code....
View ArticleForum Post: net highlight
Hi, I would like to know how we can highlight a net on schematic when we select it for plotting. I moved to a new version of virtuoso ( 6.1.6.500.13.2), and when I want to select nets from ADE...
View ArticleForum Post: speeding the simulator
Hi, How to speed the simulator apart from multithreading or APS by preliminary settings in ADE like convergence, etc.? I could not do with multi threading option, since it gives me a warning that the...
View ArticleForum Post: RE: General about skill scripting
Note it's very hard to debug code (which I can't run, because I don't have any of the data) if it is so poorly formatted - there is no indentation in the code which makes it very hard to read. When you...
View ArticleForum Post: RE: Not able to copy MPP guardRing using dbCopyFig
Hi Sanket, Something like this: procedure(CCFcopyMPPbyDelta(mppMaster delta) geDeselectAllFig() geSelectFig(mppMaster) preXY(0:0) preXY(delta) leHiCopy() ) Then if you have the master path for the MPP...
View ArticleForum Post: RE: speeding the simulator
Crossing your fingers and hoping? Seriously though, there's not enough information to go on here to stand any chance of being able to offer advice, without writing an entire book such as I suggest you...
View ArticleForum Post: RE: net highlight
No idea why this wouldn't work - it works for me in that version. Please contact customer support - it maybe something in your environment and perhaps we could take a look via a web session. Regards,...
View ArticleForum Post: RE: Not able to copy MPP guardRing using dbCopyFig
Thanks a lot Andrew. Your suggestion did the job precisely. I really appreciate your help. Thanks Sanket
View ArticleForum Post: RE: Design variables in ADE - SKILL functions
If you have ADE XL open, it would be along these lines: axlSess=axlGetWindowSession() sdb=axlGetMainSetupDB(axlSess) cadr(axlGetVars(sdb)) ; this will give you a list of the variable names...
View ArticleForum Post: RE: Disconnecting the IO Port Net
Hi, did anybody get back to you about this?
View ArticleForum Post: How do you do an ECO in Encounter on a design where the top-level...
We would like to do this post-mask. So we have a routed design and we simply want to add and delete top-level IO pins. How do we add and delete IO ports in Encounter? Original: module top ( A, B, C );...
View ArticleForum Post: RE: ADE-XL and matlab debugging
Andrew: Thanks for the explanation! I look forward to trying Explorer and Assembler. -Curtis
View ArticleForum Post: RE: Find a Angle
angle = axlRadToDeg(atan2(dy, dx)) when(negativep(angle), angle = 90 + angle)
View ArticleForum Post: RE: Convert Orcad Capture to Design Entry HDL
Hi Anil, could you please show me where to find Cap2Cond utility? I have searched in Cadence installation folder but not any. Thanks.
View ArticleForum Post: RE: Displaying current through a pin
Hello Andrew, Thanks for the clarification about the Vss and Vdd tap symbols could you explain what you mean by psf results? once I do a dc operating point simulation and save the op. point, how do I...
View ArticleForum Post: RE: Find a Angle
Thanks eDave. This method working correctly but for some values dx ,dy it not calculating correctly. Please see the values below, Skill > angle=axlRadToDeg(atan2(-261.21,-261.21)) -135.0 Skill>...
View ArticleForum Post: RE: How to mimic a click or selection on a waveform in ViVA
Hi Andrew Thank you for your code. It works, and it's exactly what I want. Right now, I can improve our documentation flow inside the team :) Best Regards Yi
View ArticleForum Post: RE: General about skill scripting
Can you please tell me how can i print out the output in any part in the code to be able to know the issue and debug it? Thanks
View ArticleForum Post: RE: General about skill scripting
I'm guessing that if you're asking this, you didn't write the code. I suggest reading the SKILL Language User Guide (it's like a book you might get in a bookshop on a language you're unfamiliar with,...
View ArticleForum Post: RE: Displaying current through a pin
psf is the directory where the results are saved - it contains a set of databases for each analysis. You asked where it was saved, so I said where it was saved. I don't know which version you're using,...
View Article