| | |
Summary: © ECEMA 1993 Language complements 7.1
SECTION 7
Language complements
Page
Alias 7.2
User defined attributes 7.4
Port modes 7.6
Access type 7.7
File type 7.11
Testing a design using text files 7.15
Configuration 7.19
© ECEMA 1993 Language complements 7.2
Alias declaration
alias identifier : subtype_indication is name;
· identifier is the alias of (part of) the object represented by name,
· An alias preserves the object class, i.e.., alias of a signal denotes a signal,
alias of a variable denotes a variable, and alias of a constant denotes a
constant
· The base types must be the same
variable REAL_NUMBER : BIT_VECTOR (0 to 63);
|