Forum Discussion
Altera_Forum
Honored Contributor
14 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 synthes...
Altera_Forum
Honored Contributor
14 years agoA divide function is not appropriate as it does now allow pipelining (unless your clock speed is about 2 MHz). The LPM_Divide is a module that is fully pipelined.