You are on page 1of 1

DLC Project Proposal

SSE BS 2013

Umer Iftikhar
Ebrahem Jery Safwan
Abdullah Hasan

Selected Topic: Calculator

Project Summary:
We intend to design and implement a working 8-bit Calculator that can add,
subtract, multiply and divide any two 8-bit numbers. The design will consist of 4-bit
adders, Comparators and 7-segment displays along with their drivers. A tentative design
of the Calculator’s functions is shown in figure 1.

Minimum Deliverables:
• Inputs will be entered via switches, and the function will be chosen via a switch
connected to the appropriate Enable.
• The calculator will be able to add, subtract, multiply and divide any two positive
integers (limited by the 8-bit configuration).
• The output of the calculator will be displayed on 7-segment displays in base-10
format.
• The quotient of two numbers will be displayed as a mixed number, or as the
whole number along with the remainder.

Optimal expectation:
• The input will be entered via keypad(s).
• Negative integers will also be processed along with positive integers.

Logic Design of Calculator:


Figure 1 shows the individual functions of the calculator. Figure 1.1 is the adder
circuit, Figure 1.2 is the Subtraction circuit, Figure 1.3 is the Multiplication circuit
and Figure 1.4 is the Division circuit.

You might also like