Download presentation
Presentation is loading. Please wait.
1
Computer architectures M
Pentium IV-XEON Computer architectures M
2
Pentium IV block scheme
4 Four access ports to the EU 32 bytes parallel
3
Pentium IV block scheme
Netburst Architecture AGU Address Generation Unit BTB Branch Target Buffer I-TLB Instruction TLB D-TLB Data TLB No instruction cache I !!! 3.2 GB/s Interface I-TLB BTB CISC Fetch/Decode Trace cache BTB m-code ROM Trace Cache AGU Address Generation Unit Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File ALU ALU ALU ALU Load AGU Store AGU FMul Fadd MMX FP move FP store L1 D-Cache and D-TLB u-ops are directly sent to the FU RS and at the same time inserted into the ROB
4
General features Very high processor clock frequency (up to 4GHz)
Increased pipeline stages number No L1 instruction cache For the data still I level cache (set associative – 8 Kbyte four ways – 64 bytes line, has the line width of the II level) II level cache: unified - 256KB 8 ways associative 256 bit parallel (32 bytes in parallel) 128 Bytes line. One transfer for each clock edge (32 bytes - ¼ of the line). Bandwith 256 bit x 2 x fclock CPU clock frequency double of the rest of the CPU FSB 1,6 GHz ROB: 126 m-ops BTB: 4K entries. But Increased stage number increases the branch penalty Increased clock frequency requires sometimes multiple cycles for the ALU operations and therefore delay for the waiting instructions
5
Trace Cache NB: There is obviously a second BTB per the trace cache
The trace cache has a twofold ways of operation. In «execute mode» provides the pipeline stages with the m-ops. In case of miss, it retrieves the needed instructions from L2, interpretes the branches (through the BTB), retrieves the instructions speculatively, decodes the instructions and generates a «segment» of m-ops inside. Two advantages: no bubble for the branches already predicted and no waste of cache lines (in the normal caches the bytes following a branch are not used because the fetch stops when a branch is encountered while here a line can contain both the branch and the speculated code). Obviously there is always the possibility of mispredictions. Since in the majority of cases the instructions are already decoded in the Pentium IV there are are no three decoders but only one because theoretically the need for decoding is reduced. In the trace cache there are in general 6 u-ops per line This architecture is member of the architectures with «predecoding» where in the I-cache there are decoded instructions (i.e. AMD Kx , Nehalem etc….) For complex instructions (>4 mops) instead of filling the trace cache, a tag is inserted which triggers the decoding ROM which provides the mops whenever such instructions are encountered. No much change for the efficiency: (1 clock delay): the pipeline is in any case activated.. Trace cache size: about 12K u-ops (equivalent – for Intel – to a 16-18K instruction cache) BUT…. The trace cache is “fragile”. In case of di miss the decoding is made one instruction at a time (a single decoder !) and it was verified that the hit rate was lee than 60% and in the 40%of the cases the system behaves as if only instruction at a time were processed. The trace cache was therefore later discarded. NB: There is obviously a second BTB per the trace cache
6
It was said Intel ha increased the clock frequency (and therefore the number of pipelines stages) only for marketing reasons… By reducing the transistors size the clock speed can be increased but the functionality too could be improved. This was not the case with the PIV
7
Technological characteristics
Tecnology micron (130 nm) 217 mm2 – 42 millions of transistors 423 pin socket 423 Power supply 52 Watts a 1.4 GHz – much greater at 4 GHz ! – great cooling problem
8
Technological characteristics
9
Technological characteristics
Socket 423
10
The dispatch ports (electrical paths to the FUs) are only 4 (0-3)
Execution core Simple execution Unit RAT Port 2 e 3 Arithmetic section Memory section (load e store) Complex execution Unit (it is always possible to imagine that the instructions are sent directly to the ports with a reference number and after execution to the ROB) The dispatch ports (electrical paths to the FUs) are only 4 (0-3)
11
Execution core Because of the increased clock frequency the RS should have been increased to avoid the underrun : Intel preferred to add the trace cache. Here too 3 m-ops per clock (positive and negative clock edge for SIU) are extracted. ROB size much greater (126 slots) Only 4 dispatch ports (port 0-3 against the 5 ports of P6) Up to 6 m-ops per clock are sent to the 4 ports (this is possible because the speed is twice that of the clock– positive and negative edges - 2x2clock to high speed ALU + 1 slow ALU + 1LD/ST) Execution port 0: Integer additions and subtractions, logical operations. Branch evaluation and store data into the ROB (positive and negative edges) Floating point and SSE set move Execution port 1 Fast integer ALU (only additions and subtractions) Slow ALU ALU (complex integer operations. i.e. shift and rotations which cannot be executed in a single clock) FP e SSE Execution port 2 e 3 Load e Store PlV has 2 (fast) x 2 (u-ops/clock) +1 (slow) ALU = 5 virtual ALUs!
12
Branch Prediction As for P6 there are two branch predictors: one dynamic ad one static The BTB consists of 4096 entries (8 ways set associative) and a secret released by Intel. In any case it is not enough if there are many nested loops The static predictor is very simple branch conditional forward not taken branch conditional backward taken
13
Pentium IV Pipeline Stages 1-5
TC Nxt IP Trace cache next instruction pointer (and branch verification) TC Fetch Trace cache fetch Drive Driving stage (only for electronic reasons to allow the signals propagaition solo elettronica because of fclock ). Many stages requires two clocks because of the high clock frequency (for instance the transfer from the EU to the ROB) Stages 1-5 At the end of the first 5 stages PIV inserts three u-ops in a u-ops queue (in order) for speed compensation
14
Pentium IV Pipeline Stages 6-12
Allocator/Register renaming Internal registers allocation (128 x integer and 128 FP – dynamically allocated ) and ROB insertion. If LOAD or STORE => buffer register allocation and reservation for the FU. RAT: 128 integer registers, 128 FP, and 128 VPR (vector proc./FP) Queue ROB – mops (126 slots). The slots number is double: one set LOAD/STORE and the other for the others Scheduler m-ops scheduling (m-ops executed only when operands ready Each scheduler (10-12 u-ops) selects the u-ops to sent to the relative ports (in order) Memory Scheduler - Load/Store Unit (LSU). Fast ALU Scheduler - Arithmetic-Logic Unit (simple integer and logical operations) Slow ALU/General FPU Scheduler – other ALU functions and the majority of the floating-point. Simple FP Scheduler – simple FP operations and FP with memory Stages 6-12 128 Integer registers Floating point registers Port: bus toward the Functional Units
15
Pentium IV RAT 1 2 . .. 127 RAT EAX EBX ECX EDX ESI EDI ESP EBP
16
Pipeline Pentium IV Dispatcher (13-14) two stages: the m-ops (ready) are sent to one of the 4 ports (2x2) = 6 – the execution units use positive and negative clock edges) (SSE = Streaming SIMD Extension) RF (15-16) Register file. The required data are retrieved from the sources and loaded into the EU registers
17
Pipeline Pentium IV Stages18-20
Ex Execute (17) Flags Execution result BrChk Branch Check: when mispredicted 18 stages back ! Drive Rewrite and drive! Stages18-20 3,5-4 GHZ Pentium IV has a 31 stages pipeline !!
18
Instruction sequence BTB and I-TLB 2x 256 bit 64 bytes
The instructions are retrieved from the L2(128=2 x 64(=256 bit) Bytes – a single clock period because the bus uses both clock edges ) – Memory address either from BTB (branch) or I-TLB (4096 entries- 4 ways associative) m-ops 118 bit long in the trace cache. 3.2 GB/s Interfaccia BTB and I-TLB 2x 256 bit 64 bytes BTB CISC Fetch/Decode (ROM) BTB 512 Trace cache BTB m-code ROM Trace Cache Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File ALU ALU ALU ALU Load AGU Store AGU FMul Fadd MMX FP move FP store L1 D-Cache and D-TLB
19
Instruction sequence BTB: 8 vie 512 lines 8 ways associative – 4 bit Yeh prediction Static prediction: Taken backward Untaken forward 3.2 GB/s Interfaccia BTB and I-TLB Fetch/Decode Trace Cache Rename Allocation m-ops Queues m-code ROM BTB Schedulers FP Register File FMul Fadd MMX FP move FP store Integer Register File ALU Load AGU Store L2 Cache and Control L1 D-Cache and D-TLB BTB CISC BTB 512 BTB 512 Trace cache BTB
20
Instruction sequence 3.2 GB/s Interfaccia BTB & I-TLB Fetch/Decode
Trace Cache Rename Allocation m-ops Queues m-code ROM BTB Schedulers FP Register File FMul Fadd MMX FP move FP store Integer Register File ALU Load AGU Store L2 Cache and Control L1 D-Cache and D-TLB BTB CISC Trace cache BTB
21
Instruction sequence Allocation; 3 m-ops per clock edge
Register allocation integer or FP (2X128) 3.2 GB/s Interfaccia BTB & I-TLB Fetch/Decode Trace Cache Rename Allocation m-ops Queues m-code ROM Schedulers FP Register File FMul Fadd MMX FP move FP store Integer Register File ALU Load AGU Store L2 Cache and Control L1 D-Cache and D-TLB BTB CISC BTB 512 Trace cache BTB (Drive)
22
Instruction sequence Two schedulers double FIFO queue
In order within a queue OOO between the two queues. 3.2 GB/s Interfaccia BTB & I-TLB BTB CISC Fetch/Decode BTB 512 Trace cache BTB m-code ROM Trace Cache Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File ALU ALU ALU ALU Load AGU Store AGU FMul Fadd MMX FP move FP store L1 D-Cache and D-TLB
23
Instruction sequence 3.2 GB/s Interfaccia BTB & I-TLB BTB CISC
m-ops to the FU when available. Up to 6 m-ops per clock. If addressed to the same FU FIFO order The scheduler handles integer and FP u- ops, mispredicted branches and MMX 3.2 GB/s Interfaccia BTB & I-TLB BTB CISC Fetch/Decode BTB 512 Trace cache BTB m-code ROM Trace Cache Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File ALU ALU ALU ALU Load AGU Store AGU FMul Fadd MMX FP move FP store L1 D-Cache and D-TLB
24
Instruction sequence Access to integer RF and FP and insertion into the ROB Access to the data cache 3.2 GB/s Interfaccia BTB & I-TLB BTB CISC Fetch/Decode BTB 512 Trace cache BTB m-code ROM Trace Cache Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File ALU ALU ALU ALU Load AGU Store AGU FMul Fadd MMX FP move FP store L1 D-Cache and D-TLB
25
Instruction sequence 3.2 GB/s Interfaccia BTB & I-TLB BTB CISC
Fetch/Decode BTB 512 m-code ROM Trace Cache Trace cache BTB Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File FMul Fadd MMX FP move FP store ALU ALU ALU ALU Load AGU Store AGU L1 D-Cache and D-TLB DTLB 64 entries full associative - L1 8KB, 4 way associative, 64 bytes lines, write-through
26
Instruction sequence Branch check: a stage for branch verification and match with the prediction. Cache and CISC BTB prediction update 3.2 GB/s Interfaccia BTB & I-TLB BTB CISC Fetch/Decode BTB 512 Trace cache BTB m-code ROM Trace Cache Rename Allocation L2 Cache and Control m-ops Queues Schedulers FP Register File Integer Register File ALU ALU ALU ALU Load AGU Store AGU FMul Fadd MMX FP move FP store L1 D-Cache and D-TLB
27
Complexity vs efficiency
Increase more than proportional of the complexity for the efficiency increase (superscalar, branches prediction, OO execution , caches, clock frequency increase) Cost and power consumption increase (Normalized against 486 performance =1) 5 15 18 An increase 5-fold of the efficiency required an increase of the complexity 15-fold and and an increase 18-fold of the power consumption
28
Multiprocessor …but transistors number increase… But …
Modern processors execute threads (which belong either to the same program or to different programs or to the OS) At pipelines and FU levels there can be inefficiencies (for instance a program or a thread doesn’t use a FU or a pipeline stage in a clock period)
29
Hyperthreading LP => Logic Processor LP LP Pentium IV BUS
Threading is the ability of executing at the same time multiple instruction sequences (see Java) which belong either to the same program or to different (similar to multiprocessor). In the previous processors this required multiple concurrent processors. Starting from the PENTIUM IV the architecture allows the definition of two «logical» processors each one having its own register sets and able to interface with the bus. Each processor can execute its own set of instructions, be interrupted, stop (HALT) etc. Each thread is executed OOO
30
Hyperthreading Obviously multithreads can be executed on conventional processors too with context switches and through time slice policies. The Hyperthreading, on the contrary, allows the the execution of two threads without context switch
31
Hyperthreading Implications
The executed processes behave as if they were executed on different processors. The processor must maintain a copy of the architectural state of each logical processor which use the same hardware resources (in practice instructions and operations must be «tagged» that is they have a tag indicating the processor the belong to) The architectural state consists of all the general registers and of the machine registers The two logical processors share the caches (physically addressed) the BTB (as the caches), the FU and the control circuits (NOT the TLB) Improperly stated the hyperthreading can be though as a pipeline level multiprogramming The die complexity increase is about 5%
32
Performance 20% efficiency increase against 5% complexity increase. In general the efficiency increase is between 16% and 28%
33
Xeon Classical pipeline Design criteria
Trace cache Includes 126 slots ROB Pipeline XEON Thread 1 Thread 2 Design criteria High reduction of the die size increase (less than 5%) The stall of a «virtual» processor (caches misses, branch predisction error, hazards etc.) can’t block the oher processor. There are queues between the stages and no virtual processor can use 100% of the resources The efficiency of the processor when only one thread is executed must be the same of the processor without hyprethreading. This implies that the resources must be recombined
34
Xeon Two distinct sets of registers: GPRs, Segment, Flag, EIP, x87, MMX, SSE, TR, Machine registers etc. The trace cache is equally subdivided per thread (the m-ops are «tagged») The yellow and red colours refer to the two threads Different μ-operations pointers Common stage Partitioned queues ROM To the ROB allocator Common to the two threads (physical address) distinct ITLBs (two different paging systems for different processes) The decoding is not alternate per clock but for instructions groups
35
Xeon Execution Trace In case of acces request overlap arbitration and alternative assignment per clock. If a thread is stalled the other executes regularly The TC contains 12K u-ops and is 8 ways set associative. All entries are “tagged” by thread (replacement per thread) Precise replacement LRU (shift register) Caches L1 (data), L2 e L3 (if any) are unified (physical addresses) L1 (data cache) is 4 ways associative, very fast, 64 bytes lines and is “write through” to L2. There is a common DTLB for L1 4 ways with the entries “tagged”. Pages are 4 KB or 4 MB L2and L3 are 8 ways associative with 128 bytes lines Arbitration for L2 access FCFS with requests queue where at least one slot per thread is reserved Output L2 queues different per thread each with 64 bytes slots BTB partially shared (physical addresses). The branch hystory buffers are different. The PHT is unique with tagged entries. RSB are obviously different (12 slots per thread) Unified caches can triggers conflicts but also benefits (i.e. the prefetched instructions of one thread could be used by the other or a thread can use data produced by the others) RAT registers are obviously replicated Single ROB shared
36
Xeon Decode The decode logic alternates the queues of the threads and maintain two copies of the necessary information As in the Pentium IV there is a microcode ROM per complex instructions From the Trace Cache Includes 126 slots sharedROB Pipeline Out Of Order Split clock access Allocator It assigns the u-ops to the 128 slots of the reorder buffer (tagged – for the retirement in order), the integer and 128 floating registers, the load (48) and store (24) buffers. Buffer are partitioned so that each thread can use only 50% If there are m-ops available for each clock the service is alternated. If a thread ha reached the limit level is stalled: the 50% is never violated. By so doing the “fairness” is granted and the deadlocks are avoided
37
Xeon Register Aliasing
It assigns to each of the 8 registers of a thread up to 16 registers (16x8=128). It operates in parallel to the allocator After the renamig/allocator stage there are two distinct m-op quues one of them for the memory Scheduling There are n schedulers, one for each functional unit Up to 6 u-osp can be inserted into the FU per clock. Each single u-op is deemed ready for execution according to the availability of the operands and of the functional unit Each scheduler has a 12 entries queue where it extracts the u-op to execute. In the same clock period u-ops of the two threads can be extracted for execution A thread cannot use all the queue slots of a funcional unit. Execution unit The FU are not concerned with the origin of the u-ops they execute. Data are retrieved from the «alias” registers of the ROB and write the results in the ROB After the execution the state of the u-ops is RR
38
Xeon u-ops commitment The u-ops commitment (that is the writing of data in the architectural registers - or in the L1 - is alternatively executed each clock for the two threads) If there are no u–ops of one thread to be retired the commitment of the other thread is not interrupted ST/MT mode The system can handle single threads too, where alla resources are attributed to a single thread according to the programming A A and B B
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.