Forum Discussion
Altera_Forum
Honored Contributor
14 years agoALTFP_CONVERT in Modelsim
I'm currently using the ALTFP_CONVERT megafunction in my design to convert a 10 bit integer to a 32bit FP. It has a clk_en (convert_en) and an aclr port (convert_rst). Unfortunatly the output s...
Altera_Forum
Honored Contributor
14 years agoProblem solved. I made a new copy of ALTFP_CONVERT with a different name and that seemed to fix it. Surprising how changing the name of a module seems to fix things... I have a feeling I may have made an incorrect port assignment in another module, which messed up the synthesis of ALTFP_CONVERT when I tried testing it by itself in modelsim.
Thank you for your help :)