req:spw environmetal settings

Discussion in 'Cadence' started by eda_cadence, Apr 29, 2005.

  1. eda_cadence

    eda_cadence Guest

    hi friends
    if any one working cadence spw pls give setenv setting .
    i facing problem in setting of spw.
    thanks
     
    eda_cadence, Apr 29, 2005
    #1
  2. This is how I've done it in the past:

    setenv SPW_HOME /path/to/SPWinstallation
    if ($SPW_HOME != "") then
    set path = ($path $SPW_HOME/tools/bin)
    setenv CDS_LIC_FILE 5280@myserver
    setenv SPW_SYS_DB $SPW_HOME
    if (-r $SPW_HOME/site_data/config/spw.cshrc) then
    source $SPW_HOME/site_data/config/spw.cshrc
    endif
    endif

    Now, I can't remember whether SPW_HOME is a required env var, or one I just
    used for convenience - I think it isn't required.

    Note, this is what we did when SPW was Cadence - it may need slightly
    different setup now that it is released by CoWare. I don't think that much has
    changed though.

    Best Regards,

    Andrew.
     
    Andrew Beckett, Apr 29, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.