Pipelined processor farms - Martin Fleury - książka wyd. 2001
Opis
A pipelined processor is a CPU architecture technique where the execution of instructions is broken into a sequence of discrete stages (or “pipeline stages”), each responsible for a part of the overall work. Typical stages include: fetch (get instruction), decode (interpret), execute (do the computation), memory access (read/write data), and write‑back (store result).
