• 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 SKILL
  3. Dynamic spec to output

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 13485
  • 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

Dynamic spec to output

Tobben24
Tobben24 over 12 years ago

Hi,

 

I'm trying to add a dynamic spec to one of my outputs in "outputs setup" in adexl with a ocean script(see below). The reason is simply that my circuit spec will vary with supply. So, when adding the spec using axlAddSpecToOutput, it will use the same spec value on all runs instead of resfreshing the spec with new supply.

 

axlAddOutputs('("Vih_new"))

/*Get wave from sim*/

v_vih_new = value(VT("/i33in") cross(VT("/o2_new") (value(VT("/Anapower") 0) / 2) 1 "rising" nil nil))

/*Set Spec*/

session = axlGetWindowSession()

sdb = axlGetMainSetupDB(session)

axlAddSpecToOutput(sdb "Hyst" "Vih_new" ?gt value(VT("/Anapower") 0)*0.7)

axlOutputResult(v_vih_new "Vih_new")

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    You can't do this. What you want is the ability to have parameterized specs, which we talked about in your other post.

    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