Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Charlie84

    Simple extract bits from vector

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

Part and Inventory Search

Back
Top