MultiCycle Processor - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

MultiCycle Processor

Description:

Multi-Cycle Processor. Stage 0 Instruction Fetch. Stage 1 - Decode. Stage 2 - Execution ... Carry Look Ahead Equations. Generate: gi = (ai and bi) Propagate: ... – PowerPoint PPT presentation

Number of Views:37
Avg rating:3.0/5.0
Slides: 14
Provided by: michael1046
Category:

less

Transcript and Presenter's Notes

Title: MultiCycle Processor


1
(No Transcript)
2
Multi-Cycle Processor
3
(No Transcript)
4
Stage 0 Instruction Fetch
5
Stage 1 - Decode
6
Stage 2 - Execution
7
Stage 3 Write Back
8
Stage 4 Write To PC
9
Stage 5 Memory Access
10
Control Comparison
11
Carry Look Ahead Equations
  • Generate gi (ai and bi)
  • Propagate pi (ai or bi)
  • Carry ci1 (gi or pi and ci)

12
4-Bit Carry Adder
13
Two-Pass Assembler
  • Pass One
  • Only first command of each line read
  • If command is a known command go to next line
  • Else, the command is identified as a Label
  • Label names and addresses of next recognized
    command are kept in a list
  • Pass Two
  • First commands of each line are again read in
  • If command is a known command, process data
  • If Labels are read in as part of a commands data,
    the address value for the label is looked up
  • All Decimal numbers are converted into Binary
  • Else, We can ignore the Label (or comments)
Write a Comment
User Comments (0)
About PowerShow.com