.. _Bit Field Diagrams for vr_ad registers:

Bit Field Diagrams for vr_ad registers
======================================


DVT can render bit field diagrams for **vr_ad** registers in tooltips and in the :ref:`Inspect View`.

Trigger the tooltip from the Editor, by hovering a register name (an enum item of **vr_ad_reg_kind** type):

.. figure:: ../../images/common/vr_ad_bitfield.png
	:align: center




To see the diagram in the Inspect View, simply click on a register name in the Editor or in views, for example a register entry in the :ref:`UVM Browser View` or a an enum item of **vr_ad_reg_kind** in the :ref:`Types View` members panel:

.. figure:: ../../images/common/vr_ad_inpect_view.png
	:align: center




.. tip::
	
	To save the diagram as an SVG file, right-click on it in the Inspect View.

.. tip::
	
	To copy the table contents to system clipboard, right-click on it in the Inspect View.

.. note::

	Diagrams are rendered using the `BitField <https://github.com/drom/bitfield>`_ library.

