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

    what's wrong with this interger counter?

    You should use a reset clause to initialize your counter. if reset=1 then counter <= 0; elsif rising_edge(clk) then ... end if;
  2. heeckhau

    variable used in for loop

    You could try to use sll (shift left logical), but I am not sure all tools can synthesize this. You can also use shift_left from ieee.numeric_std, but then you will have to convert your bit_vector to unsigned first.http://www.sigasi.com

Part and Inventory Search

Back
Top