key shortcuts not available in virtuoso layout editor

R

Rene

Guest
Hallo!

I'm working with the virtuoso layout editor of IC 5.1.41
For a few days I encountered a problem. The key shortcuts have changed.

In example: If I pushed the "z"-key there came the message "Enter the
first corner of the box you want to enlarge", then I could mark a window
where I want to zoom in. Now it zoomes automatically in by 2 which was
before the shortcut "^z".

Where are the shortcuts came from (which file), where are they stored?
Or is there maybe some path missing where the icfb.exe want to look?
This problem have just a few co-worker with me (but it started at the
same time), most people working with cadence at our place don't
encounter this problem.
There is no error or warning message in the CDS.log, which has to do
with this.

Any suggestions? Thank you for you help in advance.

Regards
René
 
Rene <iwaskow@DELETETHIS.mikro.ee.tu-berlin.de> writes:

Hallo!

I'm working with the virtuoso layout editor of IC 5.1.41
For a few days I encountered a problem. The key shortcuts have changed.

In example: If I pushed the "z"-key there came the message "Enter the
first corner of the box you want to enlarge", then I could mark a window
where I want to zoom in. Now it zoomes automatically in by 2 which was
before the shortcut "^z".

Where are the shortcuts came from (which file), where are they stored?
Or is there maybe some path missing where the icfb.exe want to look?
This problem have just a few co-worker with me (but it started at the
same time), most people working with cadence at our place don't
encounter this problem.
There is no error or warning message in the CDS.log, which has to do
with this.

Any suggestions? Thank you for you help in advance.
Bindkeys are usually initialized from the .cdsinit with commands like:

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

The samples directory is under tools/dfII.

But virtuoso is very customisable and so the configuration can be different
on your site.

If the change of mapping is limited to modifiers (like ctrl, shift,...) I'd
first check the state of scroll lock, num lock and caps lock between a
working session and a non working one.

Yours,

--
Jean-Marc
 
Thanks!

Now I know where I have to look and which BindKey were used and which
are missing. I found a few but not all at the moment.
But thats more or less a problem of our configuration.

Thanks for your help.
Regards
René

On 11/03/2010 10:18 AM, Jean-Marc Bourguet wrote:
Rene <iwaskow@DELETETHIS.mikro.ee.tu-berlin.de> writes:

Hallo!

I'm working with the virtuoso layout editor of IC 5.1.41
For a few days I encountered a problem. The key shortcuts have changed.

In example: If I pushed the "z"-key there came the message "Enter the
first corner of the box you want to enlarge", then I could mark a window
where I want to zoom in. Now it zoomes automatically in by 2 which was
before the shortcut "^z".

Where are the shortcuts came from (which file), where are they stored?
Or is there maybe some path missing where the icfb.exe want to look?
This problem have just a few co-worker with me (but it started at the
same time), most people working with cadence at our place don't
encounter this problem.
There is no error or warning message in the CDS.log, which has to do
with this.

Any suggestions? Thank you for you help in advance.

Bindkeys are usually initialized from the .cdsinit with commands like:

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

The samples directory is under tools/dfII.

But virtuoso is very customisable and so the configuration can be different
on your site.

If the change of mapping is limited to modifiers (like ctrl, shift,...) I'd
first check the state of scroll lock, num lock and caps lock between a
working session and a non working one.

Yours,
 

Welcome to EDABoard.com

Sponsor

Back
Top