Altera_Forum
Honored Contributor
13 years agoDivide two 36 Bit values
Hello,
i have a problem. I have to divide two 36 Bit Values, but i can't find a right design in Vhdl, which can do it. All the moduls can divide up to 32 bit, but no more. It should be synthesizable. I need the quotient and the rest. Can anyone help me? The input type's of my entity are two std_logic_vector(35 downto 0) which i would convert in unsigned values (of the package "ieee.numeric_std.all") with the same length. And this values, i have to divide. The dividend is the bigest value, so that the result's are only positive. Thank's a lot, phot