Update Entity Instance

Problems are reported when an entity instance does not match the entity definition (has missing or extra port connections).

Place the editor cursor on a problem’s line and press Ctrl+1, select Update instance to match entity definition from the list of quick fix proposals and press Enter.

../../_images/vhdl_quick_fix_update_entity_instance_list.png

The extra ports are removed and all the missing ports are added at the end of the instance port list.

../../_images/vhdl_quick_fix_update_entity_instance_after.png

Tip

You may change the newly added port connections. Press Tab key to switch between the edit boxes, and Enter when done.

Note

The quick fix only works for named port connections.