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.

Regarding bind key installlation

Status
Not open for further replies.

bhaveshsoni

Junior Member level 1
Joined
Aug 17, 2010
Messages
17
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
opamp
Activity points
1,380
I am not able to install bind key in cadnece virtuso tool please guide me how to install bind key ?
 

hi all please help me:-(!! i need c code to drive glcd 240*128
 

Hi-jacked thread in a wrong forum

i need c code to drive glcd 240*128
Hi-jacked thread in a wrong forum. What can you expect?

---------- Post added at 15:31 ---------- Previous post was at 15:11 ----------

I am not able to install bind key in cadnece virtuso tool please guide me how to install bind key ?

Put something like the following into the CIW, or into your $workDir/.cdsenv or .cdsinit file :

Code:
load(strcat(getShellEnvVar("CDS_INST_DIR") "/tools/dfII/samples/local/leBindKeys.il"))
load(strcat(getShellEnvVar("CDS_INST_DIR") "/tools/dfII/samples/local/awvBindKeys.il"))
load(strcat(getShellEnvVar("CDS_INST_DIR") "/tools/dfII/samples/local/schBindKeys.il"))

load("/$yourPath/bindkeys.cm") # to load your private bindkeys
 

u can use following code in ciw window.

loadi "common_bindkeys.il"
then enter
This common_bindkeys.il should be in u r current working directory.

savan
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top