Forum Post: RE: auto sim with multiple dspf files for the same block
Kevin, To use a DSPF view, you have to be using IC617 ISR8 (or ICADV123) or later; prior to that the view existed, but the support to create the supporting database to allow netlisting wasn't enabled....
View ArticleForum Post: RE: Highlighting a group of nets which match a particular regular...
It's not quite a regular expression, but it does have a fair bit of flexibility - I'd suggest using the navigator assistant to do this. Bring up Window->Assistants->Navigator and then (in IC617)...
View ArticleForum Post: RE: Finding of polygons SKILL.
You don't want to flatten the design, because that will create a huge cellView with lots of objects and will be slow and consume lots of memory. As I said, you want to recursively visit the instances...
View ArticleForum Post: Insert a tangent line into a plot
Hi everyone, I want to know if it is possible to insert a tangent line into a plot, tangent to it, with a certain slope and at certain (x,y). Regards.
View ArticleForum Post: RE: Programmatically set y-axis in VIVA in Log Scale
Paolo, If you did a log sweep in the noise analysis, it should get plotted with a log x-axis automatically, and so what I'm suggesting below wouldn't be necessary (it gets the xScale hint on the...
View ArticleForum Post: RE: ADEXL Test Setup using Skill and asiGetSession Failure
You're doing this the wrong way. You should look at this solution which gives an example of how to do this. It doesn't make sense to do asiGetSession() that way and then asiSaveState - what you should...
View ArticleForum Post: RE: Insert a tangent line into a plot
How about using the tangent function in the calculator? Regards, Andrew.
View ArticleForum Post: RE: Highlighting a group of nets which match a particular regular...
Thanks Andrew! That worked like a charm.
View ArticleForum Post: RE: Insert a tangent line into a plot
Hi Andrew, thank you for the suggestion. I have tried that and what I get is not a curve with the slope I want. I get a simple horizontal line with its y-value equal to the slope.
View ArticleForum Post: RE: Insert a tangent line into a plot
That wasn't how it behaved when I used it. You provide a waveform (signal) as the input so that it can use the same x-axis points, an x and y intercept point, and a slope - having done that, it worked...
View ArticleForum Post: RE: Footprint pads naming
I think I figured it out using the PACK_SHORT property. Thanks.
View ArticleForum Post: RE: Programmatically set y-axis in VIVA in Log Scale
Dear Andrew, thank you for your reply. Actually, the axis I want to be displayed in log scale is y-axis (not x). I tried to adapt your solution, using let(((in getData("in" ?result "noise")))...
View ArticleForum Post: RE: Finding of polygons SKILL.
Thenk you Anrew, it works how i want, but after the third time (after first and second time output file is empty, and after the third time report.txt got the coordinats repeated 3 times). Regards, Sergey.
View ArticleForum Post: RE: Insert a tangent line into a plot
I have tried that. The input, as for an example, is the mosfet Ids vs Vgs characteristic. Sub-version .500.12. Thanks.
View ArticleForum Post: RE: Insert a tangent line into a plot
There are probably at least 6 major versions with that subversion (spanning 10 years). What is the full subversion number? Then I'll check and put together a small example. Regards, Andrew.
View ArticleForum Post: RE: Finding of polygons SKILL.
Sergey, Did you close the file after each call to the function - i.e. call the close() function? The output is buffered in SKILL (as with C stdio) and so it may just be that the buffer doesn't get...
View ArticleForum Post: RE: Insert a tangent line into a plot
Sorry Andrew. It pasted only half of the text. This is the sub-version: IC6.1.6-64b.500.12. Thanks for your help. Regards.
View ArticleForum Post: RE: Programmatically set y-axis in VIVA in Log Scale
Hi Paolo, My apologies - I misread your question. Also, the way I suggested is not the best anyway - better to use the underlying vector objects (as this method works for both X and Y axes; there is...
View ArticleForum Post: RE: Insert a tangent line into a plot
No problem - it happens. I just tried in that version. To make it nicer, I used the value() at my desired intercept point so that it intersected the line (this is a DC sweep of VGS for a transistor):...
View ArticleForum Post: RE: Verilog Netlister compatible net-separator in OA ?
Hi Andrew, This is a great hint. By using your method for the netlist - setup and from within the native Virtuoso Verilog / SystemVerilog Integration Environment, I finally was able to receive the same...
View Article