Learning Verilog with Yosys and nextpnr
This blog series attempts to provide a starting point to learning Verilog.
YoSys is a logic systhesis tool from Clifford Wolf. It is completely open-source, and perfect for learning Verilog with.
Nextpnr is the latest in open-source place-and-route tools, we shall be using nextpnr for all tutorial designs.
Quick-Start Instructions
~ $ yosys
# Open your imagination
yosys> read_verilog fiedler-cooley.v
# Learn verilog! # Click on Install to get the tools.