Cadence ISSUE

Discussion in 'Cadence' started by Supriyo Maji, Jan 29, 2010.

  1. Supriyo Maji

    Supriyo Maji Guest

    Dear Sir,

    I want to run ocean script from linux terminal.When I type 'ocean' I
    get the error "command not found".I need to type 'tcsh'->'source
    ..cshrc1'->'ocean'.
    Could you please tell me how to run ocean directly from the terminal
    without using tcsh & then source .cshrc1.
    Kindly help.
     
    Supriyo Maji, Jan 29, 2010
    #1
  2. Supriyo Maji

    Debjit Guest

    Dear Supriyo,

    The problem is as follows. I think you are using the bash shell by
    default. Please check as follows.

    $ echo $SHELL

    If it comes as /bin/bash then please ask your system administrator to
    change the default shell from /bin/bash to /bin/tcsh, so that whenever
    you open a terminal or login remotely, that .cshrc file will be
    sourced automatically and you don't have to perform what you do
    presently.

    Else if you want to run ocean from the bash shell then add the
    following lines in your .bashrc file which you can find in your home.

    export PATH="$ICHOME/tools/bin:$PATH"
    export PATH="$ICHOME/tools/dfII/bin:$PATH"
    export PATH="$IUSHOME/tools/bin:$PATH"
    export PATH="$IUSHOME/tools/simvision/bin:$PATH"
    export PATH="$IUSHOME/tools/dfII/bin:$PATH"
    export PATH="$MMSIMHOME/tools/bin:$PATH"
    export PATH="$MMSIMHOME/tools/dfII/bin:$PATH"

    Here $ICHOME, $IUSHOME and $MMSIMHOME are the installation directory
    of Cadence IC, Cadence IUS and Cadence MMSIM package.

    Please write the above the lines in the order I typed in your .bashrc
    file.
    Hope your problem will be solved.
    Please acknowledge.

    Thanking you,

    Yours sincerely,
    Debjit.
    Cheers!!!!
     
    Debjit, Jan 30, 2010
    #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.