Why does the schematic editor's menus change when I start s

J

Johannes N Bouwer

Guest
When I select the spectreVerilog simulator in analog artist I get more
options on the menu bar in the schematic editor. I have hunted in the
..cdsinit and .cdsenv files and in the schematic*.il files but can't find
anything relevant. I don't have 'menus' sub-directories in my home
directory or project directory.

I am trying to locate the source of these menus changes because one of the
menu items need to be replaced. The production environment is many years
old and the original people who implemented some of these changes are long
gone. Any hints are welcome.

Thanks in advance
JNB
 
On Wed, 26 Jan 2005 19:57:21 -0800, Johannes N Bouwer <jnb@linux.site> wrote:

When I select the spectreVerilog simulator in analog artist I get more
options on the menu bar in the schematic editor. I have hunted in the
.cdsinit and .cdsenv files and in the schematic*.il files but can't find
anything relevant. I don't have 'menus' sub-directories in my home
directory or project directory.

I am trying to locate the source of these menus changes because one of the
menu items need to be replaced. The production environment is many years
old and the original people who implemented some of these changes are long
gone. Any hints are welcome.

Thanks in advance
JNB
Actually the menus come from the ADE triggers, and this happens when you're
simulating in ADE with a config view (I think).

It's the same as doing Tools->Hierarchy Editor or Tools->Mixed Signal Opts.

The Hierarchy Editor menus are in hierEditor.menus; the Mixed Signal Opts
are defined in SKILL, so don't show up in a menus file (i.e. they're done the
good old fashioned way, with the menus trigger for deRegApp() ).

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top