Jump to content

Processor-in-memory

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 71.131.31.84 (talk) at 04:06, 8 August 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


A Processor-in-memory (PIM) refers to a computer processor tightly coupled to memory, generally on the same silicon chip. Notable PIM projects include the UC Berkeley IRAM or Notre Dame PIM efforts.

The chief goal of merging the processing and memory components in this way is to reduce memory latency and increase bandwidth. Alternatively reducing the distance that data needs to be moved reduces the power requirements of a system. Much of the complexity (and hence power consumption) in current processors stems from strategies to deal with avoiding memory stalls.

In the 1980's, a tiny CPU that executed FORTH was fabricated into a DRAM chip to improve PUSH and POP. FORTH is a stack based language and this improved it's efficiency.