Jump to content

Microprocessor design

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Enochhwang (talk | contribs) at 04:49, 1 May 2007 (The starting point for the article Microprocessor design). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Overview

The logic circuit inside a microprocessor consists of two main parts, a datapath and a control unit. The datapath is responsible for the manipulation of all data operations to be performed by the microprocessor. The control unit is a finite state machine that is responsible for controlling the sequence of operations to be performed by the datapath in order to produce the microprocessor's desire output.

Designing a microprocessor involves the systematic design of its datapath and control unit.

Datapath

Control Unit

References