Forum Discussion
Altera_Forum
Honored Contributor
14 years agolpm_divider latency
Hi, I am new in VHDL and Altera FPGA. I am currently working with a Cyclone III. I want to use the megafunction lpm_divide to do a signed 32 bit / signed 16 bit division. I read in the A...
Altera_Forum
Honored Contributor
14 years agoThanks, 'Tricky' and 'thepancake' for your replies. :)
I see your point. But what would you use to do the multiplication? The standard Verilog '*' operator? Or a Floating Point Multiply function from the Megafunction library? If using a multiply megafunction, I will need to try & see if the output latency or area be any better than the lpm_divide latency.