|
|
|
|
|
by schabernakk
4746 days ago
|
|
> I'm continually surprised by how few software engineers in industry spend the time to pick up HDL and FPGA programming in general. unsufficient tooling? I did some programming with FPGAs once and it seemed the best option I had for programming was proprietary software by altera (quartus). I never got debugging to work or perhaps I did and I didnt understand the stuff it was showing me (I am no hardware guy) My impression was that an eclipse-like ide, perhaps with a built in HW simulator would make things A LOT easier, especially for beginners like me. Of course this could be completely unrealistic and impractical for hardware design in which case I will show myself out. |
|
I'm a programmer by training, and I got into hardware architecture in part because of how fun Verilog was, actually - seeing all this stuff.
Compile and run Verilog online (which is how I tested the Verilog code in the article):
http://www.compileonline.com/compile_verilog_online.php
Running on FPGA without testing on a simulator first can indeed be tough for a newcomer, I'd guess.