EE380 Assignment 4 Solution



  1. 100% For this question, check all that apply. In the single-cycle design shown in the above (rather large and very familiar) figure, which of the following signals are "don't cares" when executing a MIPS sw instruction?
    Branch
    No, needs to be 0
    RegDst
    ALUSrc
    No, must be 1
    MemRead
    No, needs to be 0
    MemtoReg


  2. 100% For this question, check all that apply. In the single-cycle design shown in the above (rather large and very familiar) figure, suppose that ALUSrc=1 and MemRead=0. Which of the following MIPS instructions might be executing?
    sw $t0,4($t1)
    lw $t0,4($t1)
    Would need MemRead=1
    ori $t0,$t1,2
    beq $t0,$t1,l
    Would need ALUSrc=0
    add $t0,$t1,$t2
    Would need ALUSrc=0
  3. 100% What is the logic formula for Z?

  4. 100% What goal do VLIW, SuperScalar processing, and EPIC have in common?


EE380 Computer Organization and Design.