|
ENTITY Binary_boolean_expression ABSTRACT SUPERTYPE OF (ONEOF (Xor_expression, Equals_expression)) SUBTYPE OF (Boolean_expression, Binary_generic_expression); END_ENTITY; -- Binary_boolean_expression |
Entity data types and their attributesGeneric_expression- Expression - Boolean_expression - Binary_generic_expression operands: LIST [2:2] OF Generic_expression; Binary_boolean_expression - |
| Equals_expression (Expression_arm) |
| Xor_expression (Expression_arm) |
Global rules for this entity data type- |