|
ENTITY Layout_junction; name : STRING; associated_definition : Layered_interconnect_module_design_view; net : Generic_physical_network; location : Cartesian_point; UNIQUE UR2 : name, net; UR1 : location, net; WHERE WR1: associated_definition :=: net.current_associated_definition; END_ENTITY; -- Layout_junction |
Entity data types and their attributesLayout_junctionname: STRING; associated_definition: Layered_interconnect_module_design_view; net: Generic_physical_network; location: Cartesian_point; |
Global rules for this entity data type- |