Verilog HDL Introduction
Write synthesisable Verilog and see the gate-level netlist generated by Yosys. Explore a 4-bit adder and modify it to understand synthesis.
The Verilog playground synthesises your code using Yosys WASM (~40 MB) and renders a live gate-level simulation. Click the button below to load it.
// tutorial Step 1 / 5
-
The playground loads the pre-written 4-bit ripple-carry adder. Click 'Load Verilog Playground' to download Yosys WASM (~40 MB) and synthesise the design.
Show hint
Yosys is an open-source synthesis tool. It converts RTL (register-transfer level) Verilog into a gate-level netlist.
Lesson complete! Well done.