how to add the skill code to banner menu of layout window by giving the input...
Hi,I have got a code written to add the banner menu(like the File, Edit etc.,) but the problem i am facing here is that i need to add the whole skill codes which i want them to be added in that pull...
View ArticleAdd lists to a master list
Hi, i want to add a list to a 'master' list. I want to use to cons function for this.masterList = cons(list_3 masterList) This works, no problem, only the number of the list to be added is determened...
View ArticleExport Image
Hi, I'm runing an skill code which generates all layouts automatically and I would like to export an image of each layout. I am using the comman: deOpenCellView( libName cell "layout" "maskLayout" wid...
View Articlecreate the multiple instance in parallel
Hi all, i draw a sub-circuit, and i would like it to be a sybmol, so that i can implement it in the top level circuit, so my question is how can i create a multiple "self design symbol" in parallel but...
View Articleoverlay plotting problem
Hi There, I have a problem about overlay plotting by ocean script, my code is like this: ==================================== w = newWindow(); foreach( var varlist list1 = ... list2 = ... awvPlotList(...
View ArticleUser Defined Simulator and corresponding Anlysis Option: ADE L
In ADE I want to have a user defined simulator (say custRunSim) which can be seen in the pop down menu of simulators while cllick on Setup->simulator/Directory/host.... When user will choose the...
View ArticleHow to reach "analog" signals at higher/lower hierarchy using VerilogAms?
Hi,I am runnig simulations on Ams simulator under ADE with some behavioral modesl. I want to reach some higher/lower cells' "analog" signals. Let me give an example: I have behavioral models for Top...
View ArticleGuard ring skill code problem
HI,I made a skill code that draw the guard ring successfully using the enterPath() function and the rodCreatePath() function,but when I press escape to end the code after drawing a number of...
View ArticleTo change MinSpacing rule in DRD when length of metal1 is large
Hi guys, Can I Change MinSpacing rule in DRD when metal going in long path. What's my thought is there is two minspacing rules for Metal1. In my DRC rule file for small length path contains...
View ArticleSKILL Simulation code
Hi Andrew, I have defined a NMos PCell by writing the CDF parameters in SKILL. I now want to write the simulation code for the same. But I am not sure how to write the simulation code. can you give me...
View ArticleAssura OA version DRC form
Hi,We use assura for DRC verification in Cadence 6.1.5. I am using the following code(Source : Cadence) below to create the directories for run. when I open the LVS and ERC forms from the Assura menu...
View Articlecustomize tools in cadence ADE
Hello All, i am trying to insert a customized tool in the cadence ADE, and now i meet a problem, i need to copy some components in the schematic in backgroud, and add the "copyed ones" in parallel...
View ArticleQuery with forms
Hi all I am trying to create a very simple form where a part of the operation involves selecting an instance from the layout and having it displayed in the String box fieldFlow as below:instSelField =...
View ArticledeRegUserTriggers
Hi,I'm trying to add a new button to the layout tool bar.This is the code I wrote for that:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Start the script only if layout view is opened...
View ArticlePausing simulation in ADE XL
Hi,I would like to write a script which allows me to pause the simulation run.In case the run simulation button was hit again, the simulation will continue from the place it was paused.Can you help me...
View ArticlePrinting in engineering notation
In IC6 (maybe even in IC5) the ADE outputs are displayed in engineering notation with symbols - that is, 10e-6 is 10u, 10e-3 is 10m, etc.This is convenient.Is there any way to print numbers this way...
View ArticleHelp on code that identifies cellnames which contains specified device
hi experts, I am trying for a code that shows cellnames which contains device what I specified. And it also counts how many devices through "counter"(variable). Code works for top...
View Articlerenaming a pcell during strmout
hi is it possible to control the naming of a pcell when it is made into a cell during strmout? Adhil
View ArticleHow to know the codes behind layoutXL and layout turbo.
hi all, 1)I want to know the codes running while layout XL routing. Probing the nets in schematic and layout when we routing the that same net in layout. No need of exact code, similar code is...
View Articlestring concatenation with cadence SKILL
Hi, I wonder how to concatenate these strings with SKILL in IC5.10.41: VT(“/out“)So that I have a transient voltage net at the end such asVT(“/out”)which I can use the plot command to plot in a...
View Article