Hi, i can't imagine, how to implement simple bit extractor.
-- pseudocode
signal input : std_logic_vector(63 downto 0);
signal output : std_logic_vector(63 downto 0);
type bit_index is range 63 downto 0;
signal min : bit_index;
signal max : bit_index;
-- min and max indexes determine, which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.