Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSupport for floating point arithmetic and the VHDL-2008's float_pkg by Quartus-II
I am trying to develop a design that involves floating point arithmetic with DSPs in an Arria-II GX device. I would like my code to be portable so I am trying to avoid the use of MegaCores. Does anyb...
Altera_Forum
Honored Contributor
15 years agoThe only way I could think of would be equavalent to the altera IP cores anyway. So what you really need is Quartus somehow infering the IP using the fp function followed by a shift register. But given how you cannot do this even for an integer "/", you might be waiting a while for float_pkg support. You can always do type converts from this package to SLVs in and out of the alteraFP IP, but again, this is pretty pointless if all you have is FP IP cores.
Apparently full 2008 fixed_pkg support is coming in Q12.1, so maybe they are doing something with the float package (but I highly doubt it).