Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCurious to know the need for that extra for loop. If you use signal k itself as the start index, you can code:
always@(k) send_char = node[{k,3'b0} +: 8];Curious to know the need for that extra for loop. If you use signal k itself as the start index, you can code:
always@(k) send_char = node[{k,3'b0} +: 8];