File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments