CLINK - A Communication Channel

Syntax

CLINK ( src_type.src_inst[src_port]->dest_type.dest_inst[dest_port], link_width )

Synopsis

The CLINK construct provides a mechanism to enable two different ports to be connected together. The ports maybe on the same or different entities.

Example

CLINK ( CPU.cpu4[to_memory]->Memory.main_memory4[from_cpu], 3 )