|
ENTITY Binary_generic_expression ABSTRACT SUPERTYPE SUBTYPE OF (Generic_expression); operands : LIST [2:2] OF Generic_expression; END_ENTITY; -- Binary_generic_expression |
Entity data types and their attributesGeneric_expression- Binary_generic_expression operands: LIST [2:2] OF Generic_expression; |
| Binary_boolean_expression (Expression_arm) |
| Binary_numeric_expression (Expression_arm) |
| Comparison_expression (Expression_arm) |
| Format_function (Expression_arm) |
| Index_expression (Expression_arm) |
Global rules for this entity data type- |