Skip to main content

Chips stack up in third dimension

Stacks of chips, one on top of the other, will power the next generation of superfast PCs, IBM has announced.

Laying chips vertically, instead of side by side, reduces the distance data has to travel by 1,000 times, making the chips faster and more efficient.

Big blue has said that it will start producing the compact silicon sandwiches in 2008.

Chip manufacturer Intel has previously announced that it is also developing similar vertical chip technology.

Last year, the firm unveiled a chip with 80 processing cores and capable of more than a trillion calculations per second (teraflops) that used vertical stacking technology.

Other firms, such as Tru-Si, have also developed techniques for creating 3D stacked chips.

High rise

Today most chips are laid out side-by-side, connected by wires.

The new technique involves placing chips directly on top of each other, connected by tungsten filled pipes, etched through the silicon.

These "through-silicon vias" (TSV), as they are known, eliminate the need for wires, increasing the speed at which information can flow between chips.

It has taken researchers at IBM a decade to refine the precise technique for mass producing the multi-storey chips.

"This allows us to move 3D chips from the 'lab to the fab' across a range of applications," said Lisa Su, vice president, semiconductor research and development center at IBM.

The first application will be in wireless communications chips. Using TSV will increase the efficiency of the chips by up to 40%, the firm says.

Speed boost

IBM is also exploring use of the technique in their multi-core chips.

As more and more cores are added to chips it becomes increasingly difficult to deliver uniform power to each one. By stacking them vertically and reducing the length of the connections between them, IBM hopes to overcome this problem,

Using these high-rise multi-core chips should also increase processor speeds and reduce power consumption.

Advantages like these also make 3D chips attractive for use in supercomputers.

IBM says it is developing the technology for use in the current fastest supercomputer in the world, Blue Gene/L.

The ultra powerful number cruncher, installed at the US Department of Energy's Lawrence Livermore National Laboratory (LLNL) is already capable of 280.6 trillions calculations per second.

The 3D stacked chips would allow a "new generation of supercomputers", IBM said.

The first chips will be available by the end of 2007 with full scale production expected to begin in 2008.

Comments

Popular posts from this blog

Comma separated list of values of single Database table field

Many times you need to create a comma seperated list of values in a table. Here is a line of T-SQL solution to get comma separated list of values of single field of a database table. DECLARE @commaSeparatedVal AS VARCHAR(MAX); SELECT @commaSeparatedVal = ISNULL(@commaSeparatedVal +',','') + CONVERT(VARCHAR,[SKU]) FROM PRODUCT PRINT @commaSeparatedVal

Microsoft Announces Visual Studio 2010

Microsoft is offering a first look at the next version of its Visual Studio integrated development environment (IDE) and platform, which will be named Visual Studio 2010 and the .Net Framework 4.0. http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx There’s a lot promised in the new release (expected to ship, duh, in 2010), from improved software testing tools to software engineering modeling capabilities to integrated development and database functions for the application lifecycle management (ALM). Microsoft is putting its attention on improving Visual Studio for the benefit of every one of its users—from the CIO to the software architect to the enterprise developer to the software testing team. A key goal in VSTS 2010, says Microsoft, is to help democratize ALM by bringing all members of a development organization into the application development lifecycle, and remove many of the existing barriers to integration. One way that Visual Studio 2010 will do this is to break do

Why SharePoint 2007?

It is rare for a technology product to attract as much attention as SharePoint has in recent years. The industry has historically paid little attention to new product suites, particularly those related to web design. SharePoint products and technologies, however, have managed to excite and rejuvenate industry followers, causing them to take notice of the ease of use, scalability, flexibility, and powerful document management capabilities within the product. A number of organizational needs have spurred the adoption of SharePoint technologies. Some of the most commonly mentioned requirements include the following: A need for better document management than the file system can offer —This includes document versioning, check-out and check-in features, adding metadata to documents, and better control of document access (by using groups and granular security). The high-level need is simply to make it easier for users to find the latest version of the document or documents they need to do th