.. _Explicitly Declare:

Explicitly Declare
==================

A warning is triggered when the net declaration is implicit.

.. figure:: ../../images/common/sv_quick_fix_declare_implicit_list.png

Place the editor cursor on the warning's line and press :kbd:`Ctrl+1`, select **"Explicitly declare ..."** from the list of quick fix proposals and press  :kbd:`Enter`.

The type of the new net declaration is automatically detected from context.

.. figure:: ../../images/common/sv_quick_fix_declare_implicit_list_after.png


