From WikiChip
Editing ibm/centaur

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 5: Line 5:
 
Due to the inherent limitations of scaling [[DDR]] to a large number of channels, IBM uses an array of [[SerDes]] on the POWER die in order to communicate with an intermediate memory buffer chip, called '''Centaur''', which is used to access a larger set of DDR devices. Centaur is fabricated on [[22 nm]] [[SOI]], has 16 MiB of [[eDRAM]], and includes four 9 or 10B (1 byte spare) [[DRAM]] ports supporting both [[JEDEC]] [[DDR3]] and [[DDR4]]. DRAM ports are accessed in pairs, fetching 128 B [[cache lines]]/port-pair. Each port can address up to 16 logically independent DRAM ranks providing support for multiple physical [[memory ranks]].  
 
Due to the inherent limitations of scaling [[DDR]] to a large number of channels, IBM uses an array of [[SerDes]] on the POWER die in order to communicate with an intermediate memory buffer chip, called '''Centaur''', which is used to access a larger set of DDR devices. Centaur is fabricated on [[22 nm]] [[SOI]], has 16 MiB of [[eDRAM]], and includes four 9 or 10B (1 byte spare) [[DRAM]] ports supporting both [[JEDEC]] [[DDR3]] and [[DDR4]]. DRAM ports are accessed in pairs, fetching 128 B [[cache lines]]/port-pair. Each port can address up to 16 logically independent DRAM ranks providing support for multiple physical [[memory ranks]].  
  
{{ibm|POWER8|l=arch}} and {{ibm|POWER9|l=arch}} processors that rely on Centaur communicate in a memory-channel-agnostic way. Operations such as cache-line reads/writes are sent to the chip as high-level commands. Scheduling is no longer tightly controlled by the microprocessor as it did in prior designs (e.g., {{ibm|POWER7|l=arch}}). It's worth noting that with the agnostic attribute of Centaur, new memory technologies (e.g., [[storage-class memory]]) can be introduced without any fundamental changes to the microprocessor itself.
+
{{ibm|POWER8|l=arch}} and {{ibm|POWER9|l=arch}} processors that rely on Centaur communicate in a memory-channel-agnostic way. Operations such as cache-line reads/writes are sent to the chip as high-level commands. Scheduling is no longer tightly controlled by the microprocessor as it did in prior designs (e.g., {{ibm|POWER7|l=arch}}. It's worth noting that the agnostic attribute of Centaur, new memory technologies (e.g., [[storage-class memory]]) can be introduced without any fundamental changes to the microprocessor itself.
  
 
== Mechanism ==
 
== Mechanism ==
Line 12: Line 12:
 
Centaur operates on high-level commands sent from the microprocessor. Requests are handled as quickly as possible. The chip is capable of reordering DRAM requests and since there is a large level 4 cache on-die, requests hitting the cache are sent right away, meaning some requests may be reordered.
 
Centaur operates on high-level commands sent from the microprocessor. Requests are handled as quickly as possible. The chip is capable of reordering DRAM requests and since there is a large level 4 cache on-die, requests hitting the cache are sent right away, meaning some requests may be reordered.
  
Centaur incorporates 16 MiB of L4 buffer cache for a total of 128 MiB with all eight channels and chips. The L4 cache is used exclusively as a buffer for memory and is only accessed on memory-system accesses meaning it does not part take in any of the microprocessor [[coherence protocols]] (i.e., not [[snooped]]). The cache is 16-way [[set-associative]] with data stored in [[eDRAM]] and the directory in [[SRAM]]. An L4 buffer cache hit reduces L3 miss latency considerably. It also allows the system to quickly retire writes because every write operation is written to the L4 first in order to free it from the [[memory controller]] queue. Writes are then written to memory at the buffer memory's earliest convenience.
+
Centaur incorporates 16 MiB of L4 buffer cache for a total of 128 MiB with all eight channels and chips. The L4 cache is used exclusively as a buffer for memory and is only accessed on memory-system accesses meaning it does not part take in any of the microprocessor [[coherence protocols]] (i.e., not [[snooped]]). The cache is 16-way [[set-associative]] with data stored in [[eDRAM]] and the directory in [[SRAM]]. An L4 buffer cache hit reduces L3 miss latency considerably. It also allows the system to quickly retire writes because every write operation is written to the L4 first in order to free it from the [[memory controller]] queue. Writes then written to memory at the buffer memory's earliest convenience.
  
 
Per memory channel, both {{ibm|POWER8|l=arch}} and {{ibm|POWER9|l=arch}} support 32 active commands with 32 read buffers and 32 write buffers.
 
Per memory channel, both {{ibm|POWER8|l=arch}} and {{ibm|POWER9|l=arch}} support 32 active commands with 32 read buffers and 32 write buffers.

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)