Skip to content

Commit

Permalink
Updated news fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Dec 11, 2024
1 parent f71bcbc commit e2c2628
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/news.d/899.feature.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[Questa/Modelsim] Added support for 3-step flow which is enabled by setting the
simulation option ``modelsim.three_step_flow`` to ``True``. Extra flags to the ``vopt``
step can be provided with the simulation flags ``modelsim.vopt_flags`` and
[Questa/Modelsim] Added support for 3-step flow and the Visualizer debugger.

The 3-step flow is enabled by setting the simulation option ``modelsim.three_step_flow`` to ``True``. Extra
flags to the ``vopt`` step can be provided with the simulation flags ``modelsim.vopt_flags`` and
``modelsim.vopt_flags.gui`` in normal and GUI mode, respectively.

The Visualizer debugger is enabled from the command line using the ``--debugger=visualizer`` option (in
addition to the ``--gui`` option for GUI mode). The 3-step flow must be enabled for this feature while
the default ``original`` debugger works with or without the 3-step flow.

Note: There is a bug in Visualizer preventing the normal ``restart`` command from being used. Please use the
``vunit_restart`` command instead.

0 comments on commit e2c2628

Please sign in to comment.