.. _Add Port:

Add Port
========

An error is triggered when trying to connect a port that is not defined in an entity.

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

Place the editor cursor on the error's line and press :kbd:`Ctrl+1`, select :guilabel:`Add port ...` from the list of quick fix proposals and press :kbd:`Enter`.

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

.. tip::

	If the entity is instantiated multiple time across the project, the **Refactor Add Port Wizard** is opened. 
	
.. seealso::

	:ref:`Add New Port to Entity`.

