• 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. Hardware/Software Co-Development, Verification…
  3. Smoke Analysis on subcircuit

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 49
  • Views 17433
  • 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

Smoke Analysis on subcircuit

tt543
tt543 over 12 years ago

Hello,

I've been trying to run smoke analysis on my design for a while. I've managed to run it on active devices (FETs and diodes), but it refuses to run on passive components - subcircuit based .lib files. For example I have an inductor with the following model:

.subckt ind_reg0 1 2

L1 1 3 10e-6

R1 3 2 0.3

.ENDS

I also added the following definition to device property file:

("IND_REG0"

(Creator "XXXXX")

("device_info"

( SYMBOL_NAME "inductor" )

( MODEL_TYPE 2 )

( PORT_ORDER

("1")

("2") )

)

("device_max_ops"

(LI "0.11")

)

)

When I run smoke analysis (after transient) I get the "non-fatal error: Current data not found for Smoke test LI" I've verified that I check "All" in data collection options. I also tried updating node names in pre-smoke section of template property file. But nothing helped.

Does anyone have an idea how to run smoke analysis on subcircuit based passives?

Thanks in advance for you help!   

  • Cancel
  • oldmouldy
    oldmouldy over 12 years ago
    This definitely works with passive devices from the supplied libraries. I have a source, R, L and Variables to set the limits. Variables has an LMAX which is used by a CURRENT property on the L part and this ends up as "LI" for the AA Smoke session. You might want to try this with "standard" parts with a hierarchical block for your part and see what data gets generated.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tt543
    tt543 over 12 years ago

    I tried using passives from analog.lib: a source and L and R. I saw that both parts have already some properties deifned as variables: for example inductor has CURRENT property with value set to LMAX. I ran smoke and somehow it already had some ratings specified for the resistor, but not for the inductor. I tried defining variables  with PARAM part, but it didn't change anything.

    How these variables (LMAX,DSMAX,RMAX etc) should be specified to be passed to Smoke analysis as ratings? 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • oldmouldy
    oldmouldy over 12 years ago
    Like PARAM is a "special" part for parametric analysis, Variables from the pspice_elem library is used to set the variables for Advanced Analysis, like Smoke. Place a Variables part and the "standard" Variables will be within it.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tt543
    tt543 over 12 years ago

    First, thank you for your help.

    I added the Variables part. And yet it doesn't work for inductor. I could get smoke analysis  for a resistor (PDM, TB and RV) and a capacitor (CV and CI), but nothing for an inductor. Also, for some reason the resistor PDM gets 0% derating all the time, and I didn't specify it. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tt543
    tt543 over 12 years ago

    I have also one additional question. How can I use resistors and capacitors having only symbol definition (.olb) in smoke analysis. I know that pspice somehow recognizes such parts (once the value is specified) and can simulate it. These components also have RMAX/CMAX etc attributes assigned automaticaly. But once I run the Smoke analysis, it skips these parts.

    Thanks 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Alok Tripathi
    Alok Tripathi over 12 years ago
    Using "L" part from analog library should have worked for smoke analysis. I tried and it did work for me. It should test device for following two tests and show the results

    Current ratingDielectric testCan you share the log file or design files?

    About your question "resistors and capacitors having only symbol definition (.olb) " : Technically NO. It is true that PSpice can simulate these parts based on just olb, however PSpice Advance analysis modules like Smoke need few additional information. These details are not available on symbol instance. I would suggest you should use these symbols from Analog or PSpice_elem library (olb), this way tools can pick the necessary additional information from corresponding library files.About: resistor PDM gets 0% : This may be due to design/resistor parameters. Check for power dissipation in resistor, if this exceed it's rated value (which is by default 250mW) you would get a deration. Second condition under which you may observe this is when device temperature > Tbreak. Tbreak is function of Slope (RSMAX), and MAXTEMP. Refer Smoke chapter (page ~ 175-180) under "PSpice Advanced Analysis User Guide" details and example.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tt543
    tt543 over 12 years ago

    What do you mean by "L" part from AWB? Is there AWB library? I couldn't find that one.

    Is there a way to replace all the resistors/capacitors in a schematic to point to another library (not one by one)?

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Alok Tripathi
    Alok Tripathi over 12 years ago

    It is analog not AWB. You can use "Replace Cache" feature to replace all instances of a part in schematic with another library component. Go to project Manager, Expand Design Cache, Select part which you would like to replace, Do RMB and select "Replace Cache" and provide necessary input in dialog.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tt543
    tt543 over 12 years ago

    I tried again the "L" part from analog library and it didn't do anything during the smoke analysis - I mean the summary table didn't show it. But when I looked into the smoke.log file I found the following lines:

    Reference Designator = L1

    The following parameter(s) exceeded the

    Maximum Operating Value(s) specified

    LI ( PEAK AVG RMS )

    Seems that it did run smoke analysis on the inductor, but doesn't display it in the results. Do you know how to make it show the inductor in the summary table?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Alok Tripathi
    Alok Tripathi over 12 years ago

    Please check if you have any visibility filters turned on. There are two possible filters 1. Component Filter 2. Parameter Filter.  Do RMB and check the status of these filter options.

    These two may hide a component or a set of specific test for a component from result table. I can not think of any other reason if log file indicate that component is tested.

     

    • 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