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 the following error occurs: Error: In lpm_divide megafunction, LPM_WIDTHN must be less than or equals to 64 Why is there a limit to 64 bit? The Integer Arithmetic Megafunctions User Guide from 2013.06.10 (http://www.altera.com/literature/ug/ug_lpm_alt_mfug.pdf) say's on site 5: "Supports data width of 1 – 256 bits". Is the above statement only related to newer version like quartus13.1 and a upgrade solves my problem? If yes, wich is the lowest possible quartus version number to use lpm_divide for more than 64 bit?