CS364 CH16 Control Unit Operation Control Unit Block Diagram Data Paths and Control Signals Micro-Operations Constituent Element

CS364 CH16 Control Unit Operation Control Unit Block Diagram Data Paths and Control Signals Micro-Operations Constituent Element

CS364 CH16 Control Unit Block Diagram Control Unit Operation • Micro-Operation • Control of the Processor • Hardwired Implementation TECH Computer Science CH14 Data Paths and Control Signals Micro-Operations • A computer executes a program • Fetch/execute cycle • Each cycle has a number of steps see pipelining • Called micro-operations • Each step does very little • Atomic operation of CPU Constituent Elements of Program Execution Fetch - 4 Registers • Memory Address Register (MAR) Connected to address bus Specifies address for read or write op • Memory Buffer Register (MBR) Connected to data bus Holds data to write or last data read • Program Counter (PC) Holds address of next instruction to be fetched • Instruction Register (IR) Holds last instruction fetched 1 Fetch Sequence Fetch Sequence (symbolic) • t1: MAR <- (PC) • Address of next instruction is in PC • t2: MBR <- (memory) • Address (MAR) is placed on address bus • PC <- (PC) +1 • Control unit issues READ command • t3: IR <- (MBR) • Result (data from memory) appears on data bus • (tx = time unit/clock cycle) • Data from data bus copied into MBR • or • PC incremented by 1 (in parallel with data fetch from • t1: MAR <- (PC) memory) • t2: MBR <- (memory) • Data (instruction) moved from MBR to IR • t3: PC <- (PC) +1 • MBR is now free for further data fetches • IR <- (MBR) Control Signals e.g. Fetch Seq. Rules for Clock Cycle Grouping • Proper sequence must be followed MAR <- (PC) must precede MBR <- (memory) • Conflicts must be avoided Must not read & write same register at same time MBR <- (memory) & IR <- (MBR) must not be in same cycle • Also: PC <- (PC) +1 involves addition Use ALU May need additional micro-operations Indirect Cycle Interrupt Cycle // • MAR <- (IRaddress) - address field of IR • t1: MBR <-(PC) • MBR <- (memory) • t2: MAR <- save-address • IRaddress <- (MBRaddress) • PC <- routine-address • t3: memory <- (MBR) • MBR contains an address • This is a minimum • IR is now in same state as if direct addressing May be additional micro-ops to get addresses had been used N.B. saving context is done by interrupt handler • (What does this say about IR size?) routine, not micro-ops 2 Data Paths and Control Signals Execute Cycle (ADD) • Different for each instruction • e.g. ADD R1,X - add the contents of location X to Register 1 , result in R1 • t1: MAR <- (IRaddress) • t2: MBR <- (memory) • t3: R1 <- R1 + (MBR) • Note no overlap of micro-operations Execute Cycle (ISZ) Execute Cycle (BSA) // • ISZ X - increment and skip if zero • BSA X - Branch and save address t1: MAR <- (IRaddress) Address of instruction following BSA is saved in X t2: MBR <- (memory) Execution continues from X+1 t3: MBR <- (MBR) + 1 t1: MAR <- (IRaddress) t4: memory <- (MBR) MBR <- (PC) if (MBR) == 0 then PC <- (PC) + 1 t2: PC <- (IRaddress) • Notes: memory <- (MBR) if is a single micro-operation t3: PC <- (PC) + 1 Micro-operations done during t4 Functional Requirements // Basic Elements of Processor • Define basic elements of processor • ALU • Describe micro-operations processor performs • Registers • Determine functions control unit must perform • Internal data paths • External data paths • Control Unit 3 Types of Micro-operation Functions of Control Unit • Transfer data between registers • Sequencing • Transfer data from register to external Causing the CPU to step through a series of micro- operations • Transfer data from external to register • Execution • Perform arithmetic or logical ops Causing the performance of each micro-op • This is done using Control Signals Control Unit Block Diagram Control Signals (1) • Clock One micro-instruction (or set of parallel micro- instructions) per clock cycle • Instruction register Op-code for current instruction Determines which micro-instructions are performed Control Signals (2) Control Signals - output • Flags • Within CPU State of CPU Cause data movement Results of previous operations Activate specific functions • From control bus • Via control bus Interrupts To memory Acknowledgements To I/O modules 4 Example Control Signal Sequence -Fetch Internal Organization • MAR <- (PC) • Usually a single internal bus Control unit activates signal to open gates between • Gates control movement of data onto and off PC and MAR the bus • MBR <- (memory) • Control signals control data transfer to and from Open gates between MAR and address bus external systems bus Memory read control signal • Temporary registers needed for proper Open gates between data bus and MBR operation of ALU Hardwired Implementation Hardwired Implementation (Block diagram) Hardwired Implementation (1) Hardwired Implementation (2) • Control unit inputs • Clock • Flags and control bus Repetitive sequence of pulses Each bit means something Useful for measuring duration of micro-ops • Instruction register Must be long enough to allow signal propagation Op-code causes different control signals for each Different control signals at different times within different instruction instruction cycle Unique logic for each op-code Need a counter with different control signals for t1, Decoder takes encoded input and produces single t2 etc. output n binary inputs and 2n outputs 5 Problems With Hard Wired Designs Required Reading • Complex sequencing & micro-operation logic • Stallings chapter 14 • Difficult to design and test • Inflexible design • Difficult to add new instructions 6.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us