The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> How to make default settings in ADE?
https://designers-guide.org/forum/YaBB.pl?num=1240503838

Message started by subgold on Apr 23rd, 2009, 9:23am

Title: How to make default settings in ADE?
Post by subgold on Apr 23rd, 2009, 9:23am

im using cadence 5.10.41. i would like to save a default setup for my ADE, such as waveform tool, plotting mode, etc. does anybody know how to do that?

i know that is not critical for the design, but sometimes these trivia can become really annoying....

Title: Re: How to make default settings in ADE?
Post by Andrew Beckett on Apr 24th, 2009, 6:33am

These are typically done with cdsenv settings. You can set things up the way you want, and then do Options->Save Defaults in the CIW. You may want to edit the file afterwards to just keep the settings you really want to set - the names are normally pretty obvious.

For example, the ~/.cdsenv to set "wavescan" as the default (it's the default anyway) is:


Code:
asimenv.startup cds_ade_wftool  string  "wavescan"


Regards,

Andrew

Title: Re: How to make default settings in ADE?
Post by subgold on Apr 27th, 2009, 1:30pm


Andrew Beckett wrote on Apr 24th, 2009, 6:33am:
These are typically done with cdsenv settings. You can set things up the way you want, and then do Options->Save Defaults in the CIW. You may want to edit the file afterwards to just keep the settings you really want to set - the names are normally pretty obvious.

For example, the ~/.cdsenv to set "wavescan" as the default (it's the default anyway) is:


Code:
asimenv.startup cds_ade_wftool  string  "wavescan"


Regards,

Andrew


thank you very much!

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.