Since 4/14/2012 3:16:15 AM, joel_cooper has written 4 articles and participated in 14 conversations. joel_cooper signature: joel_cooper
joel_cooper's articles:
Items(4) /1
Help with technology SKILL functions4660 (2/17/2010 5:20:32 PM) comp.cad.cadence I am trying to create a custom layer for annotation on a schematic
using SKILL in IC 6.1.3.500.16. Here is a sample of some of the SKILL
code. Note that this works pre-IC6.
cv = dbOpenCellViewByType("myl... Joel
Detect and close blocking dialogs749 (2/13/2008 2:43:48 PM) comp.cad.cadence I am trying to automate some actions using SKILL code. However, certain actions can cause modal dialog that block the execution of a function until someone manually closes it (or if I use -nograph I have I set... Joel
loadContext seg faults271 (9/13/2006 9:49:57 PM) comp.cad.cadence I have been trying to convert some skill code into a context. Whenever I load the context I run into problems working within Cadence. If I load the context at startup, icfb seg faults when I try to open a sch... Joel
Spectre alter statement very slow266 (5/5/2006 5:50:35 PM) comp.cad.cadence I am trying to simulate process variation with spectre using the alter statement. I use ocean to load the design, add a model file that contains a set of alter statements and then run the simulation. This has... Joel
I need to add a pause to my Skill script369 (1/28/2008 7:41:04 PM) comp.cad.cadence I need a way to add some sort of pause or delay to a script that I'm writing. I've tried the sleep() function, but this freezes Cadence while it is executing, I need some way to run it in the background (unknow... Roland.Fontaine(58)
Detect and close blocking dialogs749 (2/13/2008 2:43:48 PM) comp.cad.cadence I am trying to automate some actions using SKILL code. However, certain actions can cause modal dialog that block the execution of a function until someone manually closes it (or if I use -nograph I have I set... joel_cooper(18)
closing a dialog box by skill454 (3/3/2008 2:35:51 AM) comp.cad.cadence hi, In my skill, i need to refresh my library. so i use the function "ddsHiRefresh()". but this function generates a popup window that i can not kill with hiDBoxOK(). Actually, i'm not sure to get the correc... bedoune(95)
Problem in running shell command in Cadence??482 (7/1/2008 3:40:00 PM) comp.cad.cadence Hi, I need to call some commands from shell (using bash), i tried using system("command"), sh("command"). The first should print the shell output (e.g. system("date") should print the day date, and return 0), ... ahmad.abdulghany(169)
Getting all the design variables in SKILL159 (10/16/2008 12:52:58 PM) comp.cad.cadence Hi all! Is there a way to get all the design variables in a schematic with SKILL? My purpose is to set all of them to zero. This because I have a testbench, with many design variables which controls some volta... marcoballins(29)
Question on highlighting nets163 (11/15/2008 5:11:37 PM) comp.cad.cadence I have a procedure to highlight a particular net each time I call it. Everytime I call the procedure I just want all the shapes in that particular net to be highlighted. All other previously highlighted nets s... ssriramiyer(96)
loading ADE state from skill267 (12/19/2008 5:27:05 PM) comp.cad.cadence I am writing a cadence addon tool (for internal use) that runs corner simulations in ADE and plots to an excel format -> I intend this tool to be much like Parametric Analysis... tool with the addition of being... jonathantompson(2)
Set model params Automatically363 (4/25/2010 2:19:03 PM) comp.cad.cadence There is width (w) param in my PMOS schematic. How can I automatically set some params in PMOS in schematic using equation like this: Source diffusion area = w*x Source diffusiion periphery = (w+x)*2 ... streamwarp(11)