Skip to content

Commit ab4d2b3

Browse files
committed
Updated news fragment.
1 parent a339dff commit ab4d2b3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/news.d/899.feature.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
[Questa/Modelsim] Added support for 3-step flow which is enabled by setting the
2-
simulation option ``modelsim.three_step_flow`` to ``True``. Extra flags to the ``vopt``
3-
step can be provided with the simulation flags ``modelsim.vopt_flags`` and
1+
[Questa/Modelsim] Added support for 3-step flow and the Visualizer debugger.
2+
3+
The 3-step flow is enabled by setting the simulation option ``modelsim.three_step_flow`` to ``True``. Extra
4+
flags to the ``vopt`` step can be provided with the simulation flags ``modelsim.vopt_flags`` and
45
``modelsim.vopt_flags.gui`` in normal and GUI mode, respectively.
6+
7+
The Visualizer debugger is enabled from the command line using the ``--debugger=visualizer`` option (in
8+
addition to the ``--gui`` option for GUI mode). The 3-step flow must be enabled for this feature while
9+
the default ``original`` debugger works with or without the 3-step flow.
10+
11+
Note: There is a bug in Visualizer preventing the normal ``restart`` command from being used. Please use the
12+
``vunit_restart`` command instead.

0 commit comments

Comments
 (0)