Forum Discussion

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

resizing 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...