RE: pin information
Hi LakshmanQual, Here is my script to find pins in the layout. I hope this help. Best regards, Marben /* Purpose : To get pins location in the layout. How to run : 1....
View Articledetermine if an object is part of a ROD
Is there a clean way to tell if a shape in a cellview is part of a ROD (actually MPP is what I'm interested in but other forum answers talk about that piece). foreach(fig cv->shapes...
View ArticleHow to remove multiple Markers quickly in Simvision?
Hi, I have set lots of Markers in Simvision to debug waveform, but the Markers will be kept even if I open another database. Is there any way to remove those markers quickly? Thanks.
View ArticleRE: Change shape color while editing
Hi Ken, this seems very bizarre. Here is a picture editing a shape in 16.6, you can see that when I drag the handles I get a red line to indicate where the shape is expected to be. The shape is on the...
View ArticleHow to embed alphanumeric layer names in OASIS files?
Some say these fantsy pantsy OASIS files support alphanumeric layer names, like "RX" or "POLY", in addition to the usual layer and data type numbers. (I also see that the OASIS standard supports...
View ArticleRE: My PCB Manufactuer claims my drill file is empty
Sounds good James. Glad that worked out Paul
View ArticleRE: How to embed alphanumeric layer names in OASIS files?
Tom, Currently no. There's a CCR (filed by R&D on behalf of the company you work for) which asks for this to be supported - 1884261. Since the format only has LAYERNAME and not something like...
View ArticleRE: determine if an object is part of a ROD
Hi Dan, I don't think there is a simple function to do this. I searched back and found I'd answered this as follows for a customer a few years ago: The only way I can think of doing this is to do...
View ArticleRE: Default font size for Virtuoso Visualization & Analysis
What do you mean by the "ADE XL fonts size"? (Oh, and the forum guidelines ask you not to post on the end of old threads, especially as it doesn't appear to be related to the original question).
View ArticleRE: Defining waveform thicknesses and colors on a white background in VIVA
Well, you could just use drGetColor("display" "blue") to retrieve the data, So something like: (defun abDisplayColorToHex (colorName @optional (display "display")) (let (color) (setq color (drGetColor...
View ArticleRE: Default font size for Virtuoso Visualization & Analysis
Never mind! I found the solution myself. hiSetFont( "label" ?size 14)
View ArticleERROR with loadLefFile in innovus
Hello guys, I am using loadLefFile command in innovus version 17.11. I am trying to give the files LEF files using variables. In one variable I have provided the complete path to my tech LEF and there...
View ArticleRE: pin information
Hi Marben Orallo and Andrew, I already had a list which i got them with some operations in the skill code as pins_conflicts= ("inp" "inm" "out" "vdd" "vss"). For Eg: cv=geGetWindowCellView() pins =...
View ArticleRE: How to remove multiple Markers quickly in Simvision?
Properties-Window -> Markers -> Select_All -> Delete .. see attached snippet. Hope this helps .. Hari
View ArticleRE: pin information
Hi LakshmanQual, Something like this, is what you want ? procedure( pins() pins = list("in1" "in2" "inp" "inm" "vdda" "vssa" "out" "vdd" "vss" "gnd" "out2" "out3" "out4" "out5" ) pins_conflicts=...
View ArticleRE: table_model multi-column data file
Dear Andrew, thank you very much for your answer. It works perfectly. If I may, I'd like to ask you another question related to table_model. Do you know what is the algorithm behind this function ? I...
View ArticleRE: Cadence Liberate Characterization Help
Hi Anuradha, I am also trying to generate .lib files using the Liberate tool. Since you have already gone through the process, can you please help me with one issue? I have created a netlist from my...
View ArticleCapture Symbol Property Configuartion
Is there a method to prevent someone from editing a symbol property in capture which is driven from the CIS library? Currently there are some properties which are non-editable but you can always...
View ArticleRE: Defining waveform thicknesses and colors on a white background in VIVA
I put them both in the same file and defined them in a similar fashion: /* abColorNameToHex.il Author A.D.Beckett Group Custom IC (UK), Cadence Design Systems Ltd. Language SKILL Date Jul 02, 2018...
View Article