|
|
Architecture Of The G4 ProcessorThe G4 processor was designed to be targeted at both portable and desktop computing system applications. This had a dramatic effect on its design, which is a 32-bit architecture (as shown below), combined with a 128-bit, aptly named, Velocity Engine. This provides 32-bit effective addresses, integer data types of 8, 16, and 32-bits and floating-point data types of 32 and 64 bits. G4 Hardware Design Diagram
The G4 (MPC7400) processor is designed basically around the G3 version. The standard architectural features were taken from the G3 and where needed improved upon, this means that the G4 incorporates all of the standard features that you would expect to find in a modern day microprocessor, some of which are listed below. However they have been combined with a new technology called the Velocity Engine (AltiVec Technology as it is sometimes called) described later. Some of the standard architectural features incorporated in the G4 are:
As you would expect from a modern microprocessor the G4 (MPC7400) incorporates 4-stage pipelines. In fact the processor incorporates a pipelined superscalar PowerPC core, which is capable of issuing three instructions per clock cycle into seven independent execution units, as shown.
The pipelined superscalar core has enabled the G4 to execute several instructions in parallel, as each separate execution unit has its own pipeline. So when combined with its use of simple instructions, the G4 has a high efficiency and throughput for most if not all applications/tasks. However having so many pipelines could cause problems with instruction execution consistency, as the designers realised. This was over come by incorporating rename buffers, which allow results of operations to be posted for future use by other instructions as well as a complicated Branch processing Unit (BPU), which receives its instructions during the fetching stage and performs CR lookahead operations to try and resolve any branches earlier. This overcomes the pipeline problem by making the execution of instructions more constant. The common pipeline structure of the G4 can be summarized by the below diagram. Common Pipeline For The G4
To help control the operations of the processor the G4 incorporates a single clock input signal, and when combined with its multi-cycle instructions this provides a very effective architecture that is perfect for handling processor intensive tasks/applications. Back to top, Next Page |
|
Website Design Copyright 2000, Iain Gibson.
|