Forum Post: RE: How to export/write-out a layout/schematic/symbol view as SKILL?
Hi Andrew, My apologies for this late reply. The dbWriteSkill is exactly what I was looking for. And I do understand the risks with this procedure, and I don't use (or plan to use) this procedure to...
View ArticleForum Post: RE: Custom UI with tabular data
I dont know what you are trying to achieve in a gui, but here is a good example of the menu fields available from cadence support.cadence.com/.../ArticleAttachmentPortal
View ArticleForum Post: RE: How to export/write-out a layout/schematic/symbol view as SKILL?
Hi Sjoerd, It might just be that you've not got the CDF label display settings set to annotate the net names by default. This might be easiest to just have a shared screening session - perhaps you...
View ArticleForum Post: ipcBeginProcess() and system() yield different results
I'm running the following bit of SKILL: grepDRC = ipcBeginProcess("[my regular expression]") ipcWait(grepDRC) resultStringDRC=ipcReadProcess(grepDRC) This returns "\n" when I query resultsStringDRC....
View ArticleForum Post: RE: ipcBeginProcess() and system() yield different results
Not without you showing what the "[my regular expression]' actually is. I'm sure it's not literally that (because that would give an error). Given that system() doesn't return any output - it just...
View ArticleForum Post: RE: Accessing power results from transient analysis in spectremdl
Hello. Thank you for your reply. I seem to be able to use this workaround, meanwhile I have asked my admin to file a change request. I have another problem right here though. I define my measurement...
View ArticleForum Post: RE: ipcBeginProcess() and system() yield different results
Sorry I realize that I didn't explain that well enough. I was just using system because I was not getting the expected result and I was trying to troubleshoot. When I enter a simple regular expression...
View ArticleForum Post: RE: How to export/write-out a layout/schematic/symbol view as SKILL?
Hi Andrew, You're awesome! I had set the CDF label display to show voltages... Changed this to netName and it works. So many places to check... Thanks again. With kind regards, Sjoerd
View ArticleForum Post: RE: how to merge coverage for each instances of the agents
Thanks for the reply Stephen, I can see the bins for the Cover Point here, but I wanted to see the bins that are being created by each instance of the agents. as I am having 20+ instances of the agent...
View ArticleForum Post: How to mirror/flip a PCB design in Allegro Free Physical Viewer?
I am using the Allegro Free Physical Viewer(17.4-2019 S019 [7/14/2021] Windows SPB 64-bit Edition) and after searching endlessly online can't see to find anything about how to flip or mirror a PCB in...
View ArticleForum Post: RE: Control flow when a return from an expression is nil
ShawnLogan Thanks! it works if I do not include the arithmatic operation. Andrew Beckett Thanks! I will try it later.
View ArticleForum Post: Any efficient way to do calibration using calcVal and MonteCarlo...
I basically want to execute a calibrated simulation. The inner loop sweeps the design variable. The second loop sweeps the code. The third loop, i.e., the outer most loop, runs the MC. I can do this...
View ArticleForum Post: RE: ipcBeginProcess() and system() yield different results
Hi Kevin, In general backslashes in SKILL need to be escaped as they are special to SKILL. I didn't have "rg" installed, so I located it and downloaded it to try it out. Other than the backslashes...
View ArticleForum Post: RE: Any efficient way to do calibration using calcVal and...
Please contact customer support - I'm not sure you should need to use run plans to do this, but the precise requirement is not clear and would benefit from having an application engineer having...
View ArticleForum Post: RE: Accessing power results from transient analysis in spectremdl
Can you share a plot (in ViVA) of the OUT signal? Andrew
View ArticleForum Post: RE: DC Convergence Problem When Simulating a Post-Layout r_c and...
Hi Andrew, Now I'm running the whole simulation in ADE. It works well with when high performance simulation is chosen in ADE and APS is selected.. But I believe the accuracy has been compromised upon...
View ArticleForum Post: RE: ipcBeginProcess() and system() yield different results
Perfect, thanks a lot!
View ArticleForum Post: Save DC operating point set on from SKILL code
Hi all. I am using IC6.1.8-64b.500.10 Is there a way to control marked field property from skill code ? I need to be sure that it is set on before continuation of further skill calls. I am reviewing...
View ArticleForum Post: RE: Accessing power results from transient analysis in spectremdl
This is how the waveform looked earlier: After increasing the period in vpulse, this is how it looks: This is the updated testbench: // View name: schematic I2 (0 IN OUT net7) char V0 (IN 0) vsource...
View ArticleForum Post: RE: Accessing power results from transient analysis in spectremdl
Er, this seems kind of obvious. Your transient time is only 1us (the log file shows this, and the MDL earlier shows " run tran( stop=1u, autostop='yes )"). From your ViVA plot and your revised...
View Article