Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI've found the solution, There is no necessity to create the ***_inst.vhd file by Mega Wizard. I had selected this file in addition to the default name.vhd file. All IP programs that related to FLOATING POINT cannot pass the compilation stage cause ***_inst.vhd file. It have to be unselected during the Mega Wizard file creating.
Also,I would like to answer, how is it possible to convert decimal numbers to IEEE 754 single precision 32 bit vector? According to the information I read, the conversion can be implemented by IEEE function (float_pkg) by David Bishop And the second option is to use the library altera.mf? what can you suggest me to use? what is the better of? And the last one, how can I use it? what is the procedure needed for get the converted 32 bit vector that describes the decimal number?