EE295 - ASIC Design With VHDL Class - Fall 2002

Composite Types and Operations


Outline:


Arrays

Attributes of Array Types and Objects

array'left(n) leftmost value in index range of dimension n
array'right(n) rightmost value in index range of dimension n
array'low(n) least value in index range of dimension n
array'high(n) greatest value in index range of dimension n
array'range(n) index range of dimension n
array'reverse_range(n) reverse of index range
array'length(n) length of index range in dimension n

Unconstrained Arrays



Array Operations and Referencing


Record Type


Send your comments to jswift@us.ibm.com
Return to Class Home Page



Copyright 1998, 2002 James Swift
Copying this document without the permission of the author is prohibited and a violation of international copyright laws.