This VHDL tutorial contains following topics
- Introduction to the language and simple examples
- VHDL’s model of a system - its computation model: processes, signals and time
- Language features
- VHDL for logic and queue simulation
WHAT IS VHDL?
- VHDL is Programming Language used as Hardware Modelling Language.
- It has all of the following:
- Sequential Procedural language: PASCAL and ADA like
- Concurrency: statically allocated network of processes
- Timing constructs
- Discrete-event simulation semantics
- Object-oriented goodies: libraries, packages, polymorphism