Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Assignments for vectors inequal in length

let's t and d - unsigned vectors and they have different length, and perhaps reverse range does assignment t := to_unsigned(to_integer(d), t'length) right? what is regular way?