VHDL and Verilog serve the same purpose, but most engineers favor one of both languages. I want to find out who favors which language.

There are dozens of myths and common wisdoms about the separation between Verilog and VHDL. (ASIC / FPGA, Europe / USA, Commercial / Defense, etc.) If you ask around, people will tell you the same thing over and over, but I want to find out if these myths are based on reality.

So my question: can anybody provide sources of quantitative data that indicate who uses VHDL and who uses Verilog? Again, I’m looking for numbers, not for gut feelings and general indications.

link|improve this question

40% accept rate
Do please share if you find anything! – Dr. Watson Feb 12 '11 at 23:38
feedback

3 Answers

VHDL and Verilog are both fairly new and fairly specialized languages. Those two characteristics make their qualitative data hard to come by. On the other hand, we can use these characteristics to our advantage. We can attempt to infer the popularity of these languages based on the number of references that are available.

Amazon.com Book Listings By Subject

VHDL        315
Verilog     132

Google Trends: Verilog (red) vs VHDL (blue) - SourceVerilog(red) vs VHDL(blue)

By these numbers (and only these numbers) VHDL seems to be more widely-used than Verilog; however, there is no indication on the market share details of each.

link|improve this answer
Thanks @Fitz. This tells us that VHDL is bigger than Verilog. Or at least, people use Google more to search for VHDL answers than for Verilog. Still, I was hoping for more demographic data (east coast vs west coast, military vs commercial etc.) Google trends does help a lot, but for smaller search volumes, it refuses to give any data. For example, Google Trends only gives you very limited information for VHDL/Verilog searches in different states of the US. – Philippe Feb 14 '11 at 9:55
6  
"fairly new and failry specialized"? Specialized yes, but not new. VHDL and Verilog are only new if you consider Perl to be a new language. They were all created in the 80s. They've both evolved and were enhanced over the years, but they aren't new. – Ross Rogers Feb 15 '11 at 17:18
feedback

I work for a large publicly traded hardware design company headquartered in Silicon Valley. We used to use VHDL, but switched to verilog in 2002(ish).

Around 2008, we switched to system verilog. As I understand it, most non-military/non-gov't contracting companies use system verilog while military/gov't contracting entities use VHDL these days.. but don't quote me...

Is this what you're asking for? If so, +1 for system verilog :)

link|improve this answer
1  
Hi @Dave, I was hoping for more hard numbers, like x% on the West Coast uses Verilog. Defence is y% VHDL. z% of VHDL designers use VHDL. I wanted to find out this stuff because over all, VHDL seems (a bit) more popular than Verilog (see @Fitz' answer) but when I talk to people, many say that they are using Verilog. – Philippe Mar 14 '11 at 14:15
Seems like you're looking for an industry analyst... sorry, I don't know these numbers or where to find them :(. However, one cannot conclude anything w.r.t. overall HDL usage percentages from the graph below.. it could be saying that learning VHDL requires more support, or could mean that VHDL is more popular in academia. – DaveD Mar 14 '11 at 22:41
feedback

I did Verilog at my university for my digital design course(summer of 2005). At the time VHDL was not taught. Now the university teaches both with VHDL as a graduate level course and Verilog an undergraduate level course(2011 timeframe). I worked at two places and both use VHDL exclusively. There is no plan to change to Verilog. Even the text book that we used had only verilog examples. The latest edition of the same textbook also teaches VHDL. Regardless of what people have said to me I personally haven't encountered any Verilog in my places of work though I would love to do Verilog only because it was my first HDL. My garage projects are all Verilog just so I don't forget it. I don't have any issues with either language. Both languages are very good and very powerful. I would suggest knowing both.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.