Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can write your own function using a serial approach for 'long divide'. It will take up to 128 clocks (and a few) to calculate the result. It will use reasonably few rersources compared to a direct combinatorial approach.
If you need speed that you have to pipeline every stage which will be a lot more work.