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 set the command shortcuts while using ICFB?

Status
Not open for further replies.

gold_kiss

Full Member level 4
Joined
Sep 11, 2002
Messages
211
Helped
7
Reputation
14
Reaction score
4
Trophy points
1,298
Activity points
1,789
icfbc command shortcuts

Hi,

What do I need to do inorder to set shortcut keys while using icfb (to do schematic).

say if i select the component pmos4 and press 'q' key i can get properties for that pmos4 instance. I want to do this ..please help me as to how i can do this.

thanks,
Gold_kiss
 

Re: icfbc command shortcuts

I didn't understand what do you really want.
 

Re: icfbc command shortcuts

Hi,
how do i create short cut keys ? or else are there shortcut keys predefined in the tool.

Example for zoom in schematic "z", to view part properties "q" etc.

Thanks,
Gold_kiss
 

Re: icfbc command shortcuts

look at the cadence design framework user guide - appendix A. shortcuts are called bindkeys!

There are several possibilites:

* editing the .cdsinit_personal in your homepath for instance. if you haven't it search for it in your cds dir!

* or in the CIW (- wouldn't do so) --> options --> bindkeys

Beside, in the cds dir are some template files (extension *.il I think). But it is documented well in the user guide!
 

Re: icfbc command shortcuts

To understand bindkeys : look at :
$CDS_DIR/tools/dfII/sample/local/schBindKeys.il

For instance, 'zoom' :
bk("Schematics" "<Key>z" "hiZoomIn()")
bk("Schematics" "Ctrl<Key>z" "hiZoomOut()")
...

Then, write your own ones in your .cdsinit file in your project directory:
bk("Schematics" "<Key>q" "hiZoomIn()")
bk("Schematics" "Ctrl<Key>q" "hiZoomOut()")

8)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top