Port Declaration
PORT
declaration establishes the interface of the object to the outside world
Three parts of the PORT declaration
Name
Mode
Data type
Sample PORT declaration:
ENTITY
test IS PORT (
name : mode data_type
); END test;