Forum Discussion
Altera_Forum
Honored Contributor
12 years agolpm_divide use for division with more than 64 bit
Hello everyone, I am want to divide two 96 bit unsigned integer signals (std_logic_vector). For this I use the MagaWizard Plug-In Manager and the lpm_divide IP in quartus10.1. When compiling ...
Altera_Forum
Honored Contributor
12 years agoDo you need a pipelined design? Can you suffer some wait cycles? You could do a bit by bit difference method if you have some spare clock cycles. See the Advanced Synthesis Cookbook for an example (http://www.altera.com/literature/manual/cookbook.zip)