CH5-Questions On RTL & Micro Operation
CH5-Questions On RTL & Micro Operation
8. (3 points) The following is a list of register transfer micro-operations. They are originally
written so that they can be executed from top to bottom in a sequential order.
R2 R1
R3 R5
R4 R1
R1 R5
R5 R6
Suppose that each register is connected to a single three-state bus via bidirectional
input/output lines. Execute above five micro-operations in no more than three clock cycles:
Answer:
R2 R1; R4 R1
R3 R5; R1 R5
R5 R6