|
ENTITY Design_functional_unit_allocation_to_assembly_component; functional_design_definition_path : Design_composition_path; implementation : Assembly_component; global_swappable : BOOLEAN; local_swappable : BOOLEAN; of_property : OPTIONAL SET [1:?] OF Property_value_representation; path_alias : STRING; swap_code : STRING; UNIQUE UR1 : implementation, path_alias; END_ENTITY; -- Design_functional_unit_allocation_to_assembly_component |
Entity data types and their attributesDesign_functional_unit_allocation_to_assembly_componentfunctional_design_definition_path: Design_composition_path; implementation: Assembly_component; global_swappable: BOOLEAN; local_swappable: BOOLEAN; (OPT) of_property: SET [1:?] OF Property_value_representation; path_alias: STRING; swap_code: STRING; |
| Transmission_line_functional_unit_to_routed_transmission_line_allocation (Functional_decomposition_to_interconnect_design_arm) |
Global rules for this entity data type- |