• 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. Calculator skill function for sampling signal on varying...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 17066
  • 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

Calculator skill function for sampling signal on varying pulse edge

daly
daly over 13 years ago

Hi there,

I have been trying unsuccessfully to use the built-in Cadence calculator functions to sample an analog signal at multiple times, based on a digital clock edge which comes at non-periodic times.  Has anyone had success using the functions such as "value", "sample" or "cross" to do this?  "cross" can get me the array of times I would like to sample, but I can't find a function that gives me the value of another analog waveform based on this array of times.

If there is no way to do it using the built-in calculator, I would like to write a custom SKILL calculator function to implement this functionality.  Does anyone have a similar example program that I could use as the starting point?

Thanks! 

  • Cancel
  • marcelpreda
    marcelpreda over 13 years ago

    Hi there,

     

    Let'a assume that in list l_times you have the time values for which you want to have the associated values.

    Do a foreach (or better mapcar) and using value() or sample() build a new list with the values , l_values.

    Now you will need to create two vectors and then the waveform:

    xV = drCreateVec('double l_times)

    yV = drCreateVec('double l_values)

    thewave = drCreateWaveform(xV yV)

    My assumption was that on x/y axis you have type 'double .

     For dr* functions used above you may have a look on skartistref.pdf  (Virtuoso Analog Design Environment SKILL Language Reference) documentation.

    Best Regards,

    Marcel

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • daly
    daly over 13 years ago
    Marcel - thanks so much.  Your tips led me in the right direction and I was able to get the code working!
    • 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