Forum Discussion
Altera_Forum
Honored Contributor
14 years agosfixed to ufixed conversition
Hi all; I have learn about ufixed and sfixed operation. I want to convert -0.129 to sfixed using the code below and its has no problem; signal n1: ufixed (4 downto -4); ... out_A <= ...
Altera_Forum
Honored Contributor
14 years agoSorry for the miss typing; signal n1: sfixed (4 downto -4);
How can I convert the sfixed to ufixed using abs function? Can you give any links or note on abs function to study..thanks for reply