Home ] Up ] #1 ] #2 ] #3 ] [ #4 ] #5 ] #6 ] #7 ] #8 ] #9 ] #10 ] #11 ] #12 ] #13 ] #14 ] #15 ] #16 ] #17 ] #18 ] #19 ] #20 ] #21 ] #22 ] Exer ] Prob ] Less ] Xtra ]
#4

Up ] VHDL module ] Language Assist ]

First VHDL design
 

 Topics:

Last updated: 09-09-09

bullet

 To demonstrate that VHDL actually easier to handle then schematic.
bullet

The Libraries needed will (in most cases) be selected automatically

bullet

The Entity will be generated by the Wizard

bullet

Its your decision which type of VHDL code should be used:
bullet

Concurrent code: Dataflow with AND, OR etc, WHEN ELSE,  WITH SELECT

bullet

Process - with Sequential code:  IF THEN ELSE END IF;,  CASE .. IS WHEN => END CASE;
 

bulletSlideshow: VHDL_introduction_part1.ppt:
 

 More information:

bulletPedroni chapter 2 - Code Structure
bulletPackages will be covered later - the same are true for functions and procedures.
bulletPedroni chapter 3 - Data types
bulletThe most important types are - STD_LOGIC, STD_LOGIC_VECTOR and INTEGER.
bulletEnumerated types, SUBTYPES, ARRAYS, BOOLEAN will be covered when needed.
 
 Exercises / Problems:
bullet Test the kit - Most of the inputs and outputs will be tested - Schematic and VHDL design
 

 

   
 
 
 
   

 

   
       

Hit Counter