Can someone help me with this task Manage the matrix pointer in the following way. Order activate (0,0), (0,1) ... (0,7), (1,0) ... .. (7,7)? I just don't know to solve that.
Josip J. wrote: > I just don't know to solve that. I don't know what language and what type of array... > Order activate (0,0), (0,1) ... (0,7), (1,0) ... .. (7,7)? Here some code to sum up the matrix values in VHDL:
1 | |
2 | |
3 | |
4 | |
5 | |
Lothar M. wrote: > Josip J. wrote: >> I just don't know to solve that. > I don't know what language and what type of array... > >> Order activate (0,0), (0,1) ... (0,7), (1,0) ... .. (7,7)? > Here some code to sum up the matrix values in VHDL: >
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
VHDL and E2LP
Reply
Please log in before posting.