Altera_Forum
Honored Contributor
9 years agoresizing sfixed number
i want to resize a sfixed number of size(9 downto -6) to sfixed/signed of size (9 downto 0): here's the code: library IEEE; use IEEE.STD_LOGIC_1164.ALL; library ieee_proposed; use...