config file for IC5141???

Status
Not open for further replies.
K

krivan

Guest
Hi,

I'd like to make some parameters [like undo limit -> 10] set automatically when I start the IC5141 Cadence version.

I haven't found any appropriate config file where I could have changed it.

Does somebody know how I can set the parameters in advance, or could somebody please send me a startup file template?

Thanks,
Krivan
 

add this line to your ~/.cdsenv

ui undoLevel int 10

other useful things which may not be on by default

ui showOptionForms boolean t
ui beepVolume int -100
ui infix boolean t
ui showScrollBars boolean t

if your .cdsenv is not in your home directory, make sure to add the following line to .cdsinit in your cadence folder:

envLoadFile(“/<path_to>/.cdsenv”)

the template is located in $CDS_HOME/tools/dfII/samples
 

    K

    Points: 2
    Helpful Answer Positive Rating
krivan said:
Does somebody know how I can set the parameters in advance? Krivan
You can also do this via the CIW:
Options -> User Preferences... ... and after changing the settings:
Options -> Save Defaults...
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…