Let's have a command pipeline of 4 steps again. In the table below, each The number of clock cycles required in the inst
Posted: Fri Jul 08, 2022 6:37 am
Let's have a command pipeline of 4 steps again. In the tablebelow, eachThe number of clock cycles required in the instruction steps isgiven. For example 2 for FIIf it reads, it means that FI is being processed in Steps 1 and 2.First instruction examplegiven to be. Reminder: Simultaneous operations of the same type inthe pipelineNote that it cannot be done.
• FI: Fetch Instruction (Take Command)• DA: Decode code and Calculate Address,• EX: Execute
• WR: Write
11 12 13 14 15 FI 1 1 2 1 1 DA 221 3 2 EX 1 2 322 WR 2 1 227 1
I1 12 13 14 15 32 1 FI 2 DA 3 4 DA EX 5 6 WR WR 7 8 9 10 11 12 13 14 15
• FI: Fetch Instruction (Take Command)• DA: Decode code and Calculate Address,• EX: Execute
• WR: Write
11 12 13 14 15 FI 1 1 2 1 1 DA 221 3 2 EX 1 2 322 WR 2 1 227 1
I1 12 13 14 15 32 1 FI 2 DA 3 4 DA EX 5 6 WR WR 7 8 9 10 11 12 13 14 15