|
ENTITY Unrouted_join_relationship SUBTYPE OF (Join_relationship); unrouted_terminals : OPTIONAL SET [1:?] OF Laminate_component_join_terminal; unrouted_lcp : OPTIONAL SET [1:?] OF Layer_connection_point; unrouted_junction : OPTIONAL SET [1:?] OF Layout_junction; unrouted_paa : OPTIONAL SET [1:?] OF Probe_access_area; unrouted_via : OPTIONAL SET [1:?] OF Via_terminal; INVERSE network_topology : Generic_physical_network FOR unrouted_connectivity_requirement_element; WHERE WR1: (SIZEOF(unrouted_terminals) + SIZEOF(unrouted_lcp) + SIZEOF(unrouted_paa) + SIZEOF(unrouted_via) + SIZEOF(unrouted_junction)) > 0; END_ENTITY; -- Unrouted_join_relationship |
Entity data types and their attributesJoin_relationshipassociated_layout: Layered_interconnect_module_design_view; Unrouted_join_relationship (OPT) unrouted_terminals: SET [1:?] OF Laminate_component_join_terminal; (OPT) unrouted_lcp: SET [1:?] OF Layer_connection_point; (OPT) unrouted_junction: SET [1:?] OF Layout_junction; (OPT) unrouted_paa: SET [1:?] OF Probe_access_area; (OPT) unrouted_via: SET [1:?] OF Via_terminal; (INV) network_topology: Generic_physical_network FOR unrouted_connectivity_requirement_element; |
Global rules for this entity data type- |