How to execute runSpectre???

Discussion in 'Cadence' started by bur.rosario, May 22, 2008.

  1. bur.rosario

    bur.rosario Guest

    How can I execute runSpectre?

    A comment is inside the runSpectre:

    # This script can be used to rerun the last simulation

    load() function does not execute it because obviously it has "#".

    How can I run this script???

    Please help. Thank you very much.
     
    bur.rosario, May 22, 2008
    #1
  2. bur.rosario

    S. Badel Guest

    I don't know what is this runSpectre, but my guess is that it is a shell script.

    Try running it from the shell.


    Stéphane
     
    S. Badel, May 22, 2008
    #2
  3. bur.rosario

    Riad KACED Guest

    I don't know runSpectre either. I rather know 'runSimulation' which is
    the shell script created by ADE to run Spectre.
    A script that looks like :
    #
    spectre +log myLogFile.out -raw psf myInputNetlist.scs
    #

    If this is the case, just run this script into your unix terminal by
    simply typing the name of the executable, i.e
    unix> runSpectre
    or
    unix> ./runSpectre

    Do remember that your unix terminal sould be all set to run spectre.
    Ensure 'spectre' (Path, License ...) is known in your Terminal.

    Good luck.

    Riad.
     
    Riad KACED, May 23, 2008
    #3
  4. Riad KACED wrote, on 05/23/08 23:53:
    runSpectre is what the script is called if you're using the old (obsolete, and
    dropped in releases after IC5141) spectreS interface.

    It is indeed a UNIX script, and you'd have to run it from the UNIX prompt.

    But you really should be using the "spectre" interface rather than spectreS.

    Regards,

    Andrew.
     
    Andrew Beckett, Jun 2, 2008
    #4
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.