18

As a kid I once found a calculator whose IC was protected only by a loose plastic cover. With the cover removed, and with appropriate lighting, I could make out distinct features of the IC– including company logos– with a simple classroom microscope.

I'm just a lazy enthusiast; I realize that most ICs are more expertly packaged, and I have no interest in milling, dissolving, or chipping away at anything. How uncommon was my childhood discovery anyhow? Are there any well-known integrated circuits I could buy or find that I can gaze at without much hassle?

(In case anyone cares, the calculator I found was a CVS-branded "scientific calculator", model 185371.)

rezmason
  • 183
  • 1
  • 6
  • 1
    You might be interested in [chip-scale packaging](https://en.wikipedia.org/wiki/Chip-scale_package). – The Photon Feb 08 '16 at 02:46
  • You might also be interested in the application of it - [Visual 6502](http://www.visual6502.org/faq.html) (look at the [die shots](http://visual6502.org/wiki/index.php?title=Chips_in_our_collection)). –  Feb 08 '16 at 17:39
  • There seems to be a forum dedicated to "die photography" on [cpu-world](http://www.cpu-world.com/forum/viewforum.php?f=22). I'm amazed at what we can find on the web. – dim Apr 22 '16 at 20:34

4 Answers4

21

You can actually buy unpackaged ICs. They are sold as "bare die". Basically this means that the silicon has not been wire bonded into a package nor covered up.

I've come across a few things including a few TI ICs that are available as bare dies. In fact there is a whole page on the TI Website which lists parts they sell in this format. Other manufactures (e.g. NXP, Microchip, etc.) will also likely sell bare die versions of some of their ICs.

However, I'm not entirely sure whether any of these will be available in small quantities. Typically bare die stuff will only be used in very niche markets by people with the equipment to wire bond them. It is likely that you would have to need 1k+ units before the companies would be willing to sell them to you. In fact the reason most ICs are available in small quantities (other than samples) is that the big distributors buy in bulk and then resell to low volume customers.

A more economical option if you are just interested in looking at them (which is not surprising, they can be quite spectacular!), is to look on a well know auction site for "Silicon Wafer". There are quite a large number of processed (but electrically defunct) 6", 8" and larger wafers for reasonable prices (sub $30). These are even more spectacular than just a single die.

Tom Carpenter
  • 63,168
  • 3
  • 139
  • 196
  • 2
    This is just the answer I needed. I think a silicon wafer may be the best route for me. Also, now I can make a pun with terminology I was unfamiliar with before: _If a Soviet spy solders a known good die to a circuitboard, would it be safe to say that is has **connections to the KGD**?_ ;) – rezmason Feb 08 '16 at 02:04
  • 4
    One note, if you do get some bare wafers, be very careful with them. If they break, they are sharper than glass. – Matt Young Feb 08 '16 at 17:49
14

UVPROMs (Ultra-violet erasable read-only memorys) had a quartz window through which you could see the actual silicon chip.

Peter Bennett
  • 57,014
  • 1
  • 48
  • 127
12

A lot of the old (70's and 80's) uP, RAM and such were produced in ceramic packages for hi-rel or hi-temp use. These ceramic packages are easy to distinguish, since the ceramic is usually white or grey, not black. The chip is installed in a well in the middle of the package, and a piece of metal foil soldered around the edges covers it. If you clamp the IC down, it is usually possible to peel the foil away using an exacto knife or something similar.

In general, you're best off looking at old chips. The newest (as in the last decade or better) are made with such fine features, like 14 nm nowadays, that details are simply invisible in visible light.

eBay is probably a good place to start looking.

WhatRoughBeast
  • 59,978
  • 2
  • 37
  • 97
  • 4
    It used to be a trick to remove the ceramic or metal cap on memory ICs that came in this sort of package and turn them into very crude CMOS digital image sensors. –  Feb 08 '16 at 15:17
9

You might be looking for UV erasable microcontrollers. They were available from Intel, Microchip and others. They have a more complex and interesting structure (not just a memory array). Here is an Intel 8751H from this site:

enter image description here

There are plenty of die photos about, so you can compare. Here is one (AMD, not Intel) from Wikipedia.

enter image description here

The quartz window distorts the image a bit, but you can easily remove the one shown (try a propane torch) if you don't mind destroying the chip. They're not especially rare. Also, with 10um or whatever features, you can easily make out the structure with an optical microscope. The latest chips have features in the 20nm range (~500x finer), which is 1/20 a wavelength of visible light- that means ~250,000x more minimum size devices can fit in the same area.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842