Replace Deprecated Package

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

../../_images/vhdl_quick_fix_replace_deprecated_package_list.png

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

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

../../_images/vhdl_quick_fix_replace_deprecated_package_after.png