LAB 1 - Introduction To Quartus II Design Software
LAB 1 - Introduction To Quartus II Design Software
Software
Group Number: 25
Students:
Wiam Akif: 300343866
Soukaina Bennasser: 300360203
Objectives:
This lab experiment aims to:
– Full adder:
Altera Card:
Table 1 : Experimental data observed from MAX 7000
circuit board:
A B Cin Cout S
0 0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 1 0
1 0 0 0 1
1 0 1 1 0
1 1 0 1 0
1 1 1 1 1
The objective of this lab was to design and analyze a full adder circuit using basic
logic gates. The circuit was created and simulated using the Quartus-II software on
the Altera DE2-115 board.
In this experiment, we built a full adder using XOR, AND, and OR gates to handle
the binary addition of two bits (A and B) along with a carry-in (Cin). The output of the
full adder includes a sum (S) and a carry-out (Cout), which are used in multi-bit
addition.
After simulating the circuit, the waveform output for all combinations of inputs (A, B,
Cin) was generated. The results were consistent with the expected behavior
according to the truth table of a full adder. The sum output (S) correctly reflected the
modulo-2 addition of A, B, and Cin, while the carry-out (Cout) was high when two or
more of the inputs were high, as expected from the logical combination of the inputs
through the AND and OR gates.
PRE-LAB