They can talk about a programming language such as Handel-C, which is a kind of C dialect designed for hardware programming. Handel-C can be directly or indirectly compiled into HDL, which in turn creates an FPGA configuration (ie, a “Program” on an FPGA).
Although VHDL and Verilog are much more difficult to learn, I suggest you get started right away. When you do FPGA-related stuff, you're usually interested in efficiency. Handel-C is more likely to make less efficient code than code you can write manually (in VHDL or Verilog).
Edit: There is no C ++ option for Handel-C or related compilers I have ever dealt with.
source share