Port
Mode
Examples
Two examples of port mode use
PORT (input : IN
data_type
); PORT (output, brdy, data : OUT
data_type
);
In the first case, note that input can only be read by the
component
In the second case, the
signals
can only be written to by the component