• 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 found by spectre during circuit read-in--can't find...

Stats

  • Locked Locked
  • Replies 24
  • Subscribers 131
  • Views 22811
  • 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 found by spectre during circuit read-in--can't find process.scs library

jdgriggs
jdgriggs over 16 years ago

 Hi everyone

 I've recently have come across an error that have not come across before and i'm hoping one of you may have an answer for me.  For some unapparent reason the input.scs cannot not seem to find my process.scs libs. This just occured but previously Cadence has been running fine.

 here is what the output files gives

----------------------------------------------------------------------------------------------------------------------------------------------------------- 

Environment variable:
    SPECTRE_DEFAULTS=-E
Command line:
    /apps/ic/rel/tools.sun4v/spectre/bin/32bit/spectre -env artist5.1.0  \
        +escchars +log ../psf/spectre.out +inter=mpsc  \
        +mpssession=spectre0_19025_1 -format sst2 -raw ../psf  \
        +lqtimeout 900 input.scs
spectre pid = 19183

Loading /apps/ic/rel/tools.sun4v/cmi/lib/4.0/libinfineon_sh.so ...
Loading /apps/ic/rel/tools.sun4v/cmi/lib/4.0/libnortel_sh.so ...
Loading /apps/ic/rel/tools.sun4v/cmi/lib/4.0/libphilips_sh.so ...
Loading /apps/ic/rel/tools.sun4v/cmi/lib/4.0/libsparam_sh.so ...
Loading /apps/ic/rel/tools.sun4v/cmi/lib/4.0/libstmodels_sh.so ...
spectre (ver. 5.10.41_USR5.053107 -- 31 May 2007).
Includes RSA BSAFE(R) Cryptographic or Security Protocol Software from RSA
        Security, Inc.

Simulating `input.scs' on pearl at 12:48:43 PM, Wed Apr 8, 2009.

Error found by spectre during circuit read-in.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/process.scs" 1501: Unknown
        parameter name `k_wafer' used to initialize parameter `n_spec'.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/process.scs" 1501: Unknown
        parameter name `cor_rx_tt' used to initialize parameter `xcor_rx'.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/process.scs" 1501: Unknown
        parameter name `cor_rx_ff' used to initialize parameter `xcor_rx'.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/process.scs" 1501: Unknown
        parameter name `cor_rx_ss' used to initialize parameter `xcor_rx'.
.
.
.

Created directory ahdlcmi (770)
Created directory
        ahdlcmi/_libs_IBM_PDK_cmrf7sf_rel_Spectre_models_hacap.va.ahdlcmi/
        (770)
Opening directory ahdlcmi (770)
Created directory
        ahdlcmi/_libs_IBM_PDK_cmrf7sf_rel_Spectre_models_mvcap.va.ahdlcmi/
        (770)

Error found by spectre in `dindpw', during circuit read-in.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/dindpw.scs" 151: Syntax error in
        specification of `prpw'.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/dindpw.scs" 194: Unknown
        parameter name `mmatd' found in expression.
Error found by spectre in `divpnp', during circuit read-in.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/divpnp.scs" 228: Syntax error in
        specification of `lbh'.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/divpnp.scs" 279: Unknown
        parameter name `mmatd' found in expression.

.
.
.
.               then finally ends

.
.
.

Error found by spectre in `sbdnw', during circuit read-in.
    "/libs/IBM_PDK/cmrf7sf/rel/Spectre/models/sbdnw.scs" 156: Name mismatch in
        closing cell definition (sbdnw!=sbd).

spectre terminated prematurely due to fatal error.

------------------------------------------------------------------------------------------------------------------------------------------------------------

I don't understand what could be causing this error all of a sudden any insight you can offer would be appreciated.

 Regards
JG

 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    I was rather busy the last few days and so couldn't answer.

    If "which spectre" is not finding the executable, then it must be either that your UNIX path is wrong, or the permissions are wrong. Running the executable "spectre -W" could fail with command not found if /bin/ksh wasn't working, but "which" should just search for an executable in your path - so  I think your issue is going to be something simple (well it will be once we've figured it out!)

    First of all, the MMSIM path must be before the IC path - because otherwise you'll get the old spectre that came in IC5141 (which is really old) which is why various simulations fail, including monte carlo. Your models are probably incompatible with the old parser (MMSIM has been a separate release stream since late 2004).

    Please post what you get when you type "echo $path" (don't edit anything - just post it as is because you may hide some of the evidence by doing that).

    Check your MMSIM121 installation - does it have a "bin" dir? Is there a "spectre" within? Is it executable?

    This is really something that is very hard to debug over a forum - I'm sure it's something messed up in either your environment or your installation, but trying to work that out this way is very hard. What you're seeing seems very odd, and I'm positive it's a usage problem not a tool bug.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    I was rather busy the last few days and so couldn't answer.

    If "which spectre" is not finding the executable, then it must be either that your UNIX path is wrong, or the permissions are wrong. Running the executable "spectre -W" could fail with command not found if /bin/ksh wasn't working, but "which" should just search for an executable in your path - so  I think your issue is going to be something simple (well it will be once we've figured it out!)

    First of all, the MMSIM path must be before the IC path - because otherwise you'll get the old spectre that came in IC5141 (which is really old) which is why various simulations fail, including monte carlo. Your models are probably incompatible with the old parser (MMSIM has been a separate release stream since late 2004).

    Please post what you get when you type "echo $path" (don't edit anything - just post it as is because you may hide some of the evidence by doing that).

    Check your MMSIM121 installation - does it have a "bin" dir? Is there a "spectre" within? Is it executable?

    This is really something that is very hard to debug over a forum - I'm sure it's something messed up in either your environment or your installation, but trying to work that out this way is very hard. What you're seeing seems very odd, and I'm positive it's a usage problem not a tool bug.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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