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: *

  • Users: sgarg
  • Order by date
  1. sgarg

    declaration & assignment

    In if loop u r using only one condition that clk='1' well it is not good as some synthesis tool donot take functionality implied from process senstivity list. so better practice is to use like: if(clk'event and clk='1') then --code end if Such errors raise synthesis problems.

Part and Inventory Search

Back
Top