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 agoIf you use the divide function and put a chain of flip flops after the division and use the value from the end of the chain for the output you might get lucky and Quartus will retime those registers (if you enable it) and shove them into the division logic. That said I would just use the megafunction or build your own if you want something custom.