Download Mentor Graphics VHDL Reference Manual

Transcript
Attributes
________________________________________________________________________________________________________________________
’left
Kind
Value
Prefix
Any scalar type or subtype.
Result Type
The same type as the prefix type.
Evaluation Result
The result is the left bound of the specified prefix type.
Example
The following code defines address_range:
TYPE address_range IS RANGE 0 TO 31;
The following code returns the value "0", which is the left bound of
address_range:
address_range’left
10-44
Mentor Graphics VHDL Reference Manual, July 1994