Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

multiplication of unsigned and sfixed numbers

I am trying to multiply an unsigned number with sfixed number (0.703125). following are the code and errors: library IEEE; use IEEE.STD_LOGIC_1164.ALL; library ieee_proposed; use ieee_...