Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNew IP development
Hello, I am interested in developing some instructions which can do the bignum operations (like adding two operands of 1024 bit) and hence by plan to implement a simple Full Adder like this: ...
Altera_Forum
Honored Contributor
13 years agoDaixiwen summed up what little I know of C2H.
You also need to answer the question 'How fast do I need it to go?' not 'How fast can I make it go?' A single core on a typical desktop system is probably 100 times faster than a niosII. You are very unlikely to 'win' by offloading something - unless it is something that VHDL is good at, or you have real-time constraints.