Forum Discussion

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

Help with Bit Extraction

I have a basic question about the following: MIN_GAIN : unsigned(13 downto 0) := b"10000000000000"; -- 0x2000 gain_in : in std_logic_vector(13 downto 0); val : unsign...