ash72
Newbie level 5
VHDL question:
Assume you have an enum type as follows
type color is (R, G, B);
Type attribute color'left will give "R". And color'low will also give "R". In such a case will 'left and 'low ever produce different result? If no, then what's the use of these two different attributes for enum type?
Assume you have an enum type as follows
type color is (R, G, B);
Type attribute color'left will give "R". And color'low will also give "R". In such a case will 'left and 'low ever produce different result? If no, then what's the use of these two different attributes for enum type?