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 agoHere is one such thread:
http://www.alteraforum.com/forum/showthread.php?t=40312 With large data, many people decide to not use custom instruction, and instead opt for Avalon-MM Slave accelerator, fed by DMA controller.