Forum Discussion
Altera_Forum
Honored Contributor
13 years agounsigned(a) - note: not (a,b) - is a type conversion of a similar type a (ie. another array of std_logic, like signed or std_logic_vector.
to_unsigned(a,b) converts an integer a to an unsigned type with length b.