This document provides an introduction to VHDL (VHSIC Hardware Description Language). It discusses the history of VHDL and how it is based on ADA. It describes some key elements of VHDL including entities, architectures, components, and instantiation. Entities define the interface, architectures provide the implementation, and components allow for modular hierarchical design. The document also discusses structural modeling in VHDL using components, with examples of how to declare components and instantiate them by mapping ports.