• 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. Getting Waveforms on Xtreme Box.

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 48
  • Views 13502
  • 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

Getting Waveforms on Xtreme Box.

archive
archive over 18 years ago

Is there a way to get continous waveforms of DUT signals in Xtreme?
Any help in this regard will be highly appreciated.
Thanks.


Originally posted in cdnusers.org by DGill
  • Cancel
  • archive
    archive over 18 years ago

    Hi DGill,

    The way to get waveforms for the DUT signals on the Xtreme platform when running in SW mode is to do a $dumpvars and debug using the post-process mehod. Similarly the HW waveforms can be generated using the VCD on Demand (VoD) feature after the simulation has been run once and use the post-process method.

    The Xtreme platform does not support the continuous waveform feature. If you need help in generating VoD waveforms do let us know.

    -=rizwan


    Originally posted in cdnusers.org by rizwan
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    One way to generate continous waveform of a limited number of DUT signals in Xtreme is to $export_read the signals of interest.

    initial
    begin
    $export_read();
    $export_read();
    ...
    end

    and then use regular $dumpvars for those signals at runtime. This is only available if you using $rcc(run) mode.

    One should not use more than few hundred signals in this way or it will impact runtime perfomance.


    Originally posted in cdnusers.org by ashvarma
    • 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