• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. error while running spectre using ic 5141

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 126
  • Views 14872
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error while running spectre using ic 5141

Bhavsh
Bhavsh over 15 years ago

I am getting the following error while running spectre..error is

 "*Error* Errors encountered during simulation.The simulator run log has not been generated.

    possible cause could be an invalid command line option for the version of the simulator you are running .Choose Setup -> Environment

    and verify that the command line options specified in the userCmdLineoption field are supported for the simulator.

A lternatively , run the simulator standalone using the runSimulation file in the netlist directory to know the exact cause of the error."

But i didnt give any word in  "userCmdLineoption" of analog design environment window (setup->environment).

how can i solve this? 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Do what it suggests in the "Alternatively" part. Go to the netlist directory (your "project directory" then cellName/simulatorName/viewName/netlist - you should be able to see the path from Simulation->Netlist->Display) and then invoke the "runSimulation" command from the UNIX prompt. Often this kind of error is caused by shared libraries being missing on the machine you're running on, or something similar.

    By running from the UNIX prompt, you can often see what is causing the simulator to fall over before it even has a chance to create the log file.

    Best Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Bhavsh
    Bhavsh over 15 years ago

     if we open runsimulation ,its showing following lines --

    "spectre -env artist5.1.0 +escchars +log ../psf/spectre.out +inter=mpsc +mpssession=spectre1_5883_3 -format sst2 -raw ../psf  +lqtimeout 900 -maxw 5 -maxn 5 spectre input.scs "

    if we run in linux terminal,error is,,

     "spectre (ver. 5.10.41.121508 -- 15 Dec 2008).
    Includes RSA BSAFE(R) Cryptographic or Security Protocol Software from RSA Security, Inc.

    Error found by spectre.
        Invalid command line argument `-maxw'.
            Use `spectre -help' for more information."

    i a not getting any maxw in help.. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    The -maxw and -maxn arguments should only get added if you're using an MMSIM version of the simulator (e.g. MMSIM70, MMSIM71); if using IC5141 spectre, these should not get added.

    I'm wondering if there is some peculiarity which is causing it to think you have MMSIM in the path, but it's not actually in the path. 

    Can you do:

    echo $PATH

    in your UNIX terminal, and paste what it says here?

    I'm wondering if it might be some peculiarity with having MMSIM in your path, but not having the tools link present (note, after this came up last week, we should be fixing the missing tools link shortly).

    It's really advisable to use spectre from an MMSIM release (e.g. MMSIM71) rather than the one in the IC5141 installation, which is rather old. As you can see from the error message when running runSimulation, it is trying to run the spectre from the IC5141 installation.

    Best Regards,

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Bhavsh
    Bhavsh over 15 years ago

    ya i am trying to use from MMSIM71 only,,i added it script file...

    By using above command ,,the foll,,lines are coming,,

     "[root@vlsi6 ~/test]$ echo $PATH
    /cad/cadence/ic514/tools/dfII/bin:/cad/cadence/ic514/tools/bin:/cad/cadence/ic51 4/share/bin:/cad/cadence/ic514/bin:/cad/cadence/ius82/tools/dfII/bin:/cad/cadenc e/ius82/tools/bin:/cad/cadence/ius82/share/bin:/cad/cadence/ius82/bin:/cad/caden ce/et/tools/bin:/cad/cadence/et/tools/dfII/bin:/cad/cadence/et/share/bin:/cad/ca dence/et/bin:/cad/cadence/spb/tools/dfII/bin:/cad/cadence/spb/tools/bin:/cad/cad ence/spb/tools/pcb/bin:/cad/cadence/spb/tools/editor/lib:/cad/cadence/spb/tools/ specctra/bin:/cad/cadence/spb/tools/fet/bin:/cad/cadence/anls/tools/dfII/bin:/ca d/cadence/anls/tools/bin:/cad/cadence/anls/share/bin:/cad/cadence/anls/bin:/cad/ cadence/confrml/bin:/cad/cadence/confrml/share/bin:/cad/cadence/confrml/tools/bi n:/cad/cadence/confrml/tools/dfII/bin:/cad/cadence/MMSIM/tools/bin:/cad/cadence/ MMSIM/tools/dfII/bin:/cad/cadence/assura/bin:/cad/cadence/assura/tools/bin:/cad/ cadence/assura/tools/dfII/bin:/cad/cadence/assura/share/bin:/usr/kerberos/sbin:/ usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/u sr/X11R6/bin:/root/bin
    "

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • aplumb
    aplumb over 15 years ago
    You need MMSIM to show up before IC5141 in your path, otherwise the old IC5141-embedded version will be found.

    Andrew.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Indeed. From a quick experiment, the "feature file" (which is how ADE determines what features the simulator possesses, so that) for MMSIM7X is found even if the path is after IC5141 (because there is no "feature file" in IC5141). But the simulator would get picked up from IC5141 (as Andrew said).

    So it will think it has the features of MMSIM, but actually run the IC version of spectre.

    So all you should have to do is put the MMSIM path first.

    I guess this is really a bug, but since it's something that doesn't make any sense to do, it's very unlikely to get fixed (given where IC5141 is in its life cycle).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information