Forum Discussion
Altera_Forum
Honored Contributor
10 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 kerne...
Altera_Forum
Honored Contributor
10 years agoHi Ted,
I have image matrix in my nios2 c code. I will take 8 surrounding pixel values and want to set them as an input arguments for custom instruction. Can you guide me about register file interface because in my case it will be the only option to perform my task.