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.

Cadence virtuoso bindkey for specific instance

goatmxj666

Member level 2
Joined
Mar 5, 2023
Messages
43
Helped
0
Reputation
0
Reaction score
1
Trophy points
8
Activity points
397
Hello

I want to load the specitic instance with bindkey in schematic.

I expect that when I press the '1', then 'inv' instance is loaded.

How can I customize the bindkey?

Thanks
 
Hi,

Assuming you mean 'placing an inverter component' when you say ".... then 'inv' instance is loaded." you can set the following into your .cdsinit or into a global bindkeys.

Code:
hiSetBindKey("Schematics" "Alt<Key>l" "schHiCreateInst(\"analogLib\" \"ind\" \"symbol\")")

Now of course you need to replace 'analogLib' and 'ind' with your corresponding library and cell.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top