0% found this document useful (0 votes)
108 views

Micro Program Control

The document discusses microprogrammed control units. It explains that a microprogrammed control unit stores control information in a control memory rather than using hardwired logic. This allows changes to be made by updating the microprogram in control memory. The control unit contains a control memory, typically ROM, to store microinstructions. It also has a control address register to specify the microinstruction address, and a sequencer to determine the address sequence for fetching microinstructions from the control memory. The microinstructions specify microoperations that are executed simultaneously.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

Micro Program Control

The document discusses microprogrammed control units. It explains that a microprogrammed control unit stores control information in a control memory rather than using hardwired logic. This allows changes to be made by updating the microprogram in control memory. The control unit contains a control memory, typically ROM, to store microinstructions. It also has a control address register to specify the microinstruction address, and a sequencer to determine the address sequence for fetching microinstructions from the control memory. The microinstructions specify microoperations that are executed simultaneously.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 27

Microprogrammed Control Unit

Control Memory •

Sequencing Microinstructions •

Microprogram Example •

Design of Control Unit •

Microinstruction Format •
Control Unit
• Initiate sequences of microoperations

 Control signal (that specify microoperations)in a bus-organized system


groups of bits that select the paths in multiplexers, decoders, and
arithmetic logic units
• Two major types of Control Unit

»Hardwired Control : in Chap. 5


 The control logic is implemented with gates, F/Fs, decoders, andother
digital circuits
 + Fast operation.
 -Wiring change(if the design has to be modified)

»Microprogrammed Control : in this Chapter


 The control information is stored in a control memory, and the control
memory is programmed to initiate the required sequence of
microoperations
 +Any required change can be done by updating the microprogram
incontrol memory.
 -Slow operation
Control Word
The control variables at any given time can be represented by a string
of 1’s and 0’s.

Microprogrammed Control Unit


A control unit whose binary control variables are stored in memory
(control memory).

Microinstruction
The microinstruction specifies one or more microoperations
Microprogram
A sequence of microinstruction
Dynamic microprogramming :Control Memory =RAM»
RAM can be used for writing (to change a writable control
memory)
Microprogram is loaded initially from an auxiliary memory such
as a magnetic disk

Static microprogramming : Control Memory =ROM»


Control words in ROM are made permanent during the
hardware production.
Microprogrammed Control Organization

External Control
Next-address Control Control Control word
input generator address memory data
(sequencer) register (ROM) register

Next-address information

Control Memory
»A memory is part of a control unit :
»Computer Memory (employs a microprogrammed control unit)
• Main Memory : for storing user program (Machine instruction/data)
• Control Memory : for storing microprogram (Microinstruction)
Control Address Register
»Specify the address of the microinstruction

Sequencer
»Determine the address sequence that is read from control
memory
»Next address of the next microinstruction can be specified several
way depending on the sequencer input.
Sequencing Capabilities Required in a Control Storage
1. Incrementing of the control address register
2. Unconditional and conditional branches
3. A mapping process from the bits of the machine instruction
to an address for control memory
4. A facility for subroutine call and return

Control data register


»Hold the microinstruction read from control memory
»Allows the execution of the microoperations specified by the
control word simultaneously with the generation of the next
microinstruction
Selection of address for control memory
Conditional Branching
Mapping of Instructions
Mapping of Instructions to Microroutines
Microprogram Example
Machine Instruction Format
Symbolic Microinstructions
Symbolic Microprogram- Fetch routine
Symbolic Microprogram- Indirect routine
Symbolic Microprogram
Binary Microprogram
Design of control unit
Microprogram Sequencer
Microprogram Sequencer

You might also like