|
|
|
|
|
by bblough
2104 days ago
|
|
Not the author, but I recently started down the FPGA rabbit hole myself. I started with HDLBits [0], which has a bunch of problems that you solve by writing verilog that is then run in a simulator. It starts with simple gates and such, and then builds up from there. I also purchased a dev board from NANDLand [1] and have been going through the tutorials written for their board. A lot of code is provided for you in the tutorials, but I've been reimplementing it all from scratch as part of the learning process. The later tutorials cover things like UART send/receive and simple VGA. I'm not affiliated with either site, but have found both to be helpful. Good luck! [0] https://hdlbits.01xz.net/wiki/Main_Page [1] https://www.nandland.com/ |
|