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

    Testbench, need function convert from 2's complement

    you can use function conv_integer for example: a : integer ; b : std_logic_vector; a <= conv_integer(b) ; make sure that you use std_logic_signed package;
  2. nissank

    test

    test

Part and Inventory Search

Back
Top