This document discusses pipelining in computer architecture through a five-stage pipelined datapath example. It includes:
1) An overview of the five stages - instruction fetch, instruction decode, execute, memory, and writeback;
2) An example of how the lw (load word) instruction progresses through each stage;
3) How pipeline control signals are added to coordinate execution across stages.