Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThere are no megafunctions for fixed point because all of the arithmatic is integer arithmatic. So you either use the standard megafunctions (lpm_mult, lpm_add_sub etc) or you can just use behavioural code.
This means the latency is MUCH lower, and logic use is MUCH smaller.