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.'"

23 of 349 comments (clear)

  1. eh? by the_2nd_coming · · Score: 1, Insightful

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

    --



    I am the Alpha and the Omega-3
    1. 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?

  2. 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.
  3. 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.

  4. 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.)
  5. 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 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
    3. 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
  6. 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".
  7. 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.

  8. 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
  9. 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.

  10. 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.

    --
    -_-
  11. 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
  12. 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. "

  13. yes, water cooling is just transfer by Anonymous Coward · · Score: 1, Insightful

    The difference is water cooling can move heat a significant distance. Peltiers cannot. Peltiers move some heat a short distance, and then throw in more heat of their own into that small area. In short, they suck. They have very few practical uses. That's why you don't see them around much.

  14. 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.

  15. 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

  16. 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.

  17. 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.