Cache on a stick: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Finlay McWalter
per its documentation, an otherwise empty section should not be invented just for commonscat
 
imported>NotCory
Added {{No footnotes}} tag
 
Line 1: Line 1:
[[Image:Cache-on-a-stick module.jpg|thumb|right|300px|A COASt cache module and a [[Quarter (United States coin)|quarter]] for size comparison. This module has room for a tag RAM on the left-hand side, but none is installed.]]
{{No footnotes|date=December 2025}}
[[Image:Cache-on-a-stick module.jpg|thumb|right|300px|A COASt cache module and a [[Quarter (United States coin)|quarter]] for size comparison. This module has room for a tag RAM on the left-hand side, but none is installed.]]
[[Image:COAST CPU.jpg|right|thumb|200px|{{ordered list |1=[[CPU]] (Pentium 133) |2=[[Tag RAM]] for [[CPU cache|L2 cache]] |3=Socket for COAST Module}}]]
[[Image:COAST CPU.jpg|right|thumb|200px|{{ordered list |1=[[CPU]] (Pentium 133) |2=[[Tag RAM]] for [[CPU cache|L2 cache]] |3=Socket for COAST Module}}]]
'''COASt''', an acronym for "'''cache on a stick'''", is a packaging standard for modules containing [[Static random access memory|SRAM]] used as an [[CPU cache|L2 cache]] in a computer. COASt modules look like somewhat oversized [[SIMM]] modules. These modules were somewhat popular in the Apple and PC platforms during early to mid-1990s, but with newer computers cache is built into either the [[Central processing unit|CPU]] or the [[motherboard]]. COASt modules decoupled the motherboard from its cache, allowing varying configurations to be created. A low-cost system could run with no cache, while a more expensive system could come equipped with 512 KB or more cache. Later COASt modules were equipped with [[Static random access memory|pipelined-burst SRAM]].
'''COASt''', an acronym for "'''cache on a stick'''", is a packaging standard for modules containing [[Static random access memory|SRAM]] used as an [[CPU cache|L2 cache]] in a computer. COASt modules look like somewhat oversized [[SIMM]] modules. These modules were somewhat popular in the Apple and PC platforms during early to mid-1990s, but with newer computers cache is built into either the [[Central processing unit|CPU]] or the [[motherboard]]. COASt modules decoupled the motherboard from its cache, allowing varying configurations to be created. A low-cost system could run with no cache, while a more expensive system could come equipped with 512 KB or more cache. Later COASt modules were equipped with [[Static random access memory|pipelined-burst SRAM]].
Line 7: Line 8:
[[Intel Corporation|Intel]] also used the COASt standard for their [[Intel P5|Pentium]] systems, where it could be found as late as 1998 in Pentium MMX systems utilizing [[List of Intel chipsets|Intel chipsets]] such as 430VX and 430TX. Later, Intel combined this architecture with the CPU and created the [[Slot 1]] CPU cartridge which contained both the CPU and separate cache chips.
[[Intel Corporation|Intel]] also used the COASt standard for their [[Intel P5|Pentium]] systems, where it could be found as late as 1998 in Pentium MMX systems utilizing [[List of Intel chipsets|Intel chipsets]] such as 430VX and 430TX. Later, Intel combined this architecture with the CPU and created the [[Slot 1]] CPU cartridge which contained both the CPU and separate cache chips.


The slot that the COASt module plugged into was named "CELP", or "card edge low profile", referring to the small circuit board and the conductors on its edge. It had 80 contacts on each side of a circuit board (for a total of 160), spaced 0.050" apart, plus an identification notch between contacts 42 and 43.
The slot that the COASt module plugged into was named "CELP", or "card edge low profile", referring to the small circuit board and the conductors on its edge. It had 80 contacts on each side of a circuit board (for a total of 160), spaced 0.050" apart, plus an identification notch between contacts 42 and 43.


== Operation ==
== Operation ==
COASt modules provided either 256K or 512K of [[Direct mapped cache|direct-mapped cache]], organized as 8192 or 16384 lines of 32 bytes. A 64-bit data bus allowed the cache line to be transferred in a 4-cycle burst.
COASt modules provided either 256K or 512K of [[Direct mapped cache|direct-mapped cache]], organized as 8192 or 16384 lines of 32 bytes. A 64-bit data bus allowed the cache line to be transferred in a 4-cycle burst.


The modules contained 256K or 512K of fast pipeline burst [[Static RAM|SRAM]], plus 8 or 11 bits of even faster static RAM per line to store the cache tags. (The module provides pins for 11 lines, but many motherboards and modules provided only 8.) Some variants (illustrated to the right) placed the tag RAM on the motherboard and only the main cache RAM was on the module.
The modules contained 256K or 512K of fast pipeline burst [[Static RAM|SRAM]], plus 8 or 11 bits of even faster static RAM per line to store the cache tags. (The module provides pins for 11 lines, but many motherboards and modules provided only 8.) Some variants (illustrated to the right) placed the tag RAM on the motherboard and only the main cache RAM was on the module.
[[File:2 cache on a stick modules, left Apple, right PC.jpg|thumb|Left: [[Power Macintosh 6100]] cache module. Right: PC cache module]]
Consider the 256K module first. An 8-bit tag allows caching memory up to 256 times the cache size, or 64 MiB. An 11-bit tag supports up to 512 MiB. Each cache line also has a valid bit and a dirty bit, stored in the cache controller. (16 Kbits, or 2 Kbytes, total size.)


Consider the 256K module first.  An 8-bit tag allows caching memory up to 256 times the cache size, or 64 MiB.  An 11-bit tag supports up to 512 MiB.  Each cache line also has a valid bit and a dirty bit, stored in the cache controller.  (16 Kbits, or 2 Kbytes, total size.)
A 512K module contains twice as many cache lines, and so requires one fewer tag bit to support the same cacheable memory size. The leftover tag bit is instead used to store the cache line dirty bit, and all 16 Kbits in the cache controller are used for valid bits.
 
A 512K module contains twice as many cache lines, and so requires one fewer tag bit to support the same cacheable memory size. The leftover tag bit is instead used to store the cache line dirty bit, and all 16 Kbits in the cache controller are used for valid bits.


==References==
==References==
{{Commons category|COAST}}
{{Commons category|COAST}}
*[http://www.pcguide.com/ref/mbsys/cache/structCOASt-c.html COASt Modules], PCGuide, April 17, 2001.
*{{cite web |first=Charles M. |last=Kozierok |date=April 17, 2001 |title=COASt Modules |archive-url=https://web.archive.org/web/20190206182529/http://www.pcguide.com/ref/mbsys/cache/structCOASt-c.html |archive-date=2019-02-06 |url-status=dead |url=http://www.pcguide.com/ref/mbsys/cache/structCOASt-c.html |website=The PC Guide }}
*[http://www.pcguide.com/proc/physinst/coast.htm Cache Module Physical Installation Procedure], PCGuide, April 17, 2001.
*[http://www.pcguide.com/proc/physinst/coast.htm Cache Module Physical Installation Procedure], PCGuide, April 17, 2001.
*Renn, Brian. [http://www.cs.umd.edu/class/fall2001/cmsc411/projects/ramguide/cache/cache.html#whatCOASt The Cache Guide: What is COASt?], December 12, 1998.
*Renn, Brian. [http://www.cs.umd.edu/class/fall2001/cmsc411/projects/ramguide/cache/cache.html#whatCOASt The Cache Guide: What is COASt?], December 12, 1998.
*{{Citation |url=http://www.accutekmicro.com/products/products-detail.cfm?CID=34 |title=512KB Secondary Cache Module for the Pentium CPU and 82430 PCISETS |author=Accutek Microcircuit Corporation |accessdate=2012-01-01 |postscript=.}} Supports 11-bit tag.
*{{Citation |url=http://www.accutekmicro.com/products/products-detail.cfm?CID=34 |title=512KB Secondary Cache Module for the Pentium CPU and 82430 PCISETS |author=Accutek Microcircuit Corporation |accessdate=2012-01-01 |postscript=.}} Supports 11-bit tag.
*{{Citation |url=http://www.datasheetcatalog.org/datasheet/motorola/MCM64PE64SDG66.pdf |title=256K/512K Pipelined BurstRAM™ Secondary Cache Module for Pentium™ |author=Motorola |date=1996-12-09 |accessdate=2012-01-01 |postscript=.}} Supports 8-bit tag only.
*{{Citation |url=http://www.datasheetcatalog.org/datasheet/motorola/MCM64PE64SDG66.pdf |title=256K/512K Pipelined BurstRAM™ Secondary Cache Module for Pentium™ |author=Motorola |date=1996-12-09 |accessdate=2012-01-01 |postscript=.}} Supports 8-bit tag only.


[[Category:Computer memory]]
[[Category:Computer memory]]
[[Category:Cache (computing)]]
[[Category:Cache (computing)]]

Latest revision as of 06:34, 5 December 2025

Script error: No such module "Unsubst".

File:Cache-on-a-stick module.jpg
A COASt cache module and a quarter for size comparison. This module has room for a tag RAM on the left-hand side, but none is installed.
File:COAST CPU.jpg
Template:Ordered list

COASt, an acronym for "cache on a stick", is a packaging standard for modules containing SRAM used as an L2 cache in a computer. COASt modules look like somewhat oversized SIMM modules. These modules were somewhat popular in the Apple and PC platforms during early to mid-1990s, but with newer computers cache is built into either the CPU or the motherboard. COASt modules decoupled the motherboard from its cache, allowing varying configurations to be created. A low-cost system could run with no cache, while a more expensive system could come equipped with 512 KB or more cache. Later COASt modules were equipped with pipelined-burst SRAM.

The standard was originally defined by Motorola to be between 4.33 and 4.36 inches (110 and 111 mm) wide, and between 1.12 and 1.16 inches (28 and 29 mm) high. It could be found in many Apple Macintosh in the early-to-mid-1990s, but disappeared as the Mac moved to the PowerPC platform.

Intel also used the COASt standard for their Pentium systems, where it could be found as late as 1998 in Pentium MMX systems utilizing Intel chipsets such as 430VX and 430TX. Later, Intel combined this architecture with the CPU and created the Slot 1 CPU cartridge which contained both the CPU and separate cache chips.

The slot that the COASt module plugged into was named "CELP", or "card edge low profile", referring to the small circuit board and the conductors on its edge. It had 80 contacts on each side of a circuit board (for a total of 160), spaced 0.050" apart, plus an identification notch between contacts 42 and 43.

Operation

COASt modules provided either 256K or 512K of direct-mapped cache, organized as 8192 or 16384 lines of 32 bytes. A 64-bit data bus allowed the cache line to be transferred in a 4-cycle burst.

The modules contained 256K or 512K of fast pipeline burst SRAM, plus 8 or 11 bits of even faster static RAM per line to store the cache tags. (The module provides pins for 11 lines, but many motherboards and modules provided only 8.) Some variants (illustrated to the right) placed the tag RAM on the motherboard and only the main cache RAM was on the module.

File:2 cache on a stick modules, left Apple, right PC.jpg
Left: Power Macintosh 6100 cache module. Right: PC cache module

Consider the 256K module first. An 8-bit tag allows caching memory up to 256 times the cache size, or 64 MiB. An 11-bit tag supports up to 512 MiB. Each cache line also has a valid bit and a dirty bit, stored in the cache controller. (16 Kbits, or 2 Kbytes, total size.)

A 512K module contains twice as many cache lines, and so requires one fewer tag bit to support the same cacheable memory size. The leftover tag bit is instead used to store the cache line dirty bit, and all 16 Kbits in the cache controller are used for valid bits.

References

Template:Sister project