hot keys in IC5033

B

Bogdan, Mocanu

Guest
Does anybody know how I can activate hot keys (like I- Instance, M-
Move, etc) in schematics editor or layout of IC5033 ? 'Cause they
aren't working right now ... and I don't know if done something
wrong ... Do you what is going on ? Can I solve this? Thx in advance.

Bogdan , Mocanu
 
Hi Bogdan,

Most probably you have no .cdsinit file in your directory (where
cds.ini file is located) so the binkeys file is not loaded.
You can create one or just add in .cdsinit:

let( (bindKeyFileList file path saveSkillPath)
bindKeyFileList = '(
"leBindKeys.il"
"schBindKeys.il"
)


Marius
 
On Oct 24, 5:18 pm, Marius.Cerli...@gmail.com wrote:

I can't find no cds.ini file. More exactly where do you want me to
create this .cdsinit file ? In the <pdk_installation_directory> or in
my configured working directory ?


Bogdan, Mocanu



Hi Bogdan,

  Most probably you have no .cdsinit  file in your directory (where
cds.ini file is located) so the binkeys file is not loaded.
  You can create one or just add in .cdsinit:

 let( (bindKeyFileList file path saveSkillPath)
    bindKeyFileList = '(
                 "leBindKeys.il"
                 "schBindKeys.il"
                    )

 Marius
 
Sorry, I think I wrote cds.ini, I wanted to write cds.lib...
Normally in each tech directory or in the directory from within you
launch icfb (there you must have the .cdsinit, .cdsenv, .cdsplotinit
and cds.lib files).

Please look at ..../tools.lnx86/dfII/samples/tutorials/le/cell_design
directory and you will understand.

Marius
 
Thanks, Marius ... I managed to solve this problem.
 

Welcome to EDABoard.com

Sponsor

Back
Top