Skip to content
The Computer Science
TheCScience
  • Engineering Subjects
    • Human Values
    • Computer System Architecture
    • Digital Communication
    • Internet of Things
  • NCERT Solutions
    • Class 12
    • Class 11
  • HackerRank solutions
    • HackerRank Algorithms Problems Solutions
    • HackerRank C solutions
    • HackerRank C++ problems solutions
    • HackerRank Java problems solutions
    • HackerRank Python problems solutions
The Computer Science
TheCScience

Design of Accumulator Unit in Computer Design

YASH PAL, February 27, 2026February 27, 2026

Design of Accumulator Unit in Computer Design – The accumulator is a register for short-term storage in which intermediate and logic results are stored in a computer’s CPU (central processing unit). The term “accumulator” is rarely used in reference to contemporary CPUs, having been replaced around the turn of the millennium by the term “register”. In modern computers, any register can function as an accumulator.

The most elementary use for an accumulator is adding a sequence of numbers. The numerical value in the accumulator increases as each number is added, exactly as it happens in a simple desktop calculator (but much faster, of course). Once the sum has been determined, it is written to the main memory or to another register.

The circuits associated with the Accumulator Unit register are shown below.

Accumulator unit design
Accumulator unit design

The adder and logic circuit has three sets of inputs.

  1. One set of 16 inputs comes from the output to AC.
  2. Another set of 16 inputs comes from the data register DR.
  3. The third set of eight inputs comes from the input register INPR.

The output of the adder and logic circuit provides the data inputs for the register. In addition, it is necessary to include logic gates for controlling the LD, INR, and CLR in the register and for controlling the operation of the adder and logic circuits.

In order to design the logic associated with AC, it is necessary to go over the register transfer statements in the table below and extract all the statements that change the content of AC. Using this table, we can derive the control logic gates and the adder logic circuit.

D0T5:AC ← AC ^ DRAND with DR
D1T5:AC ← AC + DRAdd with DR
D2T5:AC ← DRTransfer from DR
pB11:AC (0-7) ← INPRTransfer from INPR
rB9:AC ← ACComplement
rB7:AC ← shr AC, AC (15) ← EShift right
rB6:AC ← shr AC, AC (0) ← EShift left
rB11:AC ← 0Clear
rB5:AC ← AC + 1Increment
Register Transfer Statements
Computer System Architecture engineering subjects Computer System Architecture

Post navigation

Previous post
Next post

Computer Architecture fundamentals
Basic structure of a computer
Functional Units of Computer
Development of Computers
Von Neuman and Harvard machine Architecture
Flynn Classification
Computer Structure Architecture
Interfacing Logic Devices
Levels of Design abstraction
Performance Metrics

Register Transfer Language
Memory Transfer
Arithmetic Micro-operations
Arithmetic Complements
Logic Micro-operations
Shift Micro-operations
Bus Architecture
Data Transfer
Central Processing Unit
CPU Bus Architecture

Computer Register and Types
Common Bus System
Instruction Format
Instruction Types
Instruction Cycle
Addressing Modes
Design of a basic computer

Basic function of a Computer
General register organization
Stack organization
Infix to Reverse Polish Notation Conversion
Instruction Types and their classifications
Data transfer and manipulation
Program control
RISC characteristics
CISC characteristics

Pipeline
Types of Pipeline
Arithmetic Pipeline
Instruction Pipeline
Hazards
Vector Processing

Data Representation
Addition and Subtraction
Adder Circuits
Shift and Add Multiplication Method
Booth's Algorithm
Restoring Division Algorithm
Non-Restoring Division Algorithm
Array Multiplier

Memory Classification
Memory Characteristics
Memory Organization
Memory Types
Associative Memory
Cache Memory
Virtual Memory

Input Output Interface
Modes of Data Transfer
Priority Interrupt
Direct Memory Access
Input-Output Processor
Serial Communication

TheCScience

We at TheCScience.com are working towards the goal to give free education to every person by publishing in dept article about Secondary, Senior-Secondary, and Graduation level subjects.

Pages

About US

Contact US

Privacy Policy

DMCA

Engineering Subjects

Internet of Things

Human Values

Digital Communication

Computer System Architecture

Programming Tutorials

Data Structure and Algorithm

C

Java

NCERT

Class 12th

©2026 TheCScience | WordPress Theme by SuperbThemes