For the purposes of illustrating the various aspects of the invention, there are shown in the drawings, wherein like numerals indicate like elements, forms that are presently preferred, it being understood, however, that the invention is not limited to the precise arrangements and instrumentalities shown, but instead only by the claims.
Referring to
The processing system 100 includes a plurality of processors 110A, 110B, 110C, and 110D, it being understood that any number of processors may be employed without departing from the spirit and scope of the invention. The processing system 100 also preferably includes a memory interface circuit 140, a shared memory 160, and first and second address concentrators AC0, AC1, respectively. At least the processors 110A, 110B, 110C, 110D, and the memory interface circuit 140 are preferably coupled to one another over a bus system 150 that is operable to transfer data to and from each component in accordance with suitable protocols.
Each of the processors 110A, 110B, 110C, 110D may be of similar construction or of differing construction. The processors may be implemented utilizing any of the known technologies that are capable of requesting data from the shared (or system) memory 160, and manipulating the data to achieve a desirable result. For example, the processors 110A, 110B, 110C, 110D may be implemented using any of the known microprocessors that are capable of executing software and/or firmware, including standard microprocessors, distributed microprocessors, etc. By way of example, one or more of the processors 110A, 110B, 110C, 110D may be a graphics processor that is capable of requesting and manipulating data, such as pixel data, including gray scale information, color information, texture data, polygonal information, video frame information, etc.
In an alternative embodiment, one or more of the processors 110A, 110B, 110C, 110D of the system 100 may take on the role as a main (or managing) processor 120. The system 100 may include a main processor 120, e.g. processor 110A, operatively coupled to the other processors 110B, 110C, 110D and capable of being coupled to the shared memory 160 over the bus system 150. The main processor 120 may schedule and orchestrate the processing of data by the other processors 110B, 110C, 110D. Unlike the other processors 110B, 110C, 110D, however, the main processor 120 may be coupled to a hardware cache memory, which is operable cache data obtained from at least one of the shared memory 160 and one or more of the local memories of the processors 110A, 110B, 110C, 110D. The main processor 120 may provide data access requests to copy data (which may include program data) from the system memory 160 over the bus system 150 into the cache memory for program execution and data manipulation utilizing any of the known techniques, such as DMA techniques.
The memory interface circuit 140 is preferably operable to facilitate data transfers between the processors 110A, 110B, 110C, 110D and the shared memory 160 such that the processors 110 may execute application programs and the like. By way of example, the memory interface circuit 140 may provide one or two high-bandwidth channels 170 into the shared memory 160 and may be adapted to be a slave to the bus system 150. Any of the known memory interface technologies may be employed to implement the memory interface circuit 140.
The system memory 160 is preferably a dynamic random access memory (DRAM) coupled to the processors 110A, 110B, 110C, 110D through the memory interface circuit 140. Although the system memory 160 is preferably a DRAM, the memory 160 may be implemented using other means, e.g., a static random access memory (SRAM), a magnetic random access memory (MRAM), an optical memory, a holographic memory, etc.
Turning again to the processors, each processor 110A, 110B, 110C, 110D preferably includes a processor core 112 (e.g., 112A-D) and a local memory 114 (e.g., 114A-D) in which to execute programs. These components may be integrally disposed on a common semi-conductor substrate or may be separately disposed as may be desired by a designer. The processor core 112 is preferably implemented using a processing pipeline, in which logic instructions are processed in a pipelined fashion. Although the pipeline may be divided into any number of stages at which instructions are processed, the pipeline generally comprises fetching one or more instructions, decoding the instructions, checking for dependencies among the instructions, issuing the instructions, and executing the instructions. In this regard, the processor core 112 may include an instruction buffer, instruction decode circuitry, dependency check circuitry, instruction issue circuitry, and execution stages.
The local memory 114 is coupled to the processor core 112 via a bus and is preferably located on the same chip (same semiconductor substrate) as the processor core 112. The local memory 114 is preferably not a traditional hardware cache memory in that there are no on-chip or off-chip hardware cache circuits, cache registers, cache memory controllers, etc. to implement a hardware cache memory function. As on chip space is often limited, the size of the local memory 114 may be much smaller than the shared memory 160.
The processors 112 preferably provide data access requests to copy data (which may include program data) from the system memory 160 over the bus system 150 into their respective local memories 114 for program execution and data manipulation. The mechanism for facilitating data access may be implemented utilizing any of the known techniques, for example the direct memory access (DMA) technique.
The first and second address concentrators AC0, AC1 are operable, inter alia, to facilitate data coherency as between the processing system 100 and any other external devices, such as other processing systems. The address concentrator may be an architectural concept that can be integrated into an external device or as part of the multiprocessor system 100. The address concentrator may be responsible for receiving command packets from both the system 100 and external devices and selecting the order in which these commands are processed. After the order is determined, the address concentrator may send out a reflected command packet to both the system 100 and the external devices. The details as to the function and operation of the address concentrators AC0, AC1 will be discussed in more detail herein below with reference to
Generally speaking, however, the address concentrator AC0 is a circuit to which data access commands are sent, and from which the commands are reflected to other devices, such as the sub-processors 110, the main processor 120, the memory interface controller 140, etc. The AC0 receives responses from these devices indicating whether the data associated with a given data command are currently being manipulated or otherwise not current in the shared memory. If the responses indicate that the data are current (i.e., no other device is manipulating the data), the processor 110 issuing the data command may obtain the data from the shared memory 160. This coherency technique is applied to multiple systems A100, B100, C100, etc., by designating one AC0 among the systems 100 to provide the address concentration function.
In other words, command packets may contain address and control information that describes the transaction to be preformed on the system. An address concentrator may receive the command packets, determine the order in which the commands are processed, and select a command. The selected command packet may be sent (reflected) by a master device to a slave device on the system in the format of a reflected command. After receiving a reflected command packet, the slave may send a reply to the master in the form of a snoop response packet. The snoop response packet may indicate the acceptance or rejection of the reflected command packet. In some cases, the slave may not be the final destination for the transaction, in which case the slave is responsible for forwarding the request to the final destination, usually without generating a snoop response packet.
Typically, a command packet is a request for a data transaction. For requests such as coherency management and synchronization, the command packet may be the complete transaction. When the request is for a data transaction, data packets containing control information and the requested data may be transferred between the master and slave. Depending on the transport layer definition, command and data packets may be sent and received simultaneously by both devices on the system. Coherency is maintained by reflecting command packets to all snoopers (e.g., devices that may have cached data) in the system. Each device that receives a reflected command packet may send a snoop response packet that may contain the coherency action required by the snooper. The snoop response packets from all snoopers may be combined together to form the accumulated snoop response packet sent to all devices in the system.
Referring to
Each of the processors 110 (only processors 110A and 110B being shown per system 100) is preferably operable to obtain data stored in any of the shared memories 160, including its own shared memory 160 and the shared memories 160 of the other processing systems 100. For example, the processor B110A of the processing system B100 is preferably operable to obtain data from and store data in the shared memory A160 of the processing system A100. In this regard, the memory space seen by each processor may encompass all or some of the shared memories 160. Under these circumstances, it may be desirable to maintain data coherency as to data that may be obtained by any particular processor. At least part of the data coherency scheme is preferably carried out by the address concentrators AC0 and AC1 of one or more of the processing systems 100.
Data coherency may be achieved in accordance with some inventive aspects using the function and operation of the address concentrators AC0, AC1. As will be discussed in later
Assuming that only the first address concentrator A-AC0 of the processing system A100 is engaging in coherency management, then the other first address concentrators B-AC0 and C-AC0 may be dormant if not needed, given the number of processors 110 per system B100 and C100. In this example, the second address concentrator B-AC1 of the processing system B100 preferably sends the data command to the first address concentrator A-AC0 of the processing system A100. The first address concentrator A-AC0 then may broadcast the data command issued by the processor 102B to the second address concentrators A-AC1, B-AC1, C-AC1.
The first address concentrator A-AC0 of the processing system A100 (the selected processing system) is preferably operable to broadcast the data command to the second address concentrator AC1 in each of the processing systems, i.e., A-AC1, B-AC1, C-AC1. Each of the second address concentrators A-AC1, B-AC1, C-AC1 is preferably operable to broadcast the data command to each of the plurality of processors (and/or other devices, such as the MIC 140 or other address concentrators as needed) in its processing system 100. It is noted that each address concentrator AC0, AC1 may be operable to merge a plurality of broadcasted data commands in the event that more than one first address concentrator AC0 broadcasts a respective data command to the second address concentrator AC1.
In response to the broadcasted data command within each processing system 100, each of the address concentrators AC0, AC1 is preferably operable to receive coherency responses from the processors (and/or other devices) in its processing system. Thus, for example, the second address concentrator CAC1 may receive a coherency response from each of processor C110A, processor C110B, and MIC C140. Next, each of the address concentrators AC0, AC1 is preferably operable to send the coherency responses to the first address concentrator A-AC0 of the selected processing system A100.
The first address concentrator A-AC0 is preferably operable to combine the coherency responses and broadcast the combined coherency responses to the first and/or second address concentrator AC0, AC1 in each of the processing systems 100. In response, the respective first and/or second address concentrators AC0, AC1 are operable to broadcast the combined coherency responses to each of the processors (and/or other devices) within its processing system. Each address concentrator AC0, AC1 may be operable to merge the combined coherency responses prior to broadcasting them to the processors (and/or other devices) when more than one first address concentrator AC0 is managing a coherency action.
In some instances, it may be desirable to limit the extent of the data coherency objective, such as between only two processing systems A100, B100. For instance, system C100 may serve an unrelated function or may be a redundant system that is inactive or disabled. In this scenario, significantly less control traffic is necessary to achieve the data coherency objective.
Referring to
The AC architecture may be hierarchical in nature, with each AC generally forming connections with up to four units. If a multiprocessor system has more than four units, more than one AC level may be used and arranged in a hierarchical tree structure, with AC block levels lower on the tree (e.g., AC0) connecting to multiple AC block levels higher on the tree (e.g., AC1, AC2, etc.). The various AC block levels form AC connections that vary in length, speed, efficiency, etc., and as such may be ranked accordingly. As the units are interconnected by the bus 150, the commands are sent to the bus 150 through the AC blocks. Commands are chosen by the AC round-robin-style and sent to the next level of AC blocks.
Referring to
The shorter or more direct the cumulative path 600 from the unit to AC1, the more efficient the path 600 between the unit and the AC. Thus, units G and H have the shortest, most direct and efficient paths 600 of the system D100. Accordingly, the AC connection forming path 600H, for instance, may be ranked higher than that of path 600D. To the extent that the AC connections define various possible routes that may be taken by the paths 600, the AC connection combinations may create a fixed hierarchy of cumulative route lengths, from shortest to longest, etc. Although the prioritization of the units may change, the ranking and/or hierarchy of the AC connections unlikely will change.
In the event, however, that unit H is a faulty unit, unit H will be disabled, and the path 600H from unit H to AC1 is not used, thereby making one of the two shortest, most direct and efficient paths not useable. In order to overcome this dilemma, the present invention provides a system for dynamic path determination between the units and the AC to optimize the available path length.
The available unit-AC paths 600 are used more effectively through dynamic replacement of unit connections, in the event that a wrong unit is occupying a shorter path 600 that may be made available to another unit. More broadly speaking, the units as well as the unit-AC paths 600 may be prioritized, and the unit-AC paths 600 may be reconfigured if and when the unit-AC path prioritization does not match the unit prioritization, creating a prioritization mismatch.
Referring to
Referring to
If a prioritization mismatch occurs, such as when a wrong unit has a given unit-AC path 600, a path controller 720 reorganizes the AC connections, thereby reassigning the unit-AC paths 600, to select the best path 600 for each unit to the AC. The path controller 720 accomplishes the dynamic path determination and configuration using selector circuits 710 between the units and the AC blocks. The path controller 720 configures the selection settings of these selector circuits 710 and communicates the selection settings information to the AC blocks. When a unit is determined to be wrong, but its path 600 is short and active, i.e., of higher priority, the path controller 720 can configure the selector circuits 710 to assign this short, higher priority path to the unit with the next most appropriate priority. As a new path 600 becomes available, the unit connections are reshuffled according to unit priority. Thus, the paths 600 between the units and AC are used more effectively with no effect on the command issuance process.
The selector circuits 710C-J are shown in
For example, the controller 720 may define three priority groups. The lowest priority units are assigned to connect through the lowest priority unit-AC paths using the lowest ranking AC connections via the most hierarchically-remote ACs in Group 3. In
Referring to
Referring to
Moreover, as in
For instance, referring to
In accordance with one or more embodiments, the multi-processor system 100 may be implemented as a single-chip solution operable for stand-alone and/or distributed processing of media-rich applications, such as game systems, home terminals, PC systems, server systems and workstations. In some applications, such as game systems and home terminals, real-time computing may be a necessity. For example, in a real-time, distributed gaming application, one or more of networking image decompression, 3D computer graphics, audio generation, network communications, physical simulation, and artificial intelligence processes have to be executed quickly enough to provide the user with the illusion of a real-time experience. Thus, each processor in the multi-processor system 100 must complete tasks in a short and predictable time.
To this end, and in accordance with this computer architecture, all processors of a multi-processing computer system 100 are constructed from a common computing module (or cell). This common computing module has a consistent structure and preferably employs the same instruction set architecture. The multi-processing computer system 100 can be formed of one or more clients, servers, PCs, mobile computers, game machines, PDAs, set top boxes, appliances, digital televisions and other devices using computer processors.
A plurality of the computer systems 100 also may be members of a network if desired. The consistent modular structure enables efficient, high speed processing of applications and data by the multi-processing computer system, and if a network is employed, the rapid transmission of applications and data over the network. This structure also simplifies the building of members of the network of various sizes and processing power and the preparation of applications for processing by these members.
A description of a preferred computer architecture for a multi-processor system is provided in
Referring to
The BE 1000 can be constructed using various methods for implementing digital logic. The BE 1000 preferably is constructed, however, as a single integrated circuit employing a complementary metal oxide semiconductor (CMOS) on a silicon substrate. Alternative materials for substrates include gallium arsinide, gallium aluminum arsinide and other so-called III-B compounds employing a wide variety of dopants. The BE 1000 also may be implemented using superconducting material, e.g., rapid single-flux-quantum (RSFQ) logic.
The BE 1000 is closely associated with a shared (main) memory 1600 through a high bandwidth memory connection 1700. Although the memory 1600 preferably is a dynamic random access memory (DRAM), the memory 1600 could be implemented using other means, e.g., as a static random access memory (SRAM), a magnetic random access memory (MRAM), an optical memory, a holographic memory, etc.
The PPE 1200 and the synergistic processing elements 1100 are preferably each coupled to a memory flow controller (MFC) including direct memory access DMA functionality, which in combination with the memory interface 1400, facilitate the transfer of data between the DRAM 1600 and the synergistic processing elements 1100 and the PPE 1200 of the BE 1000. It is noted that the DMAC and/or the memory interface 1400 may be integrally or separately disposed with respect to the synergistic processing elements 1100 and the PPE 1200. Indeed, the DMAC function and/or the memory interface 1400 function may be integral with one or more (preferably all) of the synergistic processing elements 1100 and the PPE 1200. It is also noted that the DRAM 1600 may be integrally or separately disposed with respect to the BE 1000. For example, the DRAM 1600 may be disposed off-chip as is implied by the illustration shown or the DRAM 1600 may be disposed on-chip in an integrated fashion.
The PPE 1200 can be, e.g., a standard processor capable of stand-alone processing of data and applications. In operation, the PPE 1200 preferably schedules and orchestrates the processing of data and applications by the synergistic processing elements. The synergistic processing elements preferably are single instruction, multiple data (SIMD) processors. Under the control of the PPE 1200, the synergistic processing elements perform the processing of these data and applications in a parallel and independent manner. The PPE 1200 is preferably implemented using a PowerPC core, which is a microprocessor architecture that employs reduced instruction-set computing (RISC) technique. RISC performs more complex instructions using combinations of simple instructions. Thus, the timing for the processor may be based on simpler and faster operations, enabling the microprocessor to perform more instructions for a given clock speed.
It is noted that the PPE 1200 may be implemented by one of the synergistic processing elements 1100 taking on the role of a main processing unit that schedules and orchestrates the processing of data and applications by the synergistic processing elements 1100. Further, there may be more than one PPE implemented within the broadband engine 1000.
In accordance with this modular structure, the number of BEs 1000 employed by a particular computer system is based upon the processing power required by that system. For example, a server may employ four BEs 1000, a workstation may employ two BEs 1000 and a PDA may employ one BE 1000. The number of synergistic processing elements 1100 of a BE 1000 assigned to processing a particular software cell depends upon the complexity and magnitude of the programs and data within the cell.
Referring to
The synergistic processing element 1100 includes two basic functional units, namely a streaming processing unit (SPU) 1120 and a memory flow controller (MFC) 1140. The SPU 1120 performs program execution, data manipulation, etc., while the MFC 1140 performs functions related to data transfers between the SPU 1120 and the DRAM 1600 of the system.
The SPU 1120 includes a local memory 1121, an instruction unit (IU) 1122, registers 1123, one or more floating point execution stages 1124 and one or more fixed point execution stages 1125. The local memory 1121 is preferably implemented using single-ported random access memory, such as an SRAM. Whereas most processors reduce latency to memory by employing caches, the SPU 1120 implements the relatively small local memory 1121 rather than a cache. Indeed, in order to provide consistent and predictable memory access latency for programmers of real-time applications (and other applications as mentioned herein) a cache memory architecture within the SPU 1120 is not preferred. The cache hit/miss characteristics of a cache memory results in volatile memory access times, varying from a few cycles to a few hundred cycles. Such volatility undercuts the access timing predictability that is desirable in, for example, real-time application programming. Latency hiding may be achieved in the local memory SRAM 1121 by overlapping DMA transfers with data computation. This provides a high degree of control for the programming of real-time applications. As the latency and instruction overhead associated with DMA transfers exceeds that of the latency of servicing a cache miss, the SRAM local memory approach achieves an advantage when the DMA transfer size is sufficiently large and is sufficiently predictable (e.g., a DMA command can be issued before data is needed).
A program running on a given one of the synergistic processing elements 1100 references the associated local memory 1121 using a local address. However, each location of the local memory 1121 is also assigned a real address (RA) within the memory map of the overall system. This allows Privilege Software to map a local memory 1121 into the Effective Address (EA) of a process to facilitate DMA transfers between one local memory 1121 and another local memory 1121. The PPE 1200 can also directly access the local memory 1121 using an effective address. In a preferred embodiment, the local memory 1121 contains 556 kilobytes of storage, and the capacity of registers 1123 is 128×128 bits.
The SPU 1120 is preferably implemented using a processing pipeline, in which logic instructions are processed in a pipelined fashion. Although the pipeline may be divided into any number of stages at which instructions are processed, the pipeline generally comprises fetching one or more instructions, decoding the instructions, checking for dependencies among the instructions, issuing the instructions, and executing the instructions. In this regard, the IU 1122 includes an instruction buffer, instruction decode circuitry, dependency check circuitry, and instruction issue circuitry.
The instruction buffer preferably includes a plurality of registers that are coupled to the local memory 1121 and operable to temporarily store instructions as they are fetched. The instruction buffer preferably operates such that all the instructions leave the registers as a group, i.e., substantially simultaneously. Although the instruction buffer may be of any size, it is preferred that it is of a size not larger than about two or three registers.
In general, the decode circuitry breaks down the instructions and generates logical micro-operations that perform the function of the corresponding instruction. For example, the logical micro-operations may specify arithmetic and logical operations, load and store operations to the local memory 1121, register source operands and/or immediate data operands. The decode circuitry may also indicate which resources the instruction uses, such as target register addresses, structural resources, function units and/or busses. The decode circuitry may also supply information indicating the instruction pipeline stages in which the resources are required. The instruction decode circuitry is preferably operable to substantially simultaneously decode a number of instructions equal to the number of registers of the instruction buffer.
The dependency check circuitry includes digital logic that performs testing to determine whether the operands of given instruction are dependent on the operands of other instructions in the pipeline. If so, then the given instruction should not be executed until such other operands are updated (e.g., by permitting the other instructions to complete execution). It is preferred that the dependency check circuitry determines dependencies of multiple instructions dispatched from the decode circuitry simultaneously.
The instruction issue circuitry is operable to issue the instructions to the floating point execution stages 1124 and/or the fixed point execution stages 1125.
The registers 1123 are preferably implemented as a relatively large unified register file, such as a 128-entry register file. This allows for deeply pipelined high-frequency implementations without requiring register renaming to avoid register starvation. Renaming hardware typically consumes a significant fraction of the area and power in a processing system. Consequently, advantageous operation may be achieved when latencies are covered by software loop unrolling or other interleaving techniques.
Preferably, the SPU 1120 is of a superscalar architecture, such that more than one instruction is issued per clock cycle. The SPU 1120 preferably operates as a superscalar to a degree corresponding to the number of simultaneous instruction dispatches from the instruction buffer, such as between 2 and 3 (meaning that two or three instructions are issued each clock cycle). Depending upon the required processing power, a greater or lesser number of floating point execution stages 1124 and fixed point execution stages 1125 may be employed. In a preferred embodiment, the floating point execution stages 1124 operate at a speed of 32 billion floating point operations per second (32 GFLOPS), and the fixed point execution stages 1125 operate at a speed of 32 billion operations per second (32 GOPS).
The MFC 1140 preferably includes a direct memory access controller (DMAC) 1141, a memory management unit (MMU) 1142, and a bus interface unit (BIU) 1143. With the exception of the DMAC 1141, the MFC 1140 preferably runs at half frequency (half speed) as compared with the SPU 1120 and the bus 1500 to meet low power dissipation design objectives. The MFC 1140 is operable to handle data and instructions coming into the SPE 1100 from the bus 1500, provides address translation for the DMAC, and snoop-operations for data coherency. The BIU 1143 provides an interface between the bus 1500 and the MMU 1142 and DMAC 1141. Thus, the SPE 1100 (including the SPU 1120 and the MFC 1140) and the DMAC 1141 are connected physically and/or logically to the bus 1500.
The MMU 1142 is preferably operable to translate effective addresses (taken from DMA commands) into real addresses for memory access. For example, the MMU 1142 may translate the higher order bits of the effective address into real address bits. The lower-order address bits, however, are preferably untranslatable and are considered both logical and physical for use to form the real address and request access to memory. In one or more embodiments, the MMU 1142 may be implemented based on a 64-bit memory management model, and may provide 264 bytes of effective address space with 4K-, 64K-, 1M-, and 16M-byte page sizes and 256 MB segment sizes. Preferably, the MMU 1142 is operable to support up to 265 bytes of virtual memory, and 242 bytes (4 TeraBytes) of physical memory for DMA commands. The hardware of the MMU 1142 may include an 8-entry, fully associative SLB, a 256-entry, 4 way set associative TLB, and a 4×4 Replacement Management Table (RMT) for the TLB—used for hardware TLB miss handling.
The DMAC 1141 is preferably operable to manage DMA commands from the SPU 1120 and one or more other devices such as the PPE 1200 and/or the other SPUs. There may be three categories of DMA commands: Put commands, which operate to move data from the local memory 1121 to the shared memory 1600; Get commands, which operate to move data into the local memory 1121 from the shared memory 1600; and Storage Control commands, which include SLI commands and synchronization commands. The synchronization commands may include atomic commands, send signal commands, and dedicated barrier commands. In response to DMA commands, the MMU 1142 translates the effective address into a real address and the real address is forwarded to the BIU 1143.
The SPU 1120 preferably uses a channel interface and data interface to communicate (send DMA commands, status, etc.) with an interface within the DMAC 1141. The SPU 1120 dispatches DMA commands through the channel interface to a DMA queue in the DMAC 1141. Once a DMA command is in the DMA queue, it is handled by issue and completion logic within the DMAC 1141. When all bus transactions for a DMA command are finished, a completion signal is sent back to the SPU 1120 over the channel interface.
Referring to
The PPE core 1220 may include an L1 cache 1221, an instruction unit 1222, registers 1223, one or more floating point execution stages 1224 and one or more fixed point execution stages 1225. The L1 cache 1221 provides data caching functionality for data received from the shared memory 1600, the processors 1100, or other portions of the memory space through the MFC 1240. As the PPE core 1220 is preferably implemented as a superpipeline, the instruction unit 1222 is preferably implemented as an instruction pipeline with many stages, including fetching, decoding, dependency checking, issuing, etc. The PPE core 1220 is also preferably of a superscalar configuration, whereby more than one instruction is issued from the instruction unit 1222 per clock cycle. To achieve a high processing power, the floating point execution stages 1224 and the fixed point execution stages 1225 include a plurality of stages in a pipeline configuration. Depending upon the required processing power, a greater or lesser number of floating point execution stages 1224 and fixed point execution stages 1225 may be employed.
The MFC 1240 includes a bus interface unit (BIU) 1241, an L2 cache memory 1242, a non-cachable unit (NCU) 1243, a core interface unit (CIU) 1244, and a memory management unit (MMU) 1245. Most of the MFC 1240 runs at half frequency (half speed) as compared with the PPE core 1220 and the bus 1500 to meet low power dissipation design objectives.
The BIU 1241 provides an interface between the bus 1500 and the L2 cache 1242 and NCU 1243 logic blocks. To this end, the BIU 1241 may act as a Master as well as a Slave device on the bus 1500 in order to perform fully coherent memory operations. As a Master device it may source load/store requests to the bus 1500 for service on behalf of the L2 cache 1242 and the NCU 1243. The BIU 1241 may also implement a flow control mechanism for commands which limits the total number of commands that can be sent to the bus 1500. The data operations on the bus 1500 may be designed to take eight beats and, therefore, the BIU 1241 is preferably designed around 128 byte cache-lines and the coherency and synchronization granularity is 128 KB.
The L2 cache memory 1242 (with supporting hardware logic) is preferably designed to cache 512 KB of data. For example, the L2 cache 1242 may handle cacheable loads/stores, data pre-fetches, instruction fetches, instruction pre-fetches, cache operations, and barrier operations. The L2 cache 1242 is preferably an 8-way set associative system. The L2 cache 1242 may include six reload queues matching six (6) castout queues (e.g., six RC machines), and eight (64-byte wide) store queues. The L2 cache 1242 may operate to provide a backup copy of some or all of the data in the L1 cache 1221. Advantageously, this is useful in restoring state(s) when processing nodes are hot-swapped. This configuration also permits the L1 cache 1221 to operate more quickly with fewer ports, and permits faster cache-to-cache transfers (because the requests may stop at the L2 cache 1242). This configuration also provides a mechanism for passing cache coherency management to the L2 cache memory 1242.
The NCU 1243 interfaces with the CIU 1244, the L2 cache memory 1242, and the BIU 1241 and generally functions as a queuing/buffering circuit for non-cacheable operations between the PPE core 1220 and the memory system. The NCU 1243 preferably handles all communications with the PPE core 1220 that are not handled by the L2 cache 1242, such as cache-inhibited load/stores, barrier operations, and cache coherency operations. The NCU 1243 is preferably run at half speed to meet the aforementioned power dissipation objectives.
The CIU 1244 is disposed on the boundary of the MFC 1240 and the PPE core 1220 and acts as a routing, arbitration, and flow control point for requests coming from the execution stages 1224, 1225, the instruction unit 1222, and the MMU unit 1245 and going to the L2 cache 1242 and the NCU 1243. The PPE core 1220 and the MMU 1245 preferably run at full speed, while the L2 cache 1242 and the NCU 1243 are operable for a 2:1 speed ratio. Thus, a frequency boundary exists in the CIU 1244 and one of its functions is to properly handle the frequency crossing as it forwards requests and reloads data between the two frequency domains.
The CIU 1244 is comprised of three functional blocks: a load unit, a store unit, and reload unit. In addition, a data pre-fetch function is performed by the CIU 1244 and is preferably a functional part of the load unit. The CIU 1244 is preferably operable to: (i) accept load and store requests from the PPE core 1220 and the MMU 1245; (ii) convert the requests from full speed clock frequency to half speed (a 2:1 clock frequency conversion); (iii) route cachable requests to the L2 cache 1242, and route non-cachable requests to the NCU 1243; (iv) arbitrate fairly between the requests to the L2 cache 1242 and the NCU 1243; (v) provide flow control over the dispatch to the L2 cache 1242 and the NCU 1243 so that the requests are received in a target window and overflow is avoided; (vi) accept load return data and route it to the execution stages 1224, 1225, the instruction unit 1222, or the MMU 1245; (vii) pass snoop requests to the execution stages 1224, 1225, the instruction unit 1222, or the MMU 1245; and (viii) convert load return data and snoop traffic from half speed to full speed.
The MMU 1245 preferably provides address translation for the PPE core 440A, such as by way of a second level address translation facility. A first level of translation is preferably provided in the PPE core 1220 by separate instruction and data ERAT (effective to real address translation) arrays that may be much smaller and faster than the MMU 1245.
In a preferred embodiment, the PPE 1200 operates at 4-6 GHz, 10F04, with a 64-bit implementation. The registers are preferably 64 bits long (although one or more special purpose registers may be smaller) and effective addresses are 64 bits long. The instruction unit 1222, registers 1223 and execution stages 1224 and 1225 are preferably implemented using PowerPC technology to achieve the (RISC) computing technique.
Additional details regarding the modular structure of this computer system may be found in U.S. Pat. No. 6,526,491, the entire disclosure of which is hereby incorporated by reference.
In accordance with at least one further aspect of the present invention, the methods and apparatus described above may be achieved utilizing suitable hardware, such as that illustrated in the figures. Such hardware may be implemented utilizing any of the known technologies, such as standard digital circuitry, any of the known processors that are operable to execute software and/or firmware programs, one or more programmable digital devices or systems, such as programmable read only memories (PROMs), programmable array logic devices (PALs), etc. Furthermore, although the apparatus illustrated in the figures are shown as being partitioned into certain functional blocks, such blocks may be implemented by way of separate circuitry and/or combined into one or more functional units. Still further, the various aspects of the invention may be implemented by way of software and/or firmware program(s) that may be stored on suitable storage medium or media (such as floppy disk(s), memory chip(s), etc.) for transportability and/or distribution.
Although the invention herein has been described with reference to particular embodiments, it is to be understood that these embodiments are merely illustrative of the principles and applications of the present invention. It is therefore to be understood that numerous modifications may be made to the illustrative embodiments and that other arrangements may be devised without departing from the spirit and scope of the present invention as defined by the appended claims.