Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHardware acceleation of a custom software
Hi all, My name is Vivek Gujari. I have a custom built software in C# (approx. 50k lines of code) in visual studio. I want to design a near real time system by accelerating the algorithms ...
Altera_Forum
Honored Contributor
8 years agoIs it a good idea to use task subroutine in the RTL? In the algorithm, we frequently used matrix multiplication. So I was thinking of implementing a task for matrix multiplication and calling it wherever required!