Forum Post: RE: Finding the minimum voltage from a bus of signals
Hello, you could use: ymin(value(VT("/vout ") 3e-10)) Kind regards, Matthias
View ArticleForum Post: RE: spectre captab: 1) negative capacitance 2) not reciprocal values
Hi Zoltan, maybe this articl e from cadence.support.com covers your problem. Kind regards Matthias
View ArticleForum Post: RE: How to append a plot from a .csv file on to an already...
Thanks a lot. When I enter the command in CIW, it is generating a wave and I am able to plot it by plot() command in CIW. But, in Calculator, by entering the commmand and then pressing the plot button...
View ArticleForum Post: RE: Optimization method in ADE_XL or ADE_GXL
Dear Andrew, I have read the documentation help about cadence optimization tool. I have some questions please which I couldn't find the answer after reading the document I have a question about...
View ArticleForum Post: insert stimulus internal module signal
I have a verilog testbench in order to perform gate level simulation of a module. I want to inject a transient voltage at the output of specific gates inside the module but can't find a way to do it. I...
View ArticleForum Post: PDN ANALYSIS
Hi, Anyone tell me Allegro PDN Analysis version 16.6 tutorial for performing PI AND PDN Analysis. Regards, Srinivas.
View ArticleForum Post: RE: Change print paper size
If it doesn't say: Info (cdswhich): Cadence software is not configured to locate file '.cdsplotinit' via Cadence Search File mechanism in the first case, then you would need to look at the locations in...
View ArticleForum Post: RE: Change print paper size
"cdswhich setup.loc" returns the same location where the .cdsplotinit file is which is writable by admins only
View ArticleForum Post: RE: invoke modelwriter
This depends a bit on where you are in the world - if you are in a European University you can contact EuroPractice for support (if under their scheme). Most of the rest of the world has a University...
View ArticleForum Post: RE: Change print paper size
That doesn't surprise me - it's probably a site-wide location. However, what you need to do is look at the contents of the setup.loc file in that location - this will tell you all the directories that...
View ArticleForum Post: RE: Change print paper size
I went through the list of directories in the setup.loc file and they are all managed by admin.
View ArticleForum Post: RE: Need to reduce the height of a particular text layer inside...
Hi Andrew, Sorry, I should have elaborated the example code a bit more. This is what I meant: ;;; first find out whether or not the lpp is used in the layout... when( member( list( layerName purpose )...
View ArticleForum Post: RE: Change print paper size
I suggest you speak to your admin then! Regards, Andrew.
View ArticleForum Post: RE: Need to reduce the height of a particular text layer inside...
Hi Sjoerd, Other than the code not working because cv~>lpps is a list of dbObjects not a list of lists (of layer and purpose names), the pattern of first finding a list of all shapes which match the...
View ArticleForum Post: Move a trace - The Polygon FILLS IN
This is quite simple, but I can find nothing that tells me what to do... I have a small board with a filled polygon on the top layer. And traces on the bottom layer. Using through hole components. The...
View ArticleForum Post: RE: Custom Layer Views Changed from 16.6?
Spammer. Translated from Dutch a shoe seller. Everyone please flag.
View ArticleForum Post: RE: the load pcell only show error marker
thank you Andrew. that's solved the problem! But sorry i made a mistake. this is not the code i want to ask, I paste the wrong code. what i want to ask is the code below: when i load the code in CIW,...
View ArticleForum Post: RE: the load pcell only show error marker
There are a few mistakes in the code (see the comments with "ANDREW"). I corrected them with the original format here: pcDefinePCell( list(ddGetObj("RFlib") "xfmr_test" "layout"), ( (di float 3.0e+01)...
View ArticleForum Post: RE: How to create autocomplete text strings?
Hi Harish, I had a similar problem, and this is how I solved it. procedure( BuildGui() let( ( ( theLibList nil ) ) theLibList = sort( ddGetLibList()~>name nil )...
View Article