5 ms·
> what would a low level language look like for an FPGA? Probably verilog Verilog is not a programming language (because FPGAs are not programmed) it's a hardw
by mathisfun123 9d ago
> what would a low level language look like for an FPGA? Probably verilog
Verilog is not a programming language (because FPGAs are not programmed) it's a hardware description language. It's also very lossy (every vendor has reams of coding guides for using it just right with their synthetizer).
- Peteragain 9d agoWell c does look much like the hardware of a PDP11 and verilog LUTs look like FPGA hardware. But my wife (a. CS prof) says the same: programming is what programmers do.