Forum Discussion
Altera_Forum
Honored Contributor
12 years agoInteresting, but I need to pass numbers like 0,875 (binary 0,111) as inputs, and probably taking some fixed point as output.
A ten bit signed would be 1000000001 (-1) with std_logic_vector, but waht if we need to represent 0,111? Thanks Tricky.