You are on page 1of 6

Ministry of High Education & Scientific Research

M’hamed Bouguera Univesity


Institute of Electrical & Electronic Engineering

LAB EXPERIMENT #1 EE222 SPRING 2021


Implementation of digital
circuit using VHDL

Done by:
• TEDJANI Mohammed Ridha
• GEURGOUR Imad

Groupe: 04 subgroup 2

Under the supervision of: Mrs. Y.AZZOUGUI

Academic year: 2020\2021


1. Introduction:
In the first semestre of this year, we implemented
various Digital circuits using the schematic capture design
entry method. But, in this semestre we design our circuits with
VHDL design entry with its statement declaration.

2. Objective:
• Get more familiar with VHDL in designing digital circuits
using buses.
• Writing different VHDL code using either WHEN-ELSE or
WITH-SELECT statement to implement the boolean functions.
• Mapping the circuit signals to the FBGA pins and
download the design onto the DE2 board.

PART 1 VHDL
Getting started:
• launch Quartus 2, then execute File/new Project Wizard
and choose the the name and the directory of the file.
• choose Cyclone 2 as the target Device Family, and from the
list of the available Devices, choose EP2C35F672C6.
• open file/new/VHD file and clikk OK to create a new
VHDL source code file.
Problem 1:
✓ with WHEN-ELSE statement

✓ With WITH-SELECT statement


Problem 2: Displays
Problem 3:

Problem 4: Basic Multiplier


PART 2 Working with Buses
The circuit design:

the simulation:

3. Conclusion:
In this LAB session, we wrote many diffrent codes with
VHDL under its diffrent statement in order to use it in
analysing the circuits as long as we are an electrical engineer.

You might also like