for example
temp : std_logic_vector[31 downto 0]
just want to get starting from 3th bit to 5th bit and store to another variable of type std_logic_vector[2 downto 0]
like offset
how to write in vhdl?
temp : std_logic_vector[31 downto 0]
just want to get starting from 3th bit to 5th bit and store to another variable of type std_logic_vector[2 downto 0]
like offset
how to write in vhdl?