Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou want to implement division in floating point format (ALTFP_DIV does that)? Then, naturally, your options are 32-bit (single precision) or 64 bit (double precision) only. For fixed point format use LPM_DIVIDE megafunction and choose how many bits of precision you want.