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 agoA (non-combinatorial) custom instruction can read/write internal fpga memory just the same as any other logic.
What you could do is dual port some internal memory to the custom instruction logic and a tightly coupled data port. You custom instruction would then take memory addresses as it's inputs and perform the operation on the shared memory block. The cpu reads/writes of the memory would be as fast any other way of getting the data into your logic.