Add Port
An error is triggered when trying to connect a port that is not defined in an entity.
![../../_images/vhdl_quick_fix_add_port_list.png](../../_images/vhdl_quick_fix_add_port_list.png)
Place the editor cursor on the error’s line and press Ctrl+1, select Add port … from the list of quick fix proposals and press Enter.
![../../_images/vhdl_quick_fix_add_port_after.png](../../_images/vhdl_quick_fix_add_port_after.png)
Tip
If the entity is instantiated multiple time across the project, the Refactor Add Port Wizard is opened.
See also