|
ENTITY xor_expression SUBTYPE OF (binary_boolean_expression); SELF\binary_generic_expression.operands : LIST [2:2] OF boolean_expression; END_ENTITY; -- xor_expression |
Entity data types and their attributesgeneric_expression- expression - boolean_expression - binary_generic_expression operands: LIST [2:2] OF generic_expression; binary_boolean_expression - xor_expression (RT) operands: LIST [2:2] OF boolean_expression; |
Global rules for this entity data type- |