Forum Post: RE: Problem with GUI for custom calculator function
You're not doing anything wrong. The Kf() function does not have a mandatory argument, in fact it doesn't (normally) take any arguments and so it makes no sense for it to expect something in the...
View ArticleForum Post: RE: Have spectre or OCEAN print selected dcOpInfo for a...
Michele, The info analysis in Spectre doesn't really give you any options to limit the portion of the hierarchy for which the data is saved. I believe there is an enhancement request for this...
View ArticleForum Post: RE: Creating data.dm for schematic and symbol
Your request is very vague. A data.dm file can be created at the cellView level, the cell level, or the library level, and in each case it's done using dbOpenBag(). Without more details as to...
View ArticleForum Post: RE: How to change the transient noise seed for each sample in a...
There was a conflict that if the netlist contained both mc_auto_noiseseed and noiseseed then the value of noiseseed won and so the mc_auto_noiseseed=yes had no effect. This was fixed fairly recently,...
View ArticleForum Post: RE: Where are Custom Calculator Functions stored when loaded by...
The issue with embedded quotation marks is clearly a bug - I filed a change request (CCR) 2939660 to get that fixed. There's no caching - it's the reference to the file with the builder tooltip that...
View ArticleForum Post: RE: Cadence Run Preview Customization
I would suggest you contact customer support about this. Andrew
View ArticleForum Post: RE: Change marker and delta marker label and font size.
envSetVal("viva.pointMarker" "defaultLabel" 'string "%Y" ) envSetVal("viva.multiDeltaMarker" "defaultLabel" 'string "[dy:%H]") Andrew
View ArticleForum Post: RE: bad pivoting in transient and DC simulation
Thank you, Andrew. Found it. The reason I was interested in resolving this bad pivoting was that during EMIR analysis, I was getting a convergence issue. The transient runs properly but the EMIR tool...
View ArticleForum Post: Product option not showing properly in Allegro X version?
Hi Team, Following Product shown in another person PC. but same product not able view in PC. if open Allegro PCB editor it is open automatically when license is free. it is chosen PCB designer only....
View ArticleForum Post: RE: Cadence form SKILL Code
Probably you'd want to use a more sophisticated layout for your actual form (I used hiCreateFormLayout, but maybe hiCreateGridLayout would be better - see other examples on this forum). Anyway, a very...
View ArticleForum Post: RE: Axlmeterupdate issue with macro
Hi ABIKRISHNA , can you share more about this script (scr) file? If you can can share the content of scr that will give us more clarity.
View ArticleForum Post: RE: Shell Search in Result Browser
Your fuzzy screenshot doesn't show anything (not sure whether you meant to). Anyway, some answers (I'm not entirely sure what exactly you want to include in the results) If you wanted to find all the...
View ArticleForum Post: RE: Assembler evaluating disabled outputs
Michele, Please contact customer support - something sounds wrong here. Andrew
View ArticleForum Post: RE: Syntax of Vbit source used in spectre simulator in hspice...
Probably better to ask Synopsys, but I think it's something like this: V0 IN and PAT 1.2 0 0.0 10e-12 10e-12 3e-9...
View ArticleForum Post: RE: Accuracy of different simulators: APS, spectre, spectre X
Having the same accuracy does not necessarily mean that you get the same answer. That's because in the APS case you're almost certainly getting better accuracy than the tolerances you've requested -...
View ArticleForum Post: RE: xrun error in AMS simulation
There have been occasional reports of such errors. I would start by ensuring you're running the latest XCELIUM and SPECTRE releases, and if the problem persists, contact customer support (submit a...
View ArticleForum Post: RE: allegro design entry cis 17.4 - export pdf issue
I can confirm that Hotfix 28 works when exporting PDF. I didn't have the issue until Hotfix 38 and 39.
View ArticleForum Post: RE: skill code to do round internal 90 degree corner for...
Raj, This probably won't help you right now, but if you were able to use PCell Designer to create the PCell, that provides a corners command that provides the ability to do this in a PCell-safe way....
View ArticleForum Post: Merge several worklibs
Hi, I find there is a similar question 10 years ago and the answer is out of date, so I come to ask again. I have compiled 2 different blocks in 2 different paths, using basic xrun -f xxxx.f,...
View ArticleForum Post: RE: mmsim_genplugin documentation for compiling C/C++ functions...
Thank you! This helps a lot. I'll contact support if I can't get it working
View Article