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

Status
Not open for further replies.

goatmxj666

Member level 3
Member level 3
Joined
Mar 5, 2023
Messages
55
Helped
0
Reputation
0
Reaction score
1
Trophy points
8
Activity points
540
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
 

Solution
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.
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.
 
Solution
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top