/VerilogNotes

Notes for a tutorial on Verilog

VerilogNotes

Notes for a Tutorial on Verilog that I have been posting on YouTube.

Useful Documentation Links

Ice40 FPGAs

https://www.latticesemi.com/Products/FPGAandCPLD/iCE40

Useful Verilog Documentation

Many Universities tend to leave copies of IEEE standards laying around for the world to see. Find one for yourself: https://www.google.com/search?q=1364-2005+pdf

System Verilog Documents

Other YouTube Resources

Peter Mathy's YouTube series on Verilog: https://www.youtube.com/user/mathys2000yt/videos He uses an older style module declaration (akin to the K&R vs ANSI C function definition styles.) I prefer the modern style where we need not type the names of the ports twice.