First VHDL
design |
|
Topics: |
Last updated:
09-09-09 |
|
To
demonstrate that VHDL actually easier to handle then schematic.
|
The Libraries
needed will (in most cases) be selected automatically |
|
The Entity
will be generated by the Wizard |
|
Its your
decision which type of VHDL code should be used:
|
Concurrent code: Dataflow with AND, OR etc, WHEN ELSE,
WITH SELECT |
|
Process -
with Sequential code: IF THEN ELSE END IF;,
CASE .. IS WHEN => END CASE;
|
|
|
|
|
More
information: |
| Pedroni chapter 2 -
Code Structure
| Packages will be
covered later - the same are true for functions and
procedures. |
|
| Pedroni chapter 3 -
Data types
| The most important
types are - STD_LOGIC, STD_LOGIC_VECTOR and INTEGER. |
| Enumerated types,
SUBTYPES, ARRAYS, BOOLEAN will be covered when needed.
|
|
|
Exercises
/ Problems: |
|
Test the kit - Most of the inputs and outputs will be tested -
Schematic and VHDL design |
|
|
|
|
|
|
|