This document contains class notes on behavioral descriptions in HDL from a professor at PESIT South Campus. The notes cover:
- Behavioral descriptions model how outputs behave with inputs without knowing logic structure
- Behavioral code uses always statements and signal assignments
- Sequential statements like IF, CASE are used to represent logic
Examples shown include a full adder, D latch, and case statement code. Reference books on HDL programming are also listed.