Entity Layout: LINKCORNER

Synopsis

The LINKCORNER declaration provides a mechanism to enable links to be routed round corners instead of just being straight lines.

Syntax

object_id : LINKCORNER src_entity src_port dest_entity dest_port no_of_corners (cx1,cy1) ...

Examples

Memory_Hierarchy.secondary_cache : LINKCORNER first_cache OUT second_cache IN 3 (10,0) (10,10) (50,10)

TOPLEVEL : LINKCORNER ALU output2 BUS2 input2 2 (0,15) (90,15)