DVT SystemVerilog IDE User Guide
Rev. 24.1.5, 13 March 2024

31.6 Variables

Inspect variables using the Variables View

In the Variables View you can see the current scope variables, like for example:

  • arguments of the current function/method/tcm

  • locally declared variables

  • class fields and module signals

  • inherited fields

  • this / me

The Variables View is automatically updated when you move up and down the call stack.

Variable Value in Tooltip

If you hover variables in the editor, you can see the current value in the tooltip.

Change Variable Value

Click on the variable value to change it. The new value is sent over to the simulator.