DFII keyboard shortcuts

J

jools

Guest
Hi

We've changed to a new design kit and version of DFII, in doing so all the
keyboard shortcuts have disappeared?

Are we missing some script to add them in or something?
 
On Tue, 11 Apr 2006 16:31:21 +0100, "jools" <jmspam200@yahoo.com> wrote:

Hi

We've changed to a new design kit and version of DFII, in doing so all the
keyboard shortcuts have disappeared?

Are we missing some script to add them in or something?
Most likely in the previous setup you had code in your .cdsinit file to load
some bindkey definitions from somewhere.

There are several bindkey files in the Cadence installation, and they
can be loaded by lines such as:

load(prependInstallPath("samples/local/schBindKeys.il"))
load(prependInstallPath("samples/local/leBindKeys.il"))

or

load(prependInstallPath("samples/local/leSchBindKeys.il"))

for a unified set. Take your pick - have a look at:

<instdir>/tools/dfII/samples/local

for other examples. You can of course set up your own.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top