Forum Discussion
Altera_Forum
Honored Contributor
13 years agoProblem in getting final output.
hello.... I am trying to build custom peripheral using NIOS II processor on DE 2 board. My application is edge detection of the image using sobel operator. I am using C code for transmitti...
Altera_Forum
Honored Contributor
13 years agoYou should simulate your design (with ModelSim for example), identify the problem and trace back to the cause.
If you do not succeed, check the correct behaviour of the system step by step, i.e. first test the communication between the Nios II and your custom peripheral, then test your image processing algorithm alone. Jérôme