• 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. The way to define variable correlated to ac simulation in...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 8030
  • 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

The way to define variable correlated to ac simulation in .scs model

sjwprcker
sjwprcker over 3 years ago

Greetings,

I would like to run AC sim in one test once in case of two sub-conditions

1) ac source1 active with acm1 = 1, ac source2 off with acm2=0

2) ac source1 off with acm1 = 0, ac source2 active with acm2=1

so i define such an ac_analysis.scs and load it the corner setup as

section ac_analysis

ac1 ac start=0.1 stop=10M dec=50 acm1=1 acm2=0

ac2 ac start=0.1 stop=10M dec=50 acm1=0 acm2=1

endsection ac_analysis

However, maestro can not recognize the difference of acm1 and acm2. So how i can improve the .scs model?

Thanks. 

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

    It's not really "maestro" not being able to recognise this. You have invalid ac analysis statements in spectre - you can't just change netlist parameters on an analysis line - the parameters on the analysis line are analysis parameters.

    You can do this with alters:

    section ac_analysis

    alt1 alter param=acm1 value=1
    alt2 alter param=acm2 value=0
    ac1 ac start=0.1 stop=10M dec=50

    alt3 alter param=acm1 value=0
    alt4 alter param=acm2 value=1
    ac2 ac start=0.1 stop=10M dec=50

    endsection ac_analysis

    Andrew

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

    It's not really "maestro" not being able to recognise this. You have invalid ac analysis statements in spectre - you can't just change netlist parameters on an analysis line - the parameters on the analysis line are analysis parameters.

    You can do this with alters:

    section ac_analysis

    alt1 alter param=acm1 value=1
    alt2 alter param=acm2 value=0
    ac1 ac start=0.1 stop=10M dec=50

    alt3 alter param=acm1 value=0
    alt4 alter param=acm2 value=1
    ac2 ac start=0.1 stop=10M dec=50

    endsection ac_analysis

    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