layout: documentation title: CPU Models doc: gem5 101 parent: gem5_101 permalink: /gem5_101/cpu_models/ author: Jason Lowe-Power

Part 3 CPU Models

From the ISA, we now move on to the processor micro-architecture. Part III introduces the various different cpu models implemented in gem5, and analyzes the performance of a pipelined implementation. Specifically, you will learn how the latency and bandwidth of different pipeline stages affect overall performance. Also, a sample usage of gem5 pseudo-instructions is also included at no additional cost.