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 agoHi
I have one set of floating point array, if i compare floating point array numbers with integer, like 3.6 and 3 , 3.6 should be greater..... eg: if 3.6 > 3 output<=1 How do i declare floating point array?