Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to go about setting the bindkeys in Cadence

Status
Not open for further replies.

surreyian

Member level 3
Joined
Feb 10, 2006
Messages
63
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,796
hello,

In cadence, i can modified the bindkey. How do i go abt setting the bindkeys?
In command diagolue box, what should be the input?

thanks
 

show bind key

In the dialog:
"Key or Mouse Binding" is like "<Key>a" or "Shift<Key>a" or "Ctrl<Key>a" or ..., you can click "Show Bind Keys" to see many other examples.

"Command" is a SKILL expression, like "hiCloseWindow()".

If you just want add a bindkey for a menu command, you can see the command in status line (if it is short) or CDS.log after you select a menu command.
 

dialog bindkey arrow

Bindkeys are set via skill APIs (functions) even if it is set via the menu in CIW. In general, bindkey is set by skill function hiSetBindKey().

You can find many bindkey skill examples and default setting in

ic_5141/tools/dfII/samples/local

And skim thru a chapter about bindkey in reference manual in ic_5141/doc/skuiref/skuiref.pdf
 

cadence bind key command

I just copy all stuff in ic_5141/tools/dfII/samples/local
to ic_5141/tools/dfII/local

that will do the trick.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top