.. _Replace Deprecated Package:

Replace Deprecated Package
==========================

A warning is triggered when importing a deprecated package (for example, the 'eee.std_logic_arith' package).

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

Place the editor cursor on the warning line and press :kbd:`Ctrl+1`, select :guilabel:`Replace deprecated package ... with ...` from the list of quick fix proposals and press :kbd:`Enter`.

The non standard package will be replaced with the indicated equivalent.

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



