Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThesis Topic
Hi people, I am a new bie to this forum and I am a graduate student, in need of a masters thesis project on Altera FPGA board. My professor had asked me to check the possibility of modifying ...
Altera_Forum
Honored Contributor
13 years agoCustom instructions are one method and memory mapped accelerators are another. When the accelerator can operate quickly and contains few inputs custom instructions make sense to use. When there is a block of data to compute then a MM accelerator (sometimes with a DMA) makes more sense to use. One thing to keep in mind is that custom instructions block the processor pipeline.
So you have plenty of options but you should estimate computation times and input data sizes before choosing an accelerator method.