how to solve the error of "Unable to locate'spectre' executable inthe specified path. "

Discussion in 'Cadence' started by juliazhng5678, Jul 24, 2008.

  1. I am using cadence virtuoso custom ic design v6.1.2.

    When I try to do simulation, it gives me error as:

    "Unable to locate'spectre' executable in the specified path. To set
    the
    correct path, use setShellEnvVar() in CIW."

    Is there anything related to set the MMSIM?
     
    juliazhng5678, Jul 24, 2008
    #1
  2. juliazhng5678

    Riad KACED Guest

    Yes I think so !
    spectre comes with the MMSIM stream indeed. the spectre executable is
    no longer supported in the IC61 tree.
    I would advice to ask your PDK or CAD flow engineer to update your PDK/
    UNIX settings so your PATH env variable includes the MMSIM stream by
    default.
    something like:

    # in bourne shell
    MMSIMHOME="MY_MMSIM_INSTALL_PATH"
    export MMSIMHOME
    PATH="$MMSIMHOME/tools/bin:$PATH"
    export PATH

    # or in C-shell
    setenv MMSIMHOME MY_MMSIM_INSTALL_PATH
    setenv PATH $MMSIMHOME/tools/bin:$PATH

    Cheers,
    Riad.
     
    Riad KACED, Jul 24, 2008
    #2
  3. juliazhng5678

    baobao Guest

    Thank you :)
     
    baobao, Jul 24, 2008
    #3
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.