Forum Discussion
Altera_Forum
Honored Contributor
8 years agoout_buf1(i) is a single bit. You need to make it into an array. something like:
one_buf1 := one_buf1 + ("" & out_buf(i));out_buf1(i) is a single bit. You need to make it into an array. something like:
one_buf1 := one_buf1 + ("" & out_buf(i));