VHDL Statements
VHDL has a reputation as a complex language (it is!)
We will use a small subset of the language for our purposes
Some VHDL constructs:
- Signal Assignment: A <= B;
- Comparisons = (equal), > (greater than), < (less than), etc.
- Boolean operations AND, OR, NOT, XOR
- Sequential statements (CASE, IF, FOR)
- Concurrent statements (when-else)
READ YOUR BOOK. We will cover VHDL by 'example'; will explain VHDL constructs as we get to them. The book has many examples.