• 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. Xtreme run modes?

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 48
  • Views 14019
  • 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

Xtreme run modes?

archive
archive over 18 years ago

In Xtreme, what are the differences between the run, tbrun and autorun modes?

Thanks for the help!

davea


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

    Xtreme supports running the design in three modes:

    run mode:
      Run mode is generally used for acceleration testcases, where DUT runs in RCC engine
    and Testbench runs in xsim simulator.The simulation performances in this case is generally determined by software components running in xsim simulator.

    autorun mode:
      autorun mode is mostly used for in-circuit emulation and targetless emulation  modes.In autorun all the modules must be compiled for RCC engine and also all the clocks must be generated from axis_clkgen module.autorun ignores all CLI commands after HW swap, and any control must be done manually by pressing CTRL-C  and typing commands on CLI or through axis tbcall mechanism.

    tbrun:
      tbrun is very similar to autorun(has all the requirements of driving clocks from axis_clkgen and no module can run in XSIM SW) except it enables behavioural
    delay control.This mode is mainly used for TBA(Transaction based acceleration using xtremeTBA libraries) applications.
     i.e C1>##600 $stop; will be honoured.(ignored in autorun mode).

    Please refer to Xtreme documentation for more details.
    Thanks,
    DGill





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

    The run command ($rcc(run);) is used for acceleartion. It allows the DUT to execute in RCC engine, and the remaining parts of the design and testbench run in XSIM software simulator. In run mode, user can have delay control from the CLI.

    The autorun command ($rcc(autorun);) allows the DUT to execute in In-Circuit Emulation (ICE)
    mode. It enables internal clock generation. This gives you the highest performance possible in
    Xtreme. We have two kinds of ICE, one is targetless emulation and the other one is target emulation.
    In autorun, user can not have delay control from the CLI. The only way to stop $rcc(autorun); from the Command Line Interface (CLI) is to press the Ctrl-C key and swap back to simulation mode.

    The $rcc(tbrun); command enables delay control in targetless emulation. $rcc(tbrun);
    mode has both the performance of $rcc(autorun); mode and the flexible delay control of $rcc(run);
    mode.


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

    One should also consider PI (primary input) and PO(primary output) sychronization when using discussing these modes.

    $rcc(run): Both PI and PO events are propagated and cause synchronization
    $rcc(tbrun: Only PI events are propagated as scheduled, PO events are propagated only when there is a tbcall synchronization (axis_tbcall, tbcall region, DPI call).
    $rcc(autorun): No PI or PO event synchronization can take place, only tbcall sync. is supported.

    Also keep in mind that it is possible to dynamically switch design into different modes at run time, e.g. run to tbrun mode or vice-versa.

    -ashutosh


    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