Slashdot Mirror


Sun Working to Eliminate Circuit Boards

lokedhs writes "Sun Microsystems is coming out with new chips without connectors. According to the article, this will have a lot of advantages: 'Performance, for instance, could greatly escalate because the speed of transferring data among chips and the number of channels for the transfers would increase. Energy consumption could also decline. Just as important, overall costs could fall, because defective chips could be removed like Scrabble tiles.' This technology will also lead to new CPU's without cache: 'The technique could also allow designers to remove the cache--the large pool of memory currently found on the processor--and put it on a separate chip. Caches were integrated onto processors to amplify bandwidth. Adding cache, however, bumps up manufacturing costs, as it greatly increases the number of transistors. With the bandwidth constraint gone, caches could once again be made independent without it having an impact on performance.'"

85 of 349 comments (clear)

  1. Heat... by MojoRilla · · Score: 3, Informative

    With so many chips so close together, they are certainly going to have heat problems.

    Interesting technology, thought.

    1. Re:Heat... by SatanicPuppy · · Score: 4, Insightful

      Heat is solvable with next generation cooling (i.e peltier or cryo...or just a really big freaking fan) but the performance increase will have to validate the extra effort.

      The great thing about circuit boards is that they're cheap and easy to replace, so the maintenance gains they're talking about are not as great as they claim. It's also a VERY well understood tech; Sun takes a substantial risk by going in a totally different direction. It will be interesting to see how it plays out.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    2. Re:Heat... by hcetSJ · · Score: 2, Informative
      They mention this (although they don't really address the issue):
      One of the chief difficulties in developing the technology comes from the environment where computer chips live. Heat and vibration in this environment can cause chips to get out of the precise alignment needed for proximity communication. Sun is currently tinkering with different techniques and different packages to prevent, or correct, these effects.
      --

      This side up.
    3. Re:Heat... by RickL · · Score: 3, Interesting

      Perhaps the chips could interlock like puzzle pieces. This has an additional advantage of increasing the surface area, potentially allowing even more signals.

    4. Re:Heat... by johnhennessy · · Score: 4, Interesting

      Heat is really only a by-product of the problem. The main problem is power consumption. If you have a big enough fan you can cool anything (within reason) but who is going to buy a CPU that sucks 1KW (which is the way the power issues are leading).

      FYI: The power issue is only going to get worse at smaller geometries.

      Roughtly: Power = Switching Power + Leakage Power + Others.

      The two we are interested in here is the Switching Power and the Leakage power. Up until now Switching power has been the greedy party, but when geometries shrink down to 90nm and below, leakage power really kicks in.

      IBM and AMD have done some nifty stuff with strained silicon and silicon on insolutor to try and reduce the leakage power (and therefore the heat).

      So heat really will not be solved by just taking it away faster - because there's a whole lot more of it lurking around the corner, to fix the heat issue, you have to fix the cause not the symptom.

      --
      [ Monday is a terrible way to spend one seventh of your life. ]
  2. Re:eh? by cuzality · · Score: 5, Funny

    so basically they want to stack the chips? umm, heat?

    They should get together with Pringles or Lays -- they've both been doing this for a while...

  3. Oversimplified by Anonymous Coward · · Score: 2, Interesting

    This idea has merit, but the explanation is oversimplified. Moving the cache 2 centimeters from on top of the processor to a separate chip may be feasible, but it will increase latency (increasing the number of clockcycles a cache fetch takes and re-affirming a need for an on-chip cache to cache the "cache"). Other applications of this technology (like the fact that any part with issues can be easily replaced) seem more relevant.

    1. Re:Oversimplified by maraist · · Score: 5, Interesting

      Shouldn't be a problem.. Have you seen the latency on modern Cache implementations? We're already at a BEST case of 2 clock delays with minimal concurrency. We're seeing 8 and even 16 clock cycle delays for L2 / L3 caches. Cache has always been hierarchical.. The lowest latency is always very small.. What this technology provides is effectively extraction of L2 cache with the complete transparenc y of adding L3 cache.. Think 128Meg L3 cache 8Meg L2 cache; something completely impractical for regular general CPU design.. Since you can "upgrade" your cache by replacing a peer-chip, now you can pay-as-you-go.. Spend a thousand dollars a year, upgrading one cache chip at a time.. And we've seen what's happened with the SDRAM market once commodetized. Pretty soon SDRAM may dissapear completely, being replaced by (albeit high power) gigabyte SRAM L4 modules.

      If cost effective, and if they can get past the alignment issues, this is spectacular.

      --
      -Michael
    2. Re:Oversimplified by upsidedown_duck · · Score: 5, Funny

      Since you can "upgrade" your cache by replacing a peer-chip, now you can pay-as-you-go.

      Wow, were back to my old 386 PC!

      --
      -- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
    3. Re:Oversimplified by Salsaman · · Score: 3, Insightful

      My interpretation of the article is that it suggests that it could do a bit more than what you discuss. With such technology you could read much larger chunks of data at a time. Rather than being limited to 32/64/128 bit data, you could have a huge data bus. So you are not just reducing the latency, you are also increasing the throughput of the system.

  4. Wireless Communcation by Anonymous Coward · · Score: 4, Interesting

    What they need, instead is VioletTooth (wireless chip-to-chip communcations). That way, they won't have to worry about alignment problems and such!

    1. Re:Wireless Communcation by kpansky · · Score: 2, Insightful

      Im pretty sure thats nothing like what we need. We have protocols for short range RF communication that dont require careful alignment of the transmitter and receiver. Thats old hat. But to do what sun and other companies are proposing you would require a few dedicated chips for every few connections between individual components. The advantages of requiring alignment is allowing very low power since you dont need a strong signal and not requiring any sort of arbitration. Sort of like whispering a question to your neighbor in a classroom instead of raising your hand, waiting, and asking the professor what the last word of the last slide was.

      --

      --Kevin
    2. Re:Wireless Communcation by kpansky · · Score: 3, Informative

      The solution to these problems are simple: you make the transmitters low enough power that they dont interfere with each other. From the Sun document I believe that the total power of each individual transmitter was on the order of 1-10 picojoules. That is precisely the reason alignment is such a prime concern - if the chips shift you have the wrong transmitters talking to the wrong receiver.

      --

      --Kevin
  5. Didn't say to get rid of circuit boards by Anonymous Coward · · Score: 4, Informative

    Did you even read the article before posting it here. The article talked about eliminating the pin that is used to house the chip. Due to the size of the pins, it limits the number of I/O paths a chip can expose to the motherboard. Instead they can implement transmitter/receivers using capacitive inductence to increase the I/O paths a chip can expose. Thereby increasing the bandwith a chip can utilize.

    1. Re:Didn't say to get rid of circuit boards by Anonymous Coward · · Score: 2, Funny
      You mean this article?

      "There is a huge need for higher-bandwidth kind of chips," Robert Drost, a senior researcher at Sun Labs, said at an open house last week. "Rather than have the chips soldered onto a printed circuit board, the printed circuit board is taken out of the system."

    2. Re:Didn't say to get rid of circuit boards by networkBoy · · Score: 5, Insightful

      implement transmitter/receivers using capacitive inductence


      Ha! That's the funniest mis-use of electronics terms I've seen in quite a while.
      Yeah I know this is OT/FB but what the hell.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    3. Re:Didn't say to get rid of circuit boards by beswicks · · Score: 4, Insightful

      I'm guessing the joke in that in terms of EE, capactiance and inductance are kind of opposites of each other. Because:

      An indutcotor, is like a heavy train, it takes time to get it moving, but when it is moving it takes time to change it. So it is very good at blocking AC signals (they try to move back and forward at high speed, ie constantly changing) but passing DC.

      A capacitor is like a condom, you can fill it, and empty it but you cannot go through it, however it is possible to pass an alternating signal to your partner though it during sex. So they are good at passing AC signals and blocking DC.

      God, I hope thats the right way round.

  6. Sun developed something? by zaqattack911 · · Score: 4, Funny

    I figured Sun would have laid off their entire R&D department by now :)

    Love,
    Zaq

    1. Re:Sun developed something? by nekoniku · · Score: 3, Funny

      You misplet SCO.

      --
      "It's a wonderful idea. But it doesn't work." -- Tad Danielewski
    2. Re:Sun developed something? by Jahf · · Score: 3, Interesting

      Actually Sun has traditionally stocked R&D even when everything else is tight as McNealy feels the best way to come out of a slump is fighting. On that I'll give him credit ... though alot of other decisions have been flaky lately.

      --
      It is more productive to voice thoughtful opinions (reply) than to judge (moderate) others.
    3. Re:Sun developed something? by Crazy_MYKL · · Score: 2, Informative

      You misspelled "misspelled".

      --


      <jedi> There is something funny here. You laugh. </jedi>
  7. Anyone watch Stargate? by vaderhelmet · · Score: 2, Funny

    This wireless chips integrated for a purpose thing reminds me of Replicators

    Either way, I'm thrilled and spooked.

  8. Um...who repairs motherboards anymore? by xxxJonBoyxxx · · Score: 3, Insightful

    Um...who repairs motherboards anymore? At around $100 a pop, most people just get a new one.

    If there's a high-end application for this technology, great, but getting rid of high-end hardware is one of the biggest reasons people are also getting rid of Sun...

    1. Re:Um...who repairs motherboards anymore? by mduckworth · · Score: 3, Insightful

      When things get old they become irreplaceable. I guarantee some mainframe in some bank or something out there somewhere has someone regularly soldering to it ;-) In many cases people repair the motherboards of their old rare computers like Atari's and Amigas. People repair motherboards, but people have a tough time repairing today's technology due to the size. It presents a challenge even to my $200 soldering iron. And I bet you a lot of manufacturers do bother to repair components that come back one way or another - despite the fact that the end users aren't doing the work.

  9. Space by SunCrushr · · Score: 4, Interesting

    One thing is for sure. If they can get this to work and if heat production can be cut down, this would make computing equipment and electronics much smaller. The printed circuit board is one of the big things holding us back from much better electronics miniaturization.

    1. Re:Space by doctormetal · · Score: 3, Insightful

      One thing is for sure. If they can get this to work and if heat production can be cut down, this would make computing equipment and electronics much smaller.

      That is why this kind of technology is used in embeded systems for years. Stack EEPROM and RAM on eachother in one housing to save space.

  10. 10-pt tiles? by !splut · · Score: 5, Funny

    Just as important, overall costs could fall, because defective chips could be removed like Scrabble tiles.

    With my luck I'll get a dead Pentium Z or Q that I just can't get rid of.

    --
    The angel in the oatmeal.
  11. Prime Intellect? by enyalios · · Score: 4, Interesting

    Wow, this announcement reminds me of an awesome book I just read: http://www.kuro5hin.org/prime-intellect/mopiidx.ht ml

    1. Re:Prime Intellect? by cuzality · · Score: 2, Funny

      Wow, this announcement reminds me of an awesome book I just read: http://www.kuro5hin.org/....

      kuro5hin link on slashdot? Go fark yourself.

  12. Re:Without connectors? by hparker · · Score: 5, Informative

    Think of it as lots of itty bitty low power radio transmitters and receivers.

    Sounds clever to me. Electrical engineers have been constantly fighting unwanted interference in their circuits. Now they will be listening for it.

  13. Power by pjrc · · Score: 3, Insightful
    Something that's probably been lost in the engineer -> marketing -> journalist translation is the need for power to be supplied to the chips.

    Most likely, the capacitive coupling of signals is only targeting chip to chip data signals, not the supply of power to the chips.

    1. Re:Power by Kiryat+Malachi · · Score: 2, Insightful

      Clean power supply in an environment with gigahertz switching is a hilariously funny joke, especially when you move off a lab supply (which the Sun guys were almost certainly using) and into the real world with real power supplies.

      Also, there are EMI issues with the specific arrangement you mentioned (side by side pads) relating to something called inductive loops. The skin effect would basically say that all of your highfrequency currents would return along the edges of your big pads, leaving a big loop area which in turn leads to high inductance and large amounts of electromagnetic interference. Better design practice is to have small power pads, where each seperate section of the chip has its input and output placed physically close together in order to minimize loop area.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  14. Even better! by Saeed+al-Sahaf · · Score: 4, Funny

    And in other news, scientists are developing a computer with no electronic parts at all!

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  15. Observations from a prototype lab... by drakyri · · Score: 2, Interesting

    Eliminating connectors also removes a problem that pops up in microchips - without connecting wires, you don't have most of the parasitic capacitances that crop up on chips. A capacitor is anything with two metal contacts, so wires (especially parallel wires) cause very small capacitances, usually in the order of several picofarads. The problem is that on microchips, the capacitor values that are being used are generally in that range too, so parasitics can be very problematic.

    Heat transfer is also a problem, but I'm not convinced that it would be so different from current heat considerations. The heat should still spread through the chip, regardless of connectors, and dissapate on the chip's surface. Whether they get overly ambitious with stacking these chips is another question.

  16. Heat? Naw. Here's some better problems. by Arethan · · Score: 4, Insightful

    Dust & dirt. I would imagine that at such low voltage levels, induced current would require a damn near perfect level of alignment between the chip and the "socket". This is admitted in the article. What they don't admit is that it's going to be nearly impossible to get the damn thing in the socket without letting dust or dirt inbetween the chip and the socket.

    And a more interesting topic is their consistent mentioning of taking the cache of the chip. That's a nice dream and all, but where the hell are you going to put it then? Hardwired onto the motherboard? That's going to dramatically increase the cost of mobo's (so they are simply shifting who gets to eat the high sticker price on their products). And what if I buy a quad capable mobo, but only put 2 processors on it, I'm effectively wasting 2 sets of cache, rather than simply wasting 2 cpu sockets, and the sockets are a hell of a lot cheaper than the cache. I suppose you could fix this by going back to COAST (cache on a stick, yeah i know you remember that nasty stuff). But that brings in a whole new problem: These days, cache is only fast because it's so close to the cpu. If they move it off the die, it's just going to be put back on in 2 years because we can't access the cache fast enough ever since we moved it off the die.

    I'm no super computer engineer, but these guys better have an entire family of rabbits they plan on pulling out of their asses or this fucker's gonna flop.

    1. Re:Heat? Naw. Here's some better problems. by Anonymous Coward · · Score: 3, Insightful

      This is probably a fabrication tool - You buy a CPU that happens to be made from a handful of chips stacked and bonded together instead of the current monolithic silicon crystal you currently get. When you assemble it, you still have the contemporary packaging, its just that the manufacturer gets to do a bit more fine tuning with the manufacturing.

      For example, they might be able to tune a process to give higher yields on the cache and have a second process for the logic. Less broken chips, more stuff to sell, and possibly cheaper chips in general.

      Still, I bet this would first be tested out on some of the "big iron" CPU's. Its an extra step, and on cheap commodity CPU's like X86, it seems like a difficult cost to justify. Chips with multi-megabyte caches on the other hand...

    2. Re:Heat? Naw. Here's some better problems. by kpansky · · Score: 3, Interesting

      The thing is cache latency is still for the most part pretty huge. With pipelines as deep as they are, the cache needs to be really huge to prevent stalls that will totally obliterate performance. Now, if you are able to separate the cache physically while not being restricted in the bandwidth between the external cache and processor by a lack of physical pins and the need for arbitration from other chips (the reason why external cache was so terribly slow) by using capacitive connections, well... the game has changed substantially.

      A lot of the reason CPUs have become more and more integrated is simply due to the fact that connecting multiple chips together is the simple fact that there are not enough connections available to keep them separate _and_ fast.

      --

      --Kevin
    3. Re:Heat? Naw. Here's some better problems. by upsidedown_duck · · Score: 5, Interesting

      I would imagine that at such low voltage levels, induced current would require a damn near perfect level of alignment between the chip and the "socket".

      Well, if they invent a very good self-aligning mounting socket, dirt can be dealt with just by being very careful and using one of those air-in-a-can dusters. This technology would be very expensive, initially, so you could even get one of Sun's guys to come out and do it for you.

      That's a nice dream and all, but where the hell are you going to put it then?

      I'd bet they put it nowhere. L2 and L3 caches are a kludge, and, if they really achieve huge chip-to-chip bandwidth, they just might not need the cache hierarchy. This is reminiscent of old CPUs, where the system RAM ran at an acceptably large fraction of the speed of the CPU, so there was no L2 cache at all.

      --
      -- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
    4. Re:Heat? Naw. Here's some better problems. by dfj225 · · Score: 2, Insightful

      "I'd bet they put it nowhere. L2 and L3 caches are a kludge, and, if they really achieve huge chip-to-chip bandwidth, they just might not need the cache hierarchy. This is reminiscent of old CPUs, where the system RAM ran at an acceptably large fraction of the speed of the CPU, so there was no L2 cache at all."

      To me, it would seem like some sort of cache would still be needed. As I understand things, even if a slow bus was eliminated, it still takes the RAM much longer to look up data than the CPU is capable of reading at. Now, of course one could always use high speed memory like they use for the cache, but this kind of memory is so much more expensive than normal RAM that I doubt it will ever be feasable to have a computer's main memory comprised entirely of very fast cache-like memory.

      --
      SIGFAULT
    5. Re:Heat? Naw. Here's some better problems. by Fished · · Score: 3, Insightful

      Dust & dirt. I would imagine that at such low voltage levels, induced current would require a damn near perfect level of alignment between the chip and the "socket". This is admitted in the article. What they don't admit is that it's going to be nearly impossible to get the damn thing in the socket without letting dust or dirt inbetween the chip and the socket.

      It's called a clean room dude, and it's distinctly Old Tech. Granted, this will cut into the vision of pushing this out into the hands of field engineers, but I suspect that Sun is visualizing a "processor assembly" that will plug into an otherwise conventional motherboard. Perhaps in the distant future, that might change, but not now. What this ends up meaning is that they have two separate fabs making smaller chips rather than one fab making gigantic chips. It is much easier to make three or four small chips without errors than one huge chip, so they get higher yields for their processors. This means that they can produce a "processor assembly" with some ridiculous amount of cache and 8 cores for a much lower price than would be possible with conventional tech.


      And a more interesting topic is their consistent mentioning of taking the cache of the chip. That's a nice dream and all, but where the hell are you going to put it then? Hardwired onto the motherboard?

      The whole point of this tech is to directly connect the cache to the processor without putting it on chip. No, it won't be on the MoBo. Instead, it will be on the "processor" - but the "processor" will have multiple chips in it.


      I'm partially speculating here, but I bet that's what's on their mind.

      --
      "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
  17. Re:eh? by wronskyMan · · Score: 2, Informative

    It appears some people have managed to implement chip stacking for faster RAM among other things (check out the prototype pix).

    --
    --- You shall know the truth, and the truth shall make you mad- Neal (not Cowboy) Boortz
  18. Dupe by jdb2 · · Score: 5, Informative

    This was posted back in September of last year :

    http://slashdot.org/articles/03/09/22/1055244.shtm l?tid=102&tid=137&tid=187

    jdb2

  19. Same speed need? by grunt107 · · Score: 2, Interesting

    With this connectivity, there would seem to be a need to standardize CPU chip speeds. Otherwise, a multi-CPU system w/disparate chip speeds would need a sophisticated register design to allow the faster chips to 'idle' while the slow one occupies a needed memory address.

    If designed, however, this could allow admins to assign quickie chips to the OLTP (or DSS batch loads @ night) systems, and the slower CPUs to the less intensive tasks (like sys admin).

  20. Re:eh? by neilmoore67 · · Score: 4, Interesting

    so basically they want to stack the chips? umm, heat?

    It has to be said, I think that if Sun are seriously thinking of producing such chips then it must be a moderately good idea (they're not monkeys after all), so I wouldn't write it off on the basis of heat concerns.

    --
    You've probably noticed that people's noses get bigger as they get older. That's because old people are huge liars.
  21. Security by nxcho · · Score: 3, Insightful

    Wow. It will be even easier to bug a computer, just drop a survailiance device in it, or near it (preferably with a small flashing led on it, to the Mission Impossible soundtrack).

    --
    When asked why, the answer is almost always: "It's 2014".
  22. [OFFTOPIC] Explanation of 503s? Post here by Anonymous Coward · · Score: 4, Interesting

    Well, this is offtopic, but there's no place to discuss the problems Slashdot has been experiencing, so why not here? If the admins won't provide an appropriate forum, we have no other choice.

    Does anyone have any idea what's going on here? I can't be the only one who wishes for a front-page story explaining why Slashdot is so amazingly unreliable and broken lately--especially for subscribers who are paying $ for this service.

  23. Re:Without connectors? by interiot · · Score: 4, Informative

    The article mentions "capacitive coupling". Here is the relevant WikiPedia entry, and here's a paper on the specifics at Sun.

  24. More than one or two chips by Anonymous Coward · · Score: 2, Interesting

    If you stack chips, then each chip can only communicate with chips right next to it (am I wrong?) So you'd be able to communicate directly with 2-6 chips, otherwise the chips would have to relay through each other, like a daisy chain. Hopefully none of them would break that communication, otherwise you could have a motherboard "chip" relay messages between them all.

  25. "Sun Invents Positronic Brain" by HotNeedleOfInquiry · · Score: 4, Funny

    Let's see, in 2 weeks the've anounced that they were looking a buying Novell and getting rid of circuit boards. I guess a positronic brain will be next.

    --
    "Eve of Destruction", it's not just for old hippies anymore...
    1. Re:"Sun Invents Positronic Brain" by upsidedown_duck · · Score: 2, Funny

      I guess a positronic brain will be next.

      Yes, but it will be tied to their stock price, for very hard to explain technical reasons, so some days it will be called a negatronic brain. For the Trekkies out there, Data and Lore are really the same android, just in positronic and negatronic modes. Those scenes where they stand side-by-side...well, a wizard did it.

      --
      -- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
  26. Important info by hcetSJ · · Score: 5, Informative
    This makes the post make a little more sense, in my opinion (from the article):
    By contrast, proximity communication relies on capacitive coupling--the ability of two electrically charged devices close to each other to interact. Transmitters on one chip can send signals to another. These signals are then amplified. A much higher number of transmitter/receiver pairs than pins can be inserted in a specific area, which allows for more simultaneous connections.
    Can't get rid of the pins without replacing them with something else.
    --

    This side up.
  27. Re:Without connectors? by pjcreath · · Score: 2, Funny
    Electrical engineers have been constantly fighting unwanted interference in their circuits. Now they will be listening for it.

    ...as will your friendly neighborhood competitor, spy organization, etc. And you thought the Tempest effect was bad.

  28. Sounds interesting, but they need not manufacture by tezza · · Score: 2, Interesting
    Looks like they could license this ARM style. There's a helluva lot of cross industry licensing, enforced by the ever popular Patent System.

    As an aside, I guess I'll have to stop Gaff Taping my CPU into the socket.

    --
    [% slash_sig_val.text %]
  29. Re:Without connectors? by interiot · · Score: 2, Informative
    A summary....

    Multiple communications channels between chips can be used. Each channel uses an individual pad slightly embedded in each chip, and the pads in each chip have to be physically aligned to some extent. This has two advantages... because the pads are done on-die and not outside the chip, the pads can be two orders of magnitude smaller than external pins. Also, the pins are protected from electrostatic discharge. The summary at the end of the article says:

    • Our 350nm CMOS test chip demonstrates 16 channels operating simultaneously, each communicating pseudo random patterns at a rate of 1.35 Gbps, for an aggregate bandwidth of 21.6 Gbps.
    In other words, it looks pretty viable...
  30. Re:Lasers? by ZoolTheNinja · · Score: 2, Insightful

    Well.... You can do that. And you can have a lot more than four interconnects per chips. However the "simple optical connections" are anything but simple. Look into (forgive the pun) photonic switching fabrics for more info. Cray Inc. is looking into optically coupled chips for their Cascade project (DARPA supercompute-off). Sun just thinks capacitive coupling is the way to go. As far as the heat goes... it doesn't generate as much heat as real connections, as little or no current is flowing.

  31. Re:Without connectors? by WormholeFiend · · Score: 3, Funny

    I work in a Faraday Cage, you insensitive cl... err... you insightful... uh...

  32. Just like Legos by Phat_Tony · · Score: 2, Interesting

    Maybe the next step is for all the components to come in lego bricks. The self-organizing bus won't care what order you put them together in, so whenever you add a component (50 GB flash drive, GPU, firewire ports, ect.) you just click it on somewhere, and it adds it into the system.

    --
    Can anyone tell me how to set my sig on Slashdot?
  33. Sun should get some priorities. by TempusMagus · · Score: 3, Insightful

    Sun is the company I hate to hate. They have some of the brightest people in-house and create some amazing tech and ALWAYS seem to crap the bed on the business side. What good is a beautiful baby boy when it ends up being still-born? Man, I wish IBM just officially turn them into an R&D department.

    --
    -_-
  34. Could have many benefits by panurge · · Score: 3, Informative
    Although they don't specify how this will work, it seems likely that the pins could be replaced with much larger conductors for power, ground and heat removal. With the existing multi-hundred-pin chips, many of those pins are for power and ground and have to connect to individual circuit board layers. Power devices, with few I/O connections, can devote an entire side of the package to ground or Vcc.

    As for the technique of capacitive coupling, that is how signals used to pass through low voltage amps virtually since the triode tube. The technique has been used for isolation amplifiers for many years. The signal on one side of the voltage barrier is digitised in some way (perhaps just PCM) and transmitted across a voltage barrier using very small capacitors, to where it is decoded. In some cases, power for the input side is also transmitted by capacitive coupling across the barrier.

    Because the transmitting and receiving side of the capacitors is so tiny and the electric field therefore so constrained, it is not going to be possible to read the signals with an external aerial.

    I believe Philips, among others, earlier suggested using LEDs and photodiodes along the edges of packages, but appart from requiring power they could only be unidirectional. Capacitive coupling itself absorbs begligible power and can be fully bidirectional.

    --
    Panurge has posted for the last time. Thanks for the positive moderations.
  35. You need cooling and shielding by Engineer-Poet · · Score: 5, Informative
    (I searched all the comments for "crosstalk" and "RFI" and didn't come up with any hits... hope I'm not redundant before this is posted.)

    The problem with capacitive connections is that you are, for all intents and purposes, using small radio links. This causes several issues to come to the fore:

    • Your immunity to cross-talk goes down. Misalignment will exacerbate these problems.
    • Capacitive receivers will also be able to pick up local RF fields. The computer will be much more vulnerable to external interference than it was before.
    • The computer will also radiate much more than it did before, creating more RFI and leaking information that might be crucial (like crypto keys).
    Making the chips the meat in a sandwich with metal sheets for the bread would help this a lot, because tightly coupled ground planes attenuate both radiation and reception. As long as you're putting a ground plane on top of the assembly it might as well do double duty as a cooling device, though I wonder what effect the heat-transfer compounds would have on transmission and crosstalk.
    1. Re:You need cooling and shielding by Austerity+Empowers · · Score: 3, Interesting

      Ground planes alone would just help capture all that leaked RF energy and unhelpfully put it on your power supply return (which also can pick up outside interference and help screw with your chip sandwhich). Stuff can be done about this but you'd still have to have an off chip board with the right set of filters etc.

      Instead of screwball stuff I think it'd be more helpful to simply find ways to drastically reduce the number of pins required. Most of these chips are huge because of the 128 signal wide memory/data busses, N control/configuration pins, big address busses etc. Much of this can be replaced with comparatively fewer high speed links.

      What I'd rather see is parallel busses being replaced by very high speed serial links (all patented to hell and back of course), perhaps one link per expected peripheral (memory, adjunct processor, i/o bus, video bus, etc.). One could build a very cheap PCB that could almost be hand assembled. The problem is that each peripheral would also have to be compatible with the link. No one builds DDRs with SERDES links for example...

      80% of the boards I've designed have been pratically identical in terms of core functionality, but they've been completely different in implementation because of the differing interfaces.

    2. Re:You need cooling and shielding by Usagi_yo · · Score: 2, Informative
      Small directional radio links, thats why cross talk is not a major concern. The distance from one aligned pin to the other would effectivly be 1/100 the distance of adjacent pins. Thats effectively, not physically.

      No, won't radiate much more then before. We're using way less power to "transmit" then we were "driving".

      Sun is also working on pin to pin connections between large packages and open air optical connections between packages.

      But who cares, everybody says sun isn't going to make it, is bleeding away money and is on it's death bed. Groklaw thinks Sun is evilincarnate two (M$ being 1). And we're just stooges for M$.

  36. Re:Wrong by maraist · · Score: 4, Informative

    Just to clearify to the un-initiated. It is the exact same technique that allows CMOS transistors to work (the basis of most CPU transistors).

    CMOS-FET = Complementary Metal Oxide Semiconductor - Field Effect Transistor

    That's semiconductors separated by oxide (oxidized silicone or glass) to allow fields derived from differing voltages on either side of the glass to affect conductivity and thereby provide actuatable signals. All this new system does is replace the Oxide with something else; namely the walls of the outside of the chip and the unavoidable air-gap.

    Obviously this alternate medium is not as efficient as normal hyper-thin glass, BUT it's more efficient than transferring physical electrons from silicon to copper and amplifying it such that you can induce a measurable current down the coppy wire several centimeters away. More-over, it's more practical to etch micro-wire paths on the edge of a chip than to manually pin-punch chips like we do today. We can make such signal points smaller and more articulate.

    The ONLY problem (as outlined in the article) is keeping these micro-signals aligned.. If you're off by even half a capacitive cell, then you're fields aren't going to be strong enough, and depending on cell-spacing, you're likely to generate noise to adjacent cells.

    --
    -Michael
  37. Re:eh? by Total_Wimp · · Score: 4, Informative

    so basically they want to stack the chips? umm, heat?

    Re-read article. It's not a stack. They make reference to scrabble tiles as a comparison.

    Even if it were a stack liquid cooling built directly into the stack, ala the internal combustion engine, could handle the heat effectively. Probably more effectively then our current heat sink technology.

    TW

  38. Re:They'll revert to wires because... by SubliminalLove · · Score: 3, Insightful

    It is so lucky for Sun that Slashdot exists to bring together ignorant people from all over the world to tell them what their professional engineers have been unable to figure out. I'll bet no one down there had considered the fact that wireless transmission is different than wire-based transition. Hopefully some of their people are reading this, and the R&D department can get right on with dismantling the project.

    Seriously, I keep clicking the 'read comments' button hoping to read something interesting. Instead, I see a dozen posts by people who read the headline, think 'well that won't work!', and post about it. If you came up with it in half a second, do you think you're the first person to have that very original thought? Come on.

    "They think airplanes will be faster? Ha. They've completely forgotten to take headwinds into account. "

  39. And if you're too lazy to use Google... by jdb2 · · Score: 3, Informative

    ...here's the paper that was presented at the conference referenced in the above post :

    http://research.sun.com/async/Publications/KPDiscl osed/sml2003-0241/sml2003-0241.pdf

    jdb2

  40. Re:eh? by Anonymous Coward · · Score: 2, Funny
    They should get together with Pringles or Lays

    As long as they don't bring olestra into the mix.

  41. use the enemy and win. by twitter · · Score: 4, Interesting
    The article is talking about using capacitive coupling, not RF, though the two are related. The idea is to build the transmitters and the receivers directly onto the chip in place of wire connection pads. They can be much smaller, so you go from having hundreds of connectors to having thousands all much faster than wires. Interestingly enough, this exploits one of the main problems of wire signal transmission, field generation. As you may know, the longer the wire the harder it is to switch, which is why you still have sub 100MHz wire busses like PCI and people use fiber optics to move data long distances. The Sun approach has the potential to speed things up by several orderer of magnitude compared to wires.

    This is a very cool idea and it's the kind of thing I expect from Sun. Once it's stated, the solution almost looks obvious. While there's lots of work needed to make the idea practical, I admire the way they took a big noise problem and used it to propagate signal. It's too bad they are run by someone who thinks that they are going to make their money by licensing software instead of selling chips and licenses to very cool and real inventions.

    --

    Friends don't help friends install M$ junk.

  42. Benefits beyond computers by Billy+the+Mountain · · Score: 3, Interesting

    I wonder if this could lead to new treatments of spinal injuries? Say you could place a chip intervening between a severed spinal cord. Instead of having to physically attach all those millions of nerve endings, you could have the chip do it by proximity, and carry the signals on past the gap.

    BTM

    --
    That was the turning point of my life--I went from negative zero to positive zero.
    1. Re:Benefits beyond computers by pclminion · · Score: 2, Informative
      Say you could place a chip intervening between a severed spinal cord. Instead of having to physically attach all those millions of nerve endings, you could have the chip do it by proximity, and carry the signals on past the gap.

      Nerve cells already work this way. There is no physical contact between the axons and dendrites. They come very, very close to each other. A potential wave (electric pulse) travels from the nerve soma down the axon, where it causes a huge number of neurotransmitter-filled vacuoles to migrate to the cell membrane. These vacuoles open and release the neurotransmitters into the synaptic gap, where they are carried, purely by diffusion, to the receptor of the adjacent dendrite. There they bind to the dendrite surface and initiate a new, distinct electric pulse in the receiving cell.

      In other words, nerve cells work quite a bit like this "capacitive coupling" technology, except instead of using electric fields they use chemical agents to transmit signals.

      Your nervous system is partially electrical in nature, but signals are propogated between cells by chemicals, not electric pulses!

  43. Read the technical paper and patent by Animats · · Score: 2, Interesting
    The news article is useless. Read the technical paper and the patent

    Sun is not "coming out with new chips without connectors". Sun has demonstrated a new kind of interconnect in a lab. They might use it in a DoD funded supercomputer project. Maybe.

    You're not going to "stack chips like Scrabble tiles". The unpackaged chips have to be aligned within a few microns and held in position. That's going to be done in an IC packaging facility. The result will be a multi-chip module, a single package containing several chips.

    Multi-chip modules have been around for a long time. The Pentium Pro, for example, was a multi-chip module. There's a multi-chip module Linux computer in a single package from ETRAX. Multi-chip modules are expensive and hard to manufacture, and they're generally used only when you need to combine chips that couldn't be manufactured on the same substrate, like a fast CPU and flash memory. They usually cost more than the chips packaged individually. That's why this isn't a mainstream technology.

    This new approach might revive the multi-chip module market. Might. This has to become a cheap process before it will be used outside the supercomputer world. A whole generation of automated assembly machinery has to be developed to assemble and align chips in multi-chip modules before this is more than a demo technology. But this looks more promising than the way multi-chip modules are currently made. If it becomes cheaper to put two chips in one package than to put two chips in two packages, this is a significant development. Otherwise, not.

  44. For everyone bitching about OSS and by PotatoHead · · Score: 2, Interesting

    its negative effect on the market, read this one again and be happy.

    OSS is bringing down the overall value of computing, which is a good thing for all of us. The increased competition means the big players must begin to really innovate of die slow. The stuff we use everyday should be cheap. Intel did its job on the hardware side of things, OSS is working hard on the Software side.

    This is the Sun I am used to seeing. I have said before, their value is in their people --nice to see them putting it to use. :)

  45. cache issues by dinog · · Score: 2, Insightful
    I was under the apparently idiotic idea that the problems with off chip cache were not so much bandwith, which is relatively easy to increase by adding more lines, but rather the latency, which is (to use a technical term) a BE-otch to decrease.

    Dean G.

    "I have a great mind to believe in Christianity for the mere pleasure of fancying I may be damned."-- some guy named George

  46. Re:[OFFTOPIC] Explanation of 503s? Post here by Anonymous Coward · · Score: 2, Funny

    It's only a special service given to subscribers. All of us freeloaders have to put up with the normal, always-on service.

  47. Alignment by davecb · · Score: 2, Interesting
    Hmmn, if I put a signal on one particular pair of points, then wiggle the chip with a micromanipulator, I can rapidly find the best alignment of the pair. Repeat this for a second pair and I've located it in two dimensions. Now all the points are aligned and I can lock it down.

    Pretty much the same way one aligns a glass fibre in it's termination point...

    --dave

    --
    davecb@spamcop.net
  48. Re:[OFFTOPIC] Explanation of 503s? Post here by DeVilla · · Score: 3, Informative
    The appropriate forum is here.

    However, it's probably not a place to discuss it unless you have something to contribute to resolving it.

  49. Re:[OFFTOPIC] Explanation of 503s? Post here by zombiestomper · · Score: 5, Funny

    The next 503 error will be ready soon, but subscribers can beat the rush and see it early!

  50. Sun's research paper about this by CTho9305 · · Score: 2, Informative

    There is a research paper here that gives a lot more information than the article linked (ironically enough, I happened to be reading it yesterday). They address many of the issues people have brought up (alignment, dust, etc.), and the paper really isn't a hard read.

    They actually have a bunch of interesting papers in the parent directory here, mostly covering stuff about asynchronous/clockless computing.

  51. smash by ciderbob · · Score: 2, Funny

    I've managed to 'Eliminate Circuit Boards' without even trying in the past. I need a better soldering iron... and to control my temper

  52. Interlocking chips by Smallpond · · Score: 4, Funny

    Sun service engineer: I'm trying to fix this CPU, but all I have is sky pieces, anyone have a piece with a little bit of a boat?

  53. Good for hobbyists by heroine · · Score: 2, Interesting

    It would be good for hobbyists in that the shift to tighter pins and ball grid arrays is making it extremely expensive to fabricate single circuit boards. Imagine buying a bunch of ASICs from digikey, stacking them together with duct tape, and instantly having a custom circuit board. The sides of the chips would only need transmit, recieve, and clock plates.

    In manufacturing, the trend is still to integrate more and more on a single die. The cache will still be on the CPU but in addition, so will the system memory, graphics chip, and power supply. One day the 120V AC power cord will plug directly into the CPU.

  54. Serial links? by argent · · Score: 3, Insightful

    I must say I'm skeptical about going to serial links for things like memory access. If you go from a 256 bit parallel bus running at 800 MHz to a serial link, your motherboard traces are going to have to carry a signal at something like 200 GHz to get the same bandwidth. Your circuit board is going to need to be a millimeter-wave waveguide, and what are you going to make the transducers shoveling that data over the motherboard out of? You can generate 100 GHz-THz carriers using Gunn diodes, but that's not a signal.

    You'd need optical links, and not very long ones. It probably wouldn't reduce the cost of the motherboard, anyway.

  55. Re:eh? by njcoder · · Score: 3, Insightful
    Sometimes I think Sun could announce they found an affordable and easily accessible cure for cancer and the slashdot crowd would harp on them for contributing to the overpopulation problem.

    They have 5-6 years to work on this whole idea. Every once in a while, people have to go into completely different directions. The engineers at sun are not idiots. Do the people on here actually believe that they're not going to deal with these types of problems that are mentioned here?

  56. Nothing to do with printed circuit boards by JonKatzIsAnIdiot · · Score: 2, Informative

    This technology pertains more to chip manufacture than motherboard manufacture. The alignment difficulties alone will prevent this from being seen in the field. According to the research paper, the scientists first aligned the chips using a 10x stereo microscope, then used a Vernier measurement system to align them to within a few microns. There's no way that process will be seen outside of a lab or manufacturing plant.

    What this will let chip makers do is to manufacture the cpu and cache on separate silicon wafers, then stack them together and package them as a unit. The researchers claim a speed of 21.6 Gigabits/second using a 4x4 matrix of transmitters. Perhaps we'll see processors being sold with X Gig of memory on-board, with X being the amount of memory that can be manufactured in the same space as the CPU. Perhaps additional processors could be stacked together as well. Imagine putting 4 CPU's and 4 Gig of memory into a spot on a motherboard that takes 1 CPU today. You will still need a printed circuit board to connect to the circuitry that handles the external devices, ports, slots, etc.

  57. Re:Wrong by DraconPern · · Score: 2, Informative

    Alignment is not a problem. You can use automatic cell matching using a reconfigurable IOB. What you need is an array of cells that has more cells than signals, eg, extra cells on both ends. Then set the chips together, and initialize the entire cell array with an alignment pattern (eg. a pattern that has no repeated sequences. The two chips can then read the other chip's pattern and use that information to determine which cells correspond to which signal. You will of course need to have extra cells both horizontally and vertically.