VHDL

From UCT EE Wiki
Jump to navigation Jump to search

VHDL stands for VHSIC-HDL, which in turn stands for Very High Speed Integrated Circuit Hardware Description Language. It is one way in which hardware can be described. The guide below was adapted by notes originally written by Samuel Ginsberg, which can be downloaded as a PDF here. File:VHDL Notes 2016 updated SamuelGinsberg.pdf


Structure and Behaviour

There are two fundamentally different ways of specifying logic. The first method is to specify the structure of the logic and the other method is to specify the behaviour of the system.

[Show/hide]

Processes

[Show/hide]

Variables

[Show/hide]

VHDL Syntax

VHDL Operators

Attributes of Objects

More on Processes

Changing Execution Flow in VHDL

Dividing Big Jobs into Little Jobs

Packages

Conversion Functions

Megafunctions