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

CH17

This document discusses micro-programmed control in computer systems. It describes that micro-programming uses sequences of microinstructions to control complex operations. The control unit generates control signals based on the microinstructions stored in control memory. Microinstructions can be implemented using either vertical or horizontal micro-programming to represent the control signals and specify parallel operations. The size and structure of microinstructions varies depending on factors like the number of control signals and how address generation is implemented.

Uploaded by

anon_45056233
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

CH17

This document discusses micro-programmed control in computer systems. It describes that micro-programming uses sequences of microinstructions to control complex operations. The control unit generates control signals based on the microinstructions stored in control memory. Microinstructions can be implemented using either vertical or horizontal micro-programming to represent the control signals and specify parallel operations. The size and structure of microinstructions varies depending on factors like the number of control signals and how address generation is implemented.

Uploaded by

anon_45056233
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

CS364 CH17 Micro-programmed Control

Basic Concepts Micro instruction Sequencing Microinstruction Execution TI 8000 Applications of Microprogramming

Micro-programmed Control
Use sequences of instructions to control complex operations Called micro-programming or firmware

TECH
CH15

Computer Science

Implementation (1)
All the control unit does is generate a set of control signals Each control signal is on or off Represent each control signal by a bit Have a control word for each micro-operation Have a sequence of control words for each machine code instruction Add an address to specify the next micro-instruction, depending on conditions

Implementation (2)
Todays large microprocessor
Many instructions and associated register-level hardware Many control points to be manipulated

This results in control memory that


Contains a large number of words
co-responding to the number of instructions to be executed

Has a wide word width


Due to the large number of control points to be manipulated

Micro-program Word Length


Based on 3 factors
Maximum number of simultaneous micro-operations supported The way control information is represented or encoded The way in which the next micro-instruction address is specified

Micro-instruction Types
Each micro-instruction specifies single (or few) micro-operations to be performed
(vertical micro-programming)

Each micro-instruction specifies many different micro-operations to be performed in parallel


(horizontal micro-programming)

Vertical Micro-programming
Width is narrow n control signals encoded into log2 n bits Limited ability to express parallelism Considerable encoding of control information requires external memory word decoder to identify the exact control line being manipulated

Vertical Micro-programming diag

Micro-instruction Address Function Codes Jump Condition

Horizontal Micro-programming
Wide memory word High degree of parallel operations possible Little encoding of control information

Horizontal Micro-programmed diag

Internal CPU Control Signals

Micro-instruction Address

System Bus Control Signals

Jump Condition

Compromise
Divide control signals into disjoint groups Implement each group as separate field in memory word Supports reasonable levels of parallelism without too much complexity

Control Memory
. Jump to Indirect or Execute . Jump to Execute . Jump to Fetch Jump to Op code routine . Jump to Fetch or Interrupt . Jump to Fetch or Interrupt

Fetch cycle routine Indirect Cycle routine Interrupt cycle routine Execute cycle begin AND routine ADD routine

Control Unit //

Control Unit Function


Sequence login unit issues read command Word specified in control address register is read into control buffer register Control buffer register contents generates control signals and next address information Sequence login loads new address into control buffer register based on next address information from control buffer register and ALU flags

Advantages and Disadvantages


Simplifies design of control unit
Cheaper Less error-prone

Design Considerations
Size of microinstructions Address generation time
Determined by instruction register
Once per cycle, after instruction is fetched

Slower

Next sequential address


Common in most designed

Branches
Both conditional and unconditional

Sequencing Techniques
Based on current microinstruction, condition flags, contents of IR, control memory address must be generated Based on format of address information
Two address fields Single address field

Single Address Field

Two address Fields

Required Reading
Stallings chapter 15

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy