Resources for learning Verilog

harry picture harry · Dec 21, 2009 · Viewed 7.6k times · Source

I'm new to Verilog. Can someone suggest a learning resource, book, video, blog or anything that they had a good personal experience with and helped them learn it faster?

If it helps, I have experience programming in several high-level languages, but have no experience programming in C.

Thanks

Answer

e8johan picture e8johan · Dec 21, 2009

Learning Verilog is very far from high-level languages. The syntax has been inspired by C, yes, but designing electronics (be it using VHDL or Verilog) is very different from writing software.

Having said that, I suppose that you have found the obvious through Google. For instance this tutorial, and them main Verilog site. The latter lists books and contains a free tutorial.