Forum Post: RE: Setting the X/Y Variable When Creating a Waveform
Thanks, using the xv->units = "Hz" and yv->units="dB" worked great.
View ArticleForum Post: Create guarding pcell
I would like to create guarding pcell. What is the correct way to implement it ? Should I implement guard ring using rod command ? Someone mentions fluid guard ring (FSR). I am new to FSR. Could you...
View ArticleForum Post: Library manager open as new tab, not new window?
In the library manager, is it possible to set the double click on a cellview to open not as a new window but as a new tab in the current window (e.g. defined by hiGetSessionWindow(getCurrentWindow())?...
View ArticleForum Post: RE: Exporting from Encounter to Virtuoso using DEF doesn't...
I figured out what the problem was with this situation. It turned out that the technology file in the PDK was using different via names than the technology file being used by virtuoso, despite the fact...
View ArticleForum Post: Virtuoso is not importing wire-patches/rectangles defined in DEF...
Hello Cadence Friends/Experts, I am facing an unexpected problem where something defined as specified in the LEF/DEF 5.8 Language Reference documentation, doesn't import into Virtuoso (version...
View ArticleForum Post: OrCAD Capture TCL to Iterate over all pins of a part in a Library...
Hi All, I am new to TCL scripting in OrCAD Capture and wanting to write a simple script to iterate over all pins of a part (multiple sections) in a Library file, and to print each of the pin number. I...
View ArticleForum Post: RE: Create guarding pcell
Hi ManChak, Here's a link to the IC616 FGR documentation there is a section for installation, creation and editing. A ROD structure might be an easier way to go, you could develop the structure...
View ArticleForum Post: how can i compare lines after match pattern in skill
Hello , I have 1 file which contains 2 parts.One part is the schematic hierachy tree.Another part is the layout hierachy tree.(looks like below) Based on this file, how can i compare the schematic...
View ArticleForum Post: RE: How to determine the direction of a wire out of a symbol pin...
Hi Michele I also wrote a piece of code to create the stub, exactly like yours. I hope you have implemented the code. Here I'd like to mention that, inside cadence, there is already an API to do it....
View ArticleForum Post: RE: how can i compare lines after match pattern in skill
Hi acom I take a look on the hierarchy tree of schematic/layout. The tricky part is that the hierarchical information is shown by the order and indent. What I am afraid, is that if you want to make a...
View ArticleForum Post: RE: how can i compare lines after match pattern in skill
Hello Yi, Thanks for your reply here.I shared the same idea with you :) But the difficult part for me is that i don't have a good way to transfer the file into 2 lists/structures. There are tens of...
View ArticleForum Post: RE: how can i compare lines after match pattern in skill
Hi Ada You can always try with a short list. most important thing is to defined your structure format. One thing cross my mind, the cell may come from different lib. So, unfortunately, you may need to...
View ArticleForum Post: RE: OrCAD Capture TCL to Iterate over all pins of a part in a...
You need to read the earlier sections of the User Manual. You have the "inner loop" in your code example above, you will, probably, need to Start a Session, then Open a Design (Library is the same...
View ArticleForum Post: how to deal with multiple waveform families as input for the...
Hi All I am developing a special function used in the calculator. It would process 2 waveforms. I have finished the code if the 2 waveforms are single "waveform" (drIsWaveform() ==> t). I met some...
View ArticleForum Post: RE: How to use PSS+PSTB or PSS+PAC to simulation the loop gain of...
Hello Andrew, these pictures show my test bench and simulation results: Schematic : the opamp made of VCCS (1 mS), resistor (1M Ohm), capacitor (1f P), with gain of 80dB, all the other capacitors are...
View ArticleForum Post: RE: How to fix warning from Spectre about a missing bulk-source...
Hi Mohd, I am receiving a similar error. Did you end up solving this issue? Thanks.
View ArticleForum Post: RE: ADEXL Monte Carlo Group Jobs
Thanks Frank and Andrew. Both of these methods worked to break up the runs without having them all run in parallel at the same time. With Frank's method I started my ADE XL run 256 iterations and Max...
View ArticleForum Post: RE: Annotating bussed terminal voltages with cdsTerm()
Hello, not sure whether that is the best way to interact but I am using 6.1.7 and I just found the same problem: cdsTerm("my_bus ") returns nothing while cdsTerm("my_bus ") returns only one voltage out...
View ArticleForum Post: RE: Create guarding pcell
Hi Lawrence, Thank you for your info. I will try your suggestion. Thanks, ManChak
View ArticleForum Post: What is the difference between "hiCreate....Field" and...
Hi All Does anyone know the difference between " hi Create....Field" and " ahi Create.....Field". When I look at some codes for special functions provided by Andrew Beckett, I notice that " ahi...
View Article