Forum Discussion
Altera_Forum
Honored Contributor
13 years agoOk it compiled this:
for i in 0 to 31 loop
bit_location <= i + unsigned(lsb);
if (bit_location >= unsigned(lsb)) AND (bit_location <= unsigned(msbd)) then
output(i) <= bit_field(bit_location);
end if;
end loop;
and I got this: https://www.alteraforum.com/forum/attachment.php?attachmentid=6527 It looks like it is not done properly