Log In
|
Register
|
Resource Library
|
Worldwide
Asia-Pacific
|
China
|
EMEA
|
India
|
Israel
|
Japan
|
Korea
|
Taiwan
|
Global Office Locator
Solutions
Products
Services
Support & Training
Alliances
Community
About Cadence
Solutions:
Design IP
Mixed-Signal
Low-Power
Advanced Node
3D-IC
Enterprise Verification
Hosted Design
System Development Suite
Solutions Home
Products for:
System Design and Verification
Functional Verification
Logic Design
Digital Implementation
Custom IC Design
RF Design
PCB Design
IC Packaging and SiP Design
Silicon Signoff and Verification
More Products
OrCAD Products
Sigrity Technologies
Design IP
Verification IP
IP Catalog
Products A-Z
Products Home
Capabilities and Practices
Methodology Services
Design Services
DFM Services
Educational Services
Programs
SOI Design Hub
Services Home
Support
Support Offerings
Support Process
Cadence Online Support
Software Downloads
Computing Platform Support
University Software Program
Training
Training Options
Training Course Catalogs
Support & Training Home
Programs and Initiatives
System Realization Alliance
Foundry Program
ChipEstimate.com - Chip Planning Portal
Connections Program
Verification Alliance Program
Channel Partner (VARs) Program
Power Forward Initiative
Standards and Languages
PCB Service Bureaus
Industry Memberships
Alliances Home
Communities
Industry Insights Blog
Low Power Blog
Mixed-Signal Design Blog
System Design and Verification
Cadence IP Blog
Functional Verification
Logic Design
Digital Implementation
Custom IC Design
RF Design
PCB Design
IC Packaging and SiP Design
Silicon Signoff and Verification
Quicklinks
All Blogs
All Forums
Community Search
CDNLive User Conferences
Community Home
EDA Vision
Visit the EDA360 microsite
News and Events:
Newsroom
Events and Webinars
Resources:
Customer Success
Newsletters
Publications
Multimedia Center
Logos
Company Info:
Investor Relations
Executive Team
Careers
Contact Us
About Cadence Home
Home
>
Community
>
Tags
> skill code or command
Login with a Cadence account.
Not a member yet?
Create a permanent login account to make interactions with Cadence more conveniennt.
Register
|
Membership benefits
Get email delivery of the Cadence blog (individual posts).
Industry Insights
Low Power
Mixed-Signal Design
System Design
and Verification
Cadence IP Blog
Functional Verification
Logic Design
Digital Implementation
Custom IC Design
RF Design
PCB Design
IC Packaging and SiP Design
Silicon Signoff and Verification
All Blog Categories
Popular Tags
Allegro
Analog
ARM
cadence
DAC
Digital Implementation
e
EDA360
encounter
ESL
functional verification
Incisive
industry insights
Low power
Mixed-Signal
OVM
PCB
PCB design
Specman
System Design and Verification
SystemC
TLM
UVM
Verification
Virtuoso
Browse All Tags
Email
*
Required Fields
Recipients email
*
(separate multiple addresses with commas)
Your name
*
Your email
*
Message
*
Send yourself a copy
Share
Twitter
Facebook
LinkedIn
Google+
Subscribe
RSS
Cadence RSS Feeds
Cadence Press Releases
System Design and Verification Blog
Functional Verification Blog
Digital Implementation Blog
Custom IC Design Blog
RF Design Blog
PCB Design Blog
IC Packaging and SiP Design Blog
Manufacturability Signoff Blog
All Blogs
System Design and Verification Forum
Functional Verification Forum
Digital Implementation Forum
Custom IC Design Forum
Custom IC SKILL Forum
Logic Design Forum
RF Design Forum
PCB Design Forum
PCB SKILL Forum
IC Packaging and SiP Design Forum
Manufacturability Signoff Forum
Intro copy of the newsletter section here, some intro copy of the newsletter. Instruction of how to subscribe to this newsletter.
Contact Us
Cadence Contacts
Community Relations
Customer Support
Employment
Investor Relations
Media Relations
Training
Global Office Locator
Find Offices worldwide
»
Sales Inquiry
Request for Product information
»
Cadence Channel Partners
»
Corporate Headquarters
Cadence Design Systems, Inc.
2655 Seely Avenue
San Jose, CA 95134
Phone: 408.943.1234
*
Required Fields
First Name
*
Last Name
*
Email
*
Company / Institution
*
Comments:
*
Send Yourself A Copy
skill code or command
ADE state automation SKILL EDA
Cadence 6.1
Cadence SKILL
callback
CCSslotMetal.il update
coordinates
core SKILL
deRegUserTriggers hiDeleteMenu deUnRegUserTriggers Banner Menu
environment variable
float
float compare round
instance
Instance Origin
save
skill
skill bugs
SKILL callback hiCreateAppForm
Skill Code
Skill GUI
Skill messages form
skill programming
skill string
snap spacing
To the attention of Mr. Andrew Beckett
triggers
skill assoc : How does assoc command of skill work with anumerical value ?
How does assoc command of skill work ? After looking closely into several numerical examples, I got the following findings: a = '( ( 20n xx xx) ( 40n yy yy) (50n zz zz) ) assoc( 2e-08 a) returns: (2e-08 xx xx) assoc( 4e-08 a) returns: (4e-08 yy yy) assoc( 5e-08 a) returns: nil ß ????? but if...
Posted to
Custom IC SKILL
(Forum)
by
Giora Karni
on Sat, May 11 2013
SKILL WARNING while closing a dbox: hiWidgetExtention is missing !
dbox details: procedure(hrtOPProgBar() hrtGlbStopResize = 'unbound hiDisplayProgressBox( ?name 'hrtOPProgBar ?banner "Building OP database" ?text " Retrieving OP data , Please wait..." ?callback "hrtGlbStopResize=t hiCancelProgressBox('hrtOPProgBar)" ?totalSteps...
Posted to
Custom IC SKILL
(Forum)
by
Giora Karni
on Tue, Apr 9 2013
Re: A question about parameter in skill.
let me explain my question in detail: I have a script "ab.csh" #!/bin/csh ls $1>celllist icfb -nograph -replay ab.il I have a skill script "ab.il" procedure(ab(lib1 lib2) ... ... ) ab("$1" "$2") exit() I run in c_shell commands as below: ab.csh analib diglib...
Posted to
Custom IC SKILL
(Forum)
by
layes
on Wed, Feb 27 2013
How to specify coords for leHiCreateInst() ?
Is there any way to either add coordinates to or pass coordinates to leHiCreateIns() without clicking in the interface? I would like to place instances generally at the origin, but often at other known coordinates, and would like to do so without first zooming in close enough to get an exact snapped...
Posted to
Custom IC SKILL
(Forum)
by
jaleco
on Mon, Feb 11 2013
hiSaveAsViewFile() trouble in Virtuoso v6
I have a script (http://www.cadence.com/Community/forums/p/24288/1317148.aspx#1317148) that will save the design tree file to a shell to run a shell script on, working in Virtuoso v5, but is breaking in Virtuoso v6 on the command hiSaveAsViewFile. The Save File As form looks quite different in v6, but...
Posted to
Custom IC SKILL
(Forum)
by
jaleco
on Tue, Feb 5 2013
Function that returns a string value for the current cell view
Is there a function similar to geGetEditCellView() that will return the string value of the current cell view, as opposed to its database ID number? For example, I have a layout view open called "MyLayout". If I use dbFullPath(), it will give me the full path to "...MyLibrary/MyLayout...
Posted to
Custom IC SKILL
(Forum)
by
jaleco
on Wed, Nov 28 2012
Re: Slotted Metal paths - updated form for v5.1.41
Does anyone know how to compare a float value to zero? I have completed an updated slotted metal form script with user-defined values for slot dimensions but am having some trouble testing path widths to be on grid because a test to see of they are on grid randomly fails a float test comparison to zero...
Posted to
Custom IC SKILL
(Forum)
by
jaleco
on Thu, Nov 15 2012
How to Unregister a custom Menu using deUnRegUserTriggers()
Referencing an old post by Andrew Beckett, (Andrew if you could please clarify how to do this) http://www.cadence.com/Community/forums/p/17476/1245483.aspx#1245483 I am trying to build a menu which includes a menu item to re-load the menu. The purpose is for adding new items and for testing and debugging...
Posted to
Custom IC SKILL
(Forum)
by
jaleco
on Fri, Nov 2 2012
Re: layer num & layer ID
Thanks Andrew I understand your explination. I need help in that case... 1) how i should find out database layer numbers and purpose numbers ? 2) how i should ensure that it (database layer numbers and purpose numbers) exist in techlayermap ie let suppose i have ported layout data base from 32nm to 28nm...
Posted to
Custom IC SKILL
(Forum)
by
hi2yogi
on Tue, Jul 31 2012
layer num & layer ID
I am checking layer ID in a layout data base with following command. cv~>lpps~>layerHeader~>lpps~>layerNum or cv~>layerHeaders~>lpps~>layerNum or cv~>shapes~>layerNum But it is not giving layer id as in *_Tech.layermap file. i.e. for M2 pin & M2 drawing above command giving...
Posted to
Custom IC SKILL
(Forum)
by
hi2yogi
on Mon, Jul 30 2012
Page 1 of 1 (10 items)