Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDifference in floating point and fixed point arithmetic in vhdl.
Hiii... I want to know the difference between floating point and fixed point arithmetic.I searched it on google but I didnt get a clear idea when to use which type of arithematic. Can any one pl...
Altera_Forum
Honored Contributor
10 years agoTo me the main issue is that floating point is used for critical few cases especially when small value representation is treated fairly.
The drawback of fixed point is the unfair representation of small values which will occupy few LSBs and waste many MSBs. For example with 8 bits unsigned the difference between 200 and 201 can be represented i.e. 1/200 is represented.But we can't pass same representation to lower values such as 1/200 of 3