VHDL is a hardware description language used to model electronic systems. A VHDL design unit consists of an entity declaration defining inputs and outputs, and one or more architecture bodies implementing the design. Architectures can model designs at different levels of abstraction such as behavioral, dataflow, or structural. Packages allow reusable code to be organized and shared between designs through declarations and bodies.