COMPUTER SYSTEMS&MOD MSGT/ET SA AC PKG
COMPUTER SYSTEMS&MOD MSGT/ET SA AC PKG
3rd Edition
ISBN: 9780134671123
Author: Bryant
Publisher: PEARSON
Question
Book Icon
Chapter 4.5, Problem 4.42PP
Program Plan Intro

Processing stages:

  • The processing of an instruction has number of operations.
  • The operations are organized into particular sequence of stages.
  • It attempts to follow a uniform sequence for all instructions.
  • The description of stages are shown below:
    • Fetch:
      • It uses program counter “PC” as memory address to read instruction bytes from memory.
      • The 4-bit portions “icode” and “ifun” of specifier byte is extracted from instruction.
      • It fetches “valC” that denotes an 8-byte constant.
      • It computes “valP” that denotes value of “PC” plus length of fetched instruction.
    • Decode:
      • The register file is been read with two operands.
      • It gives values “valA” and “valB” for operands.
      • It reads registers with instruction fields “rA” and “rB”.
    • Execute:
      • In this stage, ALU either performs required operation or increments and decrements stack pointer.
      • The resultant value is termed as “valE”.
      • The condition codes are evaluated and destination register is updated based on condition.
      • It determines whether branch should be taken or not in a jump instruction.
    • Memory:
      • The data is been written to memory or read from memory in this stage.
      •  The value that is read is determined as “valM”.
    • Write back:
      • The register file is been written with results.
      • It can write up to 2 results.
    • PC update:
      • The program counter “PC” denotes memory address to read bytes of instruction from memory.
      • It is used to set next instruction’s address.

Combinational circuits and HCL expressions:

  • The computational blocks are been constructed by accumulating several logic gates into network.
  • The restrictions are been shown below:
    • Each of input for logic gate should be connected to any one shown below:
      • One of system inputs, that is recognized as primary inputs.
      • Output connection for some element in memory.
      • Output of some logic gate.
    • Outputs obtained from more than two logic gates could not be linked together.
      • The wire would be driven to different voltages.
      • It can cause malfunction in circuit.
    • The network should not have cycles.
      • The loops in circuit can cause ambiguity in function computed by network.
  • The “HCL” denotes a hardware control language that is used for describing control logic of different processor designs.

Blurred answer
Students have asked these similar questions
Problem 4.1 A single-phase_full-wave uncontrolled bridge rectifier is supplying a highly inductive load (L/R ratio is very large), the load current is assumed to be smooth and ripple -free. If the supply voltage is 220V, 50HZ, and the inductor load resistance R-22 2, Calculate: (a)The average output voltage Vae and current I- (b) The rms value of the output voltage Vorms and current Iprmsr, (c) The rms value of the diode current Ipm, and the PRV of each diode. compare your
Problem 1.10: Simplify F(A, B,C, D) = ACD+ A'B + D'
Thu 30 4:55 O 95% • This is known as flux cutting or motional emf Q2: Figure below shows a conducting sliding bar oscillates over two parallel conducting rails in a sinusoidally varying magnetic field B = az 5cos wt (mT) The position of sliding bar is given by x = 0.35(1-cos wt) (m), and the rails are terminated in a resistance R = 0.2Q. Determine the current i. 0.2 (m) 0.7 (m)- A moving circuit in a time-varying magnetic field Lorentz's force equation F %3Dq(E + и х В) General form of Faraday's law ƏB ·ds + at Ф (ихв):de E' · dl = - C Another form of Faraday's law dø (V) ɛ' = Maxwell's equations An electric field is produced by a time varying magnetic field

Chapter 4 Solutions

COMPUTER SYSTEMS&MOD MSGT/ET SA AC PKG

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr