|
ENTITY Physical_unit_keepout_shape_allocation_to_stratum_stack; keepout_shape : Physical_unit_keepout_shape_model; stack_model : Library_stack_model; swappable : BOOLEAN; kept_out_layers : SET [1:?] OF Stratum_technology_occurrence; UNIQUE UR1 : keepout_shape, stack_model; WHERE WR1: keepout_shape\Physical_unit_keepout_shape_model.constrained_design_object_category IN [keepout_product_design_object_category.interconnect_module_via, keepout_product_design_object_category.interconnect_module_inter_stratum_feature, keepout_product_design_object_category.interconnect_module_cutout, keepout_product_design_object_category.interconnect_module_fill_area, keepout_product_design_object_category.interconnect_module_stratum_feature]; END_ENTITY; -- Physical_unit_keepout_shape_allocation_to_stratum_stack |
Entity data types and their attributesPhysical_unit_keepout_shape_allocation_to_stratum_stackkeepout_shape: Physical_unit_keepout_shape_model; stack_model: Library_stack_model; swappable: BOOLEAN; kept_out_layers: SET [1:?] OF Stratum_technology_occurrence; |
Users: by entity attributesPhysical_unit_keepout_shape_allocation_to_stratum_stackUsers: by defined types, not used by any entity attributePhysical_unit_keepout_shape_allocation_to_stratum_stack- |
Global rules for this entity data type- |