SKILL++ variable in form callback
Another SKILL++ question! I have a procedure that has a class instances as well as a form declaration. I would like to have the form callback use a class instance method. My current solution is to...
View ArticleHierarchy editor for netlisting w/o modifying CDF
Problem statement is:===========================User would provide i/p in hierarchy editor on an instance-basis (Tree view) through an user-introduced property (Edit-->Add property column). And...
View ArticleCadence IC5.1.41 libInit.il
Hi,I wanted to know is it possible to overwrite the libInit.il file, which is specified in the project area by a local version of the same??I am actually trying to load a user defined set of...
View ArticleOA to CDB convertion script
HI, we are presently using cadence 5.4.1 vertionwe need OA to CDB convertion ,how we will convert, is there any script to convert that please tell me that code thanks,venkatasiva
View ArticleSKILL++ class slots
I have a few question on slots in a class. Given the following class that implements string utilities:defclass( String() ()((str @initarg nil) ; The string(len @initarg nil); The length of the string...
View ArticleSKILL Materials
Hi andrew, i'm a beginner in SKILL & i want to be an expert in this . please point me to location where i can find appropriate SKILL material & examples to achieve what i desire in...
View Articlenot able to create via in clone
Hi I am trying to create via inside clone using the command dbCreateVia(cell_id obj_id obj_origin obj_orient v_params) Inside clone, but it is creating in the cellview not inside the clone.
View ArticleSkill function to create Verilog-Header file by export from "symbol"
Hello,I am looking for a solution for the following task: creating 2 Verilog-Header files (with and without power/ground pins) out of the Symbol view.Can you perhaps help me with this?Best Regards
View Articletriggering the done procedure for enterPoints()
I am using an enterPoints function that does not seem to recognize use of the Enter key, or a double click (typical done trigger for enterPath) as triggers for its done procedure. How does one trigger...
View ArticlepCell skill for beginners ...part II
Hi all, I was following the simple creation of a box with handles on this thread pCell skill for beginners. I want to advance it a level up: Say I want to create a mosaic of the box. I am trying to...
View ArticleStrange Issues in spiceIn
Hi, all I have a problem during spiceIn. I want to import hspice to schematic, but I get an error of: Inst: RXM0 Found net 'AIN'. Found net 'AINOUT'. Master Cell: 'resistor'. Did not find...
View ArticleCadence IC5.1.41 Current probing
Hi, I have a query wrt the probing currents in cadence.To probe the current i click on the pin (device or Instance symbol) , which shows a circle around it. The problem that i am facing is that this...
View ArticleNetlist creation error
Hi, I'm trying to use the schematics and simulation setups provided in CMOSedu.com.When I added IC6.1 library (I'm using virtuoso 6.1.5 version) and other directories and ran the spectre simulation, I...
View ArticleRe-directing text output to a text window other than the CIW
I would like to open up a text window, and re-direct text output to that window. The only thing that I can seem to find is to re-direct text output to a file by opening up a port. I have successfully...
View ArticleRegarding via generation through key
Hi ,I wrote a skill program which generate via in the cursor point on layout window. My requirement is to have this via attached to cursor untill i clicked on layout window. I mean it should not place...
View ArticleError in storing output data into file
Hi experts,I am new to cadence ocean scripting. I need to store the data of output wave that is generated, into a file. I am able to print the output value at a certain instant say the max value of the...
View ArticleSkill code to change layout pin direction to match schematic direction.
Can anyone share with me a skill program that will change layout pin directions to match the schematic pin directions? Pins made by the generate pins from labels function all come in with the...
View Articlefluid GuardRing?
Hi Experts,Is there a similar features like fluid guardring for via provided by CADENCE?if NO, anyone thinking to write a similar code for this? Thanks,Peter
View ArticleAdding the properties on abstract using skill
Hi , We were trying to add the properties like " CLASS PAD INOUT" in the abstract using skill.We can add properties like "CLASS PAD" but we are unable to find how to add the further sub attributes...
View ArticleForce increment step in parameter
Hi, I am trying to force the minimum increment in parameters that user defines. I managed to implement the min max to force the limits of my parameter (i.e. if 3<=x<=10, I write x=max(x 3)...
View Article