Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI found, that the altfp_atan has a bug in Quartus V11.0, that clk_en erroneously defaults to '0'. So if you don't use and enable the clk_en port in the MegaFunction instance, the atan function is disabled.
I agree however with dsl, that it seems more appropriate to write a fixed point implementation, due to the huge resource consumption of the float version.