How to export spice netlist?
Hi all,Is there have any command that can export a spice format netlist in Linux shell or CIW? Any help is appreciated! thanks.
View ArticleOpen PDF file using Skill in Cadence 20.1
HI,Is there a skill command to open and view a pdf file from within Cadence 20.1?Thanks,Keelan
View Articletoggle between instance view to Layout view in virtuoso
Hi , what is hot key in virtuoso layout editor used to toggle between instance view to layout view . Thanksmanvan
View ArticleIssue with CCShiHierLayerOps
Hello All, I have been using a piece of community code to do hierarchical layer gen for a while. In general, the program works pretty well but there is one critical element that it has been failing...
View ArticleCreates categories for stdcell libraries
Hi Team,Do u have any script to create categories and combine the all cell into that Example library contains inv1inv2buf1buf2want to create category INV and includes inv1 & inv2 .... Thanks in...
View ArticleDetect highlight and optional remove dangling/floating layout
Anyone have a good skill approach to detecting and removing floating or dangling layout. I using this command but the result its delete all layout.cvId=geGetEditCellView()shapeList = setof( x...
View ArticleCreating Pcells based on certain condition or passing variables to pcell code
procedure(CreatePcell(libName cellName "tt") libId = ddGetObj( libName ) pcDefinePCell( ..................... let ((......) foreach(i VarList ......................
View ArticleSaving/recalling state (visible/selectable) of all layers in Palette Editor...
I'm looking for functions to save/recall the state all the layers in the Palette Assistant with MPT Support enabled. I can save the states of the layers using the leIsLayerVisible() and...
View ArticleleMergeShapes alternative for PCELL code (compatible with steam-out)
Hi,I'm working on code for a layout PCELL. In this code I use leMergeShapes.I just found out that this procedure is not known at stream-out (it's not part of the allowed list of procedures as can be...
View ArticleTo change the rectangle area
Hiwe are trying to write skill script to change the rectangle area as required in a particular direction selected by user. for example if i have a MET1 rectangle with 10u width and 10u Hight , now my...
View Articleadding Point marker using ocean or skill commands
Hi All,I have read the previous posts on adding a point marker on a transient plot using ocean or skill commands and from all those older posts I could see that there is no specific command for point...
View Articleskill code to select a signal/label in schematic and change it
The pieces I have put together so far is:cvID~>signalschObjPropForm->labelText->value=...For example, I want to select a label name called "X<2>" and then change it to "X<3>". What...
View Articledraw a maker layer to cover multiple devices in layout using SKILL
Hi I click and select multiple devices in VXL compliant schematic. The corresponding devices are highlighted in layout by VXL engine. Do you have the SKILL code to draw a rectangle which covers those...
View ArticleError on creating form
Hi,I used a skll CreateMultiLabelbut is not work...hiCreateCyclicField(?name 'spFieldDirection?prompt "Direction"?defValue "Vertical"?choices list("Vertical" "Horizontal"))...CIW output error...
View ArticleDynamically display wire color according to net signal type in schematics
Hi all,I am wondering if there is a way to modify the displayed color of wires according to the signal type of their nets?(For instance supply wires in red, ground in blue...)I haven't found...
View ArticleChange behavior according to current directory
Hi all,I'd like to change behavior according to where I run a ocean script. And I got what I'd like to do with next script.Can I use "case" in case of adding "proc_C" without using else if...else...
View ArticleQuestion about create wire in schematic with SKILL
Hi, Cadence FamilyI have a question about create wire in schematic with SKILL.I have created the schematic named "test" where I have 1 cell ( with two port named "src" and "dst") and 1 pin which...
View ArticleHow to find all LPP associate with a packet
Hi,I was able to find the packet name when I give the LPP by using techGetLPPacketName.But how can I find all the LPP associate to the packet? Do it exist a function to do that?ThanksTony
View ArticleOrganizing about "IC", "converge" "node set"...
Hi all,My understanding is: IC: for tran node set: for dc sweep converge: ??? desVar( "nodeX" 5): tran, dc, dc0pBut I'm not sure my understanding. Because when I set a voltage to a node...
View ArticleToolbar text changing with status
Hello,I'm creating a custom toolbar and I can't find the way to create a text that changes depending on the status. i.e. the "show selection info" toolbar, or when the "selected" numbers change in the...
View Article