PORT - Communication Port Declaration

Syntax

PORT ( port_name, message_type, port_type )

Synopsis

The PORT construct enables the creation of communication ports for an entity. Ports from different entities are connected together via links allowing entities to exchange information.

Example

PORT ( processor_to_memory, DataLink, SOURCE )