This document provides an introduction to Verilog, a hardware description language (HDL). It describes the main purposes of HDLs as allowing designers to describe circuits at both the algorithmic and gate levels, enabling simulation and synthesis. The document then discusses some Verilog basics, including modules as building blocks, ports, parameters, variables, instantiation, and structural vs procedural code. It provides examples of module declarations and typical module components.