A Word on Packaging

Unlike the first two iPads, the 3rd generation iPad abandons the high density flip-chip PoP SoC/DRAM stack and uses a discrete, flip-chip BGA package for the SoC and two discrete BGA packages for the DRAMs.

If you think of SoC silicon as a stack, the lowest layer is where you'll find the actual transistor logic, while the layers of metal above it connect everything together. In the old days, the silicon stack would sit just as I've described it—logic at the bottom, metal layers on top. Pads around the perimeter of the top of the silicon would connect to very thin wires, that would then route to the package substrate and eventually out to balls or pins on the underside of the package. These wire bonded packages, as they were called, had lower limits of how many pins you could have connecting to your chip.

There are also cooling concerns. In a traditional wire bonded package, your cooling solution ultimately rests on a piece of your packaging substrate. The actual silicon itself isn't exposed.

As its name implies, a flip-chip package is literally the inverse of this. Instead of the metal layers being at the top of the stack, before packaging the silicon is inverted and the metal layers are at the bottom of the stack. Solder bumps at the top of the silicon stack (now flipped and at the bottom) connect the topmost metal layer to the package itself. Since we're dealing with solder bumps on the silicon itself rather than wires routed to the edge of the silicon, there's much more surface area for signals to get in/out of the silicon.

Since the chip is flipped, the active logic is now exposed in a flip-chip package and the hottest part of the silicon can be directly attached to a cooling solution.


An example of a PoP stack

To save on PCB real estate however, many SoC vendors would take a flip-chip SoC and stack DRAM on top of it in a package-on-package (PoP) configuration. Ultimately this re-introduces many of the problems from older packaging techniques—mainly it becomes difficult to have super wide memory interfaces as your ball-out for the PoP stack is limited to the area around your die, and cooling is a concern once more. For low power, low bandwidth mobile SoCs this hasn't really been a problem, which is why we see PoP stacks deployed all over the place.

Take a look at the A5, a traditional FC-BGA SoC with PoP DRAM vs. the A5X (this isn't to scale):


Images courtesy iFixit

The A5X in this case is a FC-BGA SoC but without any DRAM stacked on top of it. The A5X is instead covered in a thermally conductive paste and then with a metallic heatspreader to conduct heat away from the SoC and protect the silicon.

Given the size and complexity of the A5X SoC, it's no surprise that Apple didn't want to insulate the silicon with a stack of DRAM on top of it. In typical package-on-package stacks, you'd see solder bumps around the silicon, on the package itself, that a separate DRAM package would adhere to. Instead of building up a PoP stack here, Apple simply located its two 64-bit DRAM devices on the opposite side of the iPad's logic board and routed the four 32-bit LP-DDR2 memory channels through the PCB layers.


iPad (3rd gen) logic board back (top) and front (bottom), courtesy iFixit

If I'm seeing this correctly, it looks like the DRAM devices are shifted lower than the center point of the A5X. Routing high speed parallel interfaces isn't easy and getting the DRAM as close to the memory controller as possible makes a lot of sense. For years motherboard manufacturers and chipset vendors alike complained about the difficulties of routing a high-speed, 128-bit parallel DRAM interface on a (huge, by comparison) ATX motherboard. What Apple and its partners have achieved here is impressive when you consider that this type of interface only made it to PCs within the past decade.

Looking Forward: 12.8GB/s, the Magical Number

The DRAM speeds in the new iPad haven't changed. The -8D in the Elpida DRAM string tells us this memory is rated at the same 800MHz datarate as what's used in the iPhone 4S and iPad 2. With twice the number of channels to transfer data over however, the total available bandwidth (at least to the GPU) doubles. I brought back the graph I made for our iPhone 4S review to show just how things have improved:

The A5X's memory interface is capable of sending/receiving data at up to 12.8GB/s. While this is still no where near the 100GB/s+ we need for desktop quality graphics at Retina Display resolutions, it's absolutely insane for a mobile SoC. Bandwidth utilization is another story entirely—we have no idea how good Apple's memory controller is (it is designed in-house), but there's 4x the theoretical bandwidth available to the A5X as there is to NVIDIA's Tegra 3.

There's a ton of memory bandwidth here, but Apple got to this point by building a huge, very power hungry SoC. Too power hungry for use in a smartphone. As I mentioned at the start of this article, the SoC alone in the new iPad can consume more power than the entire iPhone 4S (e.g. A5X running Infinity Blade 2 vs. iPhone 4S loading a web page):

Power Consumption Comparison
  Apple A5X (SoC + mem interface) Apple iPhone 4S (entire device)
Estimated Power Consumption 2.6W—Infinity Blade 2 1.6W—Web Page Loading

There's no question that we need this much (and more) memory bandwidth, but the A5X's route to delivering it is too costly from a standpoint of power. There is a solution to this problem however: Wide IO DRAM.

Instead of using wires to connect DRAM to solder balls on a package that's then stacked on top of your SoC package, Wide IO DRAM uses through-silicon-vias (TSVs) to connect a DRAM die directly to the SoC die. It's an even more costly packaging technique, but the benefits are huge.

Just as we saw in our discussion of flip-chip vs. wire bonded packages, conventional PoP solutions have limits to how many IO pins you can have in the stack. If you can use the entire silicon surface for direct IO however, you can build some very wide interfaces. It also turns out that these through silicon interfaces are extremely power efficient.

The first Wide IO DRAM spec calls for a 512-bit, 200MHz SDR (single data rate) interface delivering an aggregate of 12.8GB/s of bandwidth. The bandwidth comes at much lower power consumption, while delivering all of the integration benefits of a traditional PoP stack. There are still cooling concerns, but for lower wattage chips they are less worrisome.

Intel originally predicted that by 2015 we'd see 3D die stacking using through-silicon-vias. Qualcomm's roadmaps project usage of TSVs by 2015 as well. The iPhone won't need this much bandwidth in its next generation thanks to a lower resolution display, but when the time comes, there will be a much lower power solution available thanks to Wide IO DRAM.

Oh and 2015 appears to be a very conservative estimate. I'm expecting to see the first Wide IO memory controllers implemented long before then...

The GPU & Apple Builds a Quad-Channel Memory Controller The Impact of Larger Memory
Comments Locked

234 Comments

View All Comments

  • jjj - Wednesday, March 28, 2012 - link

    Testing battery life only in web browsing ? Maybve that would be ok for a 100$ device.As it is the battery tests are prety poor,you do video playback when every SoC out there has a dedicated decode unit and that test is only representative for vid playback.Here the most important test should have been battery life when both GPU and CPU are loaded and not including that seems like an intentional omission to avoid makiing the device look bad.
    There are a lot of other things to say about the review,too many but one thing has to be said.
    This is a plan B or plan C device.The screen is the selling point,is what had to go in,they didn't had 28/32nm in time and had to go for a heavier,thicker,hotter device with a huge chip (CPU speed is limited most likely by heat not so much power consumption,ofc both are directly related).Apple had to make way too many compromises to fit in the screen,no way this was plan A.
  • tipoo - Thursday, March 29, 2012 - link

    I would have liked a gaming battery life test as well.
  • PeteH - Thursday, March 29, 2012 - link

    Beyond even that, I'd like to see a worst-case battery life (i.e. gaming, max brightness, LTE up, etc).

    Also, it'd be really interesting to see how brightness impacts battery life. Maybe the web browsing test at 20%, 40%, 60%, 80%, and 100% brightness. Of course that would probably delay the review by several days, so it might not be worth it.
  • Anand Lal Shimpi - Thursday, March 29, 2012 - link

    We did a max brightness test, however a gaming test would be appropriate as well. I will see if I can't run some of that in the background while I work on things for next week :)

    Take care,
    Anand
  • SimpleLance - Wednesday, March 28, 2012 - link

    The biggest drain for the battery comes from the display. So, if the iPad will be used for hotspot only (with display turned off), you will get a lot of hours from it because it has such a huge battery.

    But then, using the the iPad just for a hotspot would be a waste of that gorgeous display.

    Very nice review of a very nice product.
  • thrawn3 - Wednesday, March 28, 2012 - link

    Am I the only one that feels the max brightness is more important in day to day use of a highly portable device than DPI and color accuracy?
    I absolutely would love to have all of these three be excellent but I think for a tablet or small laptop Max Brightness and DPI are higher priority than color accuracy. This is exactly what the ASUS Transformer Infinity is supposed to be but I would prefer it on a real laptop.
    I care about color accuracy too but I am perfectly fine with needing a desktop monitor and trading brightness there since it is in a stable environment until we hit the technological level that will allow all these elements to be combined. Maybe quantum dot display technology in the future?

    One thing I have to give all these new displays is that they FINALLY have gotten the wide viewing angles thing right and I will be so happy to get this into the rest of the market.
  • seapeople - Tuesday, April 3, 2012 - link

    Would you really prefer a bright 1366x768 TN panel with 200 contrast ratio on a 15" laptop over a less bright IPS Ipad screen with much better resolution, DPI, color accuracy, and viewing angle?
  • vision33r - Wednesday, March 28, 2012 - link

    The screen is really gorgeous when you shoot raw with any DSLR and view it in iPhoto.
  • ol1bit - Wednesday, March 28, 2012 - link

    I just bought a Asus Transformer Prime, and your review was spot on with what I decided. I can not live with IOS and using Android for 3 years.

    Just the simple stuff was my decision:
    1. Freedom of Android, file transfers, etc. No Itunes requirement.
    2. MicroSD
    3. Kewl keyboard
    4. Live Wallpaper.
    5. A real desktop, separate from my applications.
    6. 32GB versus 16GB
    7. Gorilla Glass (yes, true. My original droid lived in my pocket 2 years no scratches, my HTC Rezound scratches the first 2 weeks).
    8. Asus (love their MBs)
    9. Nivida (love their GPUs)

    What I will miss:
    1. Ipad 3 Display.
  • darkcrayon - Thursday, March 29, 2012 - link

    1. iTunes is no longer ever needed for an iOS device. I consider the option of a first party desktop sync solution to be an advantage now that it's not a requirement.
    7. It seems likely the new iPad uses Gorilla Glass or Gorilla Glass 2...
    9. Odd that you'd love nVidia's GPUs when they've been pretty much the bottom of the performance barrel for ARM device graphics, even excluding Apple's SoCs (which have lately been using the fastest GPUs in the industry by far).

Log in

Don't have an account? Sign up now