MIPS pipelining makes use of the clock edge to control file
MIPS pipelining makes use of the clock edge to control file access hazards. Match the following statements that accurately describe how MIPS pipelining manages to fix register file access data hazards. in the first half of the clock cycle in the second half of the clock cycle Match each of the following to a choice. read write
Solution
MIPS pipelining manages to fix register file access data hazards by choosing reads in the second half of the cycle and writes in the first half
So, the answer is:
1. read: B. in the second half of the clock cycle.
2. write: A. in the firt half of the clock cycle.
