Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThanks, that did the trick!
The assignment "node[start +: width]" specifies start and width of the sub-vector. always@(k) for(i=0; i<10; i=i+1) if(i==k) send_char = node[(i*8) +: 8];Thanks, that did the trick!
The assignment "node[start +: width]" specifies start and width of the sub-vector. always@(k) for(i=0; i<10; i=i+1) if(i==k) send_char = node[(i*8) +: 8];