I love these videos. They're really helping me through school. Dennis Dyall Computer Science & Software Engineering Bachelor Sweden
@pachurrito6213 жыл бұрын
wow...best video about pipelines ever :)
@nickblack199013 жыл бұрын
This is amazing! Thank you very much for making this video and for posting it.
@evanjones29747 жыл бұрын
Why is it that i+3 is able to fetch the next instruction (IF) while i+1 uses memory access (MEM)? I thought that was why we used the buffer in this example.
@Proloyable5 жыл бұрын
This is because we do not know what the i+1 instruction is. it can be an instruction where there's no need for a memory access hence i+1's MEM & i+3's IF can be accessed together. If i+1 is another load instruction then i+3 has to stall another cycle.
@vikkimnm8 жыл бұрын
Really helpful. Thank you :)
@abhishekkumar-os5zk6 жыл бұрын
at 49.22 : it does not write back in cycle 8 but in cycle 6