VHDL is a hardware description language used to model electronic systems. The document outlines the key structural elements of VHDL including entities, architectures, signals, and data types. It describes different design methodologies in VHDL like behavioral, dataflow, and structural. Behavioral models use boolean equations, dataflow uses concurrent assignments, and structural connects known components. The document provides examples of modeling half adders, full adders, and multiplexers in VHDL using the different methodologies.