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

    converting a binary number into an integer???

    for i in 0 to 7 loop if(InD(i)='1') then Number:=Number+value; end if; value:=value*2; end loop; Number is integer and contains the value of the vector InD InD is the input vector value is an integer
  2. JohnGiannakas

    Dividing bit vectors using VHDL

    How can I divide a bit vector in VHDL by another one? The divider is not a power of 2.( if it was a simple shift operation would do the job) For exaple divide 1010110 with 011.

Part and Inventory Search

Back
Top