Forum Post: RE: Usage of variables belonged to different measurement...
Hi, maybe export real V = dc_run->V_a - ac_run->V_b
View ArticleForum Post: RE: Translate ConceptHDL to Orcad
No solution for the Schematic but, you could use the PCB Librarian Expert to Open the HDL library "cells" and Export Capture parts. Like any translation you would need to verify the results. Whether...
View ArticleForum Post: RE: Invoke Callbacks in Pcell and PVS
Tobias, Happy to see you using my code to good effect! Anyway, what you should do is to add a file called "libInit.il" inside the library containing the pcell. This file should then load the...
View ArticleForum Post: RE: Data conversion between Python scipy and numpy and SKILL
The only real ways to do it are either by sending stuff through the IPC links that you've found about, or better still for large volumes of data would be to write temporary files in (say) /dev/shm (or...
View ArticleForum Post: RE: Usage of variables belonged to different measurement...
Hi, Thanks a lot. It worked. Regards
View ArticleForum Post: Ocean: Reduce Spectre verbosity
Not sure if this is the right forum to post this in. I'm starting to use ocean for parametric analyses and it seems to run a bit slower than using ADE. This thread from 2013 said reducing the CIW...
View ArticleForum Post: RE: Ocean: Reduce Spectre verbosity
Can you give the URL to the older thread? Your link has ended up getting broken (I'm guessing something got mangled when you used the link button in the formatter?) I just want to remind myself what I...
View ArticleForum Post: RE: Ocean: Reduce Spectre verbosity
Hi Andrew, thanks for the reply. This is the thread: https://community.cadence.com/cadence_technology_forums/f/48/p/22842/1321125#1321125
View ArticleForum Post: RE: vbit source in analogLib
Thank you Andrew. Change to spectre and it's working. Best regards
View ArticleForum Post: RE: Ocean: Reduce Spectre verbosity
Hi Matthew, Thanks - that helped jog my memory. Provided you're using IC616 ISR6 or later, you can add: envSetVal( "asimenv.misc" "includeSimLogInOCEAN" 'boolean nil) to the beginning of your OCEAN...
View ArticleForum Post: RE: Save Display Information
Hi Magistus, If I only have a copy of the display.drf file in my home directory (where I always load my display file), adding drLoadDrf("./display.drf" nil) in cdsinit doesn't work. But, if I have a...
View ArticleForum Post: RE: Translate ConceptHDL to Orcad
Thanks for your comments, I was able to use PCB Librarian Expert yesterday, while the library after translation is not good, I have to move lines/pins to make ti snap to the grid, so I draw new ones by...
View ArticleForum Post: Display name of a cell child on schematic
Hi, I have a design with generic cells with identical symbols. These cells contain different devices but always a single one (blackbox). I would to know if it was possible to display the name of the...
View ArticleForum Post: RE: .cdsplotinit and trying to print schematics on 11x17 paper
Hi Miguel Thanks for creating the new thread. Would you please have a look at COS article 11149694 ? I have fixed the broken link issue. Best regards Quek
View ArticleForum Post: RE: Invoke Callbacks in Pcell and PVS
Hello, I added he libInit.il and loaded the CCSinvokeCdfcallbacks.il there. But now I call: CCSinvokeCdfCallbacks(cv ?callInitProc t ?useInstCDF t) I get the following errors from xtream: *WARNING*...
View ArticleForum Post: RE: Invoke Callbacks in Pcell and PVS
Ok I solved the problem when I give the CCSinvokeCdfCallbacks() function an order for the parameters to trigger the callbacks it will work for some reason in Xstream too.
View ArticleForum Post: RE: Save Display Information
Jing, If it's in your home directory, wouldn't you need to do drLoadDrf("~/display.drf") instead? Using ./display.drf will only work if it's in the working directory. Andrew.
View ArticleForum Post: RE: Changing instance properties though SKILL
Hi Derek, When I try inst~>? , I won't see "totalWidth" in the output. But why when we type "inst~>totalWidth", there are output value? Hope you may help. Thanks ShyJiun
View ArticleForum Post: RE: Changing instance properties though SKILL
ShyJiun, There are two possibilities here. First of all, instance properties have objects of their own, and aren't directly visible on the inst object. There is a list of such property objects which...
View Article