Altera_Forum
Honored Contributor
9 years agonios 2 custom instruction having multiple inputs
Hello Everyone,
I am implementing sobel edge detection on de2 board using nios2 processor. I want to create custom instruction for sobel kernel. I have created verilog module for my sobel kernel. question is nios2 custom instruction allows only two inputs dataa and datab while in my sobel kernel , I have eight inputs. can anyone guide me how to create custom instruction for multiple inputs. Here I have attached my verilog code also. Thanks