Forum Discussion
Altera_Forum
Honored Contributor
12 years agohow I can create a custom instruction to manage operations on vectors
hi, I'm trying to write a VHDL component that makes a multiplication between two matrices or vectors. the component will be a custom instruction that I would use in nios in the following way ...
Altera_Forum
Honored Contributor
12 years agothanks for your answers,
I was thinking of saving the data in the onchip memory, but do not know how ... how do I read / write from onchip memory from nios? how to read / write from a component in VHDL?