HACKER Q&A
📣 pythops

Why are we still using the same HDL languages from the 80s?


The main HDL languages today are Verilog and VHDL, and both have appeared from the 80s, it's 40 years ago, and we're still using them today ! My main question is why there is less evolution when it comes to HDL languages compared to programming languages ?


  👤 PaulHoule Accepted Answer ✓
Size of the market vs difficulty of the problem.

I wrote a FORTH interpreter in about 3000 lines of assembler when I was in high school. It's not hard to write a LISP and it's entirely routine to write a simple PASCAL-like language in a compiler class.

The simple case I see is that if you completely understood the bitstream format of an FPGA it might not be hard to make something that compiles some kind of code to the FPGA. To compete with current HDL tools you would need something that produces photomasks, the cost of testing the system alone would be astronomical.


👤 thebiss
There are others, as well as translators from higher level languages. See: https://en.wikipedia.org/wiki/Hardware_description_language#...