Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part B: Multi Cycle Processor 1 . Copy the multicycle processor datapath ( Figure B ) , so there are 2 datapath figures. 2 .
Part B: Multi Cycle Processor
Copy the multicycle processor datapath Figure B so there are datapath
figures.
For each figure, assuming Labasm runs on the multicycle processor, draw the
datapath AND write the values of the control signals for the following
instructions:
a Figure Process in cycle
b Figure Process in cycle
Make sure to:
a label the instruction for each figure.
b write the corresponding RTL statements for the instruction during the
cycle based on Table
c write the control values next to the labels in the figure the name of the
control signal do NOT write the control values in a separate table
There are altogether control values. For the Operation, just write the
ALU operation, eg ADD, SUB, etc. not in the format of bit value.
Make sure the file format to submit is a PDF file only ONE file only
Hint:
Identify the instruction and the specific process during the specified cycle.
Identify the relevant RTL statements, and the datapath of the identified instructionprocess
The datapath follows the instruction class datapath, ie RIJloadstore
Table : RTL statements
tableStep name,tableAction for RtypeinstructionstableAction for memoryreferenceinstructionstableAction forbranchestableAction forjumpsInstruction fetch,IR MemoryPCPCPCInstructionARegIRdecoderegister fetch,BRegIRALUOut PC signextend IRExecution address,ALUOut A op BALUOut A signextend,if AB then,PCPCcomputation branchIRPCALUOut,IRjump completion,,,,Memory access or Rtype,RegIRLoad: MDR MemoryALUOutcompletionALUOut,orStore: Memory ALUOut BMemory read completion,,Load: RegIR MDR
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started