Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Digital division using Verilog

Hi. I need to perform a division operation on a Cyclone IV FPGA. I have learnt that the few methods to perform such are : (a) by calling the conventional '/' operator; eg 27/5 (b) by cal...