Slashdot Mirror


How Much Smaller Can Chips Go?

nk497 writes "To see one of the 32nm transistors on an Intel chip, you would need to enlarge the processor to beyond the size of a house. Such extreme scales have led some to wonder how much smaller Intel can take things and how long Moore's law will hold out. While Intel has overcome issues such as leaky gates, it faces new challenges. For the 22nm process, Intel faces the problem of 'dark silicon,' where the chip doesn't have enough power available to take advantage of all those transistors. Using the power budget of a 45nm chip, if the processor remains the same size only a quarter of the silicon is exploitable at 22nm, and only a tenth is usable at 11nm. There's also the issue of manufacturing. Today's chips are printed using deep ultraviolet lithography, but it's almost reached the point where it's physically impossible to print lines any thinner. Diffraction means the lines become blurred and fuzzy as the manufacturing processes become smaller, potentially causing transistors to fail. By the time 16nm chips arrive, manufacturers will have to move to extreme ultraviolet lithography — which Intel has spent 13 years and hundreds of millions trying to develop, without success."

63 of 362 comments (clear)

  1. Don't make them smaller by AhabTheArab · · Score: 5, Funny

    Make them bigger. More space to put stuff on them then anyway. Tostito's Restaurant style tortilla chips can fit much more guacamole and salsa on them than their bite size chips. Bigger is better when it comes to chips.

    1. Re:Don't make them smaller by Anonymous Coward · · Score: 2, Insightful

      It's not about communication lag, it's about cost. Price goes up with die area.

    2. Re:Don't make them smaller by ibwolf · · Score: 4, Interesting

      Distant parts of the chip then have a communication lag, but yes, this will really help. Certainly much less lag than communicating with something outside the die.

      Wouldn't that suggest that three dimensional chips be the logical next step. Although heat dissipation would become more difficult, not to mention the fact that the production process would be an order of magnitude more complicated.

    3. Re:Don't make them smaller by TheDarAve · · Score: 5, Informative

      This is also why Intel has been investing so much into in-silicon optical interconnects. They can go 3D if they can separate the wafers far enough to put a heat pipe in between and still pass data.

    4. Re:Don't make them smaller by Xacid · · Score: 2, Insightful

      Built in peltiers to draw the heat out of the center perhaps?

    5. Re:Don't make them smaller by rimcrazy · · Score: 4, Interesting

      Making 3D chips is the holy grail of semiconductor processing but is still beyond reach. They've not been able to lay down a single crystal second layer to make your stacked chip. They have tried using amorphous silicon but the devices are not near as good so there is no point.

      We are already seeing the outcrop of all of this, as next years machines are not necessarily 2x the performance at the same cost. I really think that money would be better spent helping all of you coders out there in creating a language/compiler programing paradigm that can use 12 threads efficiently for something beyond rendering GTA. I certainly don't have the answer and given that that problem has not been solved yet, neither does anybody else at this time.

      Its a very very hard problem. It is going to be interesting here in the next few years. If nothing changes, your going to have to start becoming accustom to the fact that next years PC is going to cost you MORE not less and thats really going to suck.

      --
      "TV, a medium as it is neither rare nor well done." Ernie Kovacs
    6. Re:Don't make them smaller by quo_vadis · · Score: 5, Informative

      You are incorrect about the reason for lack of 3D stacking. Its not that we cant stack them. There has been a lot of work on it. In fact, the reason flash chips are increasing in capacity is because they are stacked usually 8 layers high. The problem quite simply is heat dissipation. A modern CPU has a TDP of 130W, most of which is removed from the top of the chip, through the casing, to the heatsink. Put a second core on top of it, and the bottom layer develops hotspots that cannot be handled. There are currently some approaches based on microfluidic channels interspersed between the stacked dies, but that has its own drawbacks.

      --
      Legally obligatory sig : My opinions are my own... etc etc
    7. Re:Don't make them smaller by pclminion · · Score: 2, Informative

      A peltier gets cold on one side and hot on the other. Where are you going to put the hot side, since you're trying to put the thing in the middle of a block of silicon?

    8. Re:Don't make them smaller by CAIMLAS · · Score: 2, Informative

      The biggest performance bottleneck is still harddrives. So rather than focusing on faster CPUs, I'd love to see fast SSDs come down in price. I also can't wait until 16 gigs of RAM is standard.

      Agreed, except I'd like to disagree on your preference: I'd love to have slow SSDs come down in price and go up in capacity. It will be Good Enough, or at least significantly better.

      I mean, seriously: does the common desktop really need secondary storage which has higher throughput than the majority of DDR memory? There are SATA 6GB/s disks out there with >400MB/s rates, whereas DDR 400 only maxed out at 400MB/s. That's freaking INCREDIBLE.

      Even introducing slower 200MB/s SSDs at a lower price than current 400GB models w/ higher capacity would be significantly appreciated.

      That said, SSDs are going down in price - enough that the demand has increased again, pushing memory prices up in the past week (meh, look at Newegg if you don't believe me. 2x2GB DDR3 Crucial was $42 last week; this week it jumped up significantly for the same part #.)

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    9. Re:Don't make them smaller by rimcrazy · · Score: 2, Interesting

      No, you are incorrect. You are talking about stacked gates. That is significantly different than what I am talking about which is making entire stacked devices where you have a second level of additional devices including sources and drains as well as gates. Work has been tried with amorphous silicon with mixed results, no of which amount to much.

      You are correct in that the power density issue trumps all other concerns.

      And in the end economic issues will trump everything.

      --
      "TV, a medium as it is neither rare nor well done." Ernie Kovacs
    10. Re:Don't make them smaller by Dylan16807 · · Score: 2, Insightful

      DDR, along with almost all desktop memory, has a 64-bit interface. So DDR 400 is at 3200MB/s, and if you go dual-channel you get 6400MB/s. Still, having bulk storage only an order of magnitude below main memory is wonderful.

    11. Re:Don't make them smaller by Rival · · Score: 2, Funny

      A peltier gets cold on one side and hot on the other. Where are you going to put the hot side, since you're trying to put the thing in the middle of a block of silicon?

      Easy -- just put two peltiers together, hot sides facing each other. Problem solved! ;-)

    12. Re:Don't make them smaller by w0mprat · · Score: 2, Insightful

      ... I really think that money would be better spent helping all of you coders out there in creating a language/compiler programing paradigm that can use 12 threads efficiently for something beyond rendering GTA.

      The entirety of programming is we know it is stuck in a single threaded paradigm and making the shift to massively parallel computing requires a huge shift in thinking.

      This is so hard because our technique, languages and compilers all have their roots in a world that barely even multi-tasked let alone considered doing anything in parallel for performance.

      Every coder that ever learnt to code, coded for kicks or money, learnt this way, and they still do.

      We've come all this way without ever having to think in parallel. I stopped developing in 2003, having never had to really consider parallelism.

      Even in 2010, as kids today start learning programming linearly still, and you go a long way before having to consider a second thread.

      I think calling it a whole new paradigm is not doing the change required justice. It's about re-learning and re-thinking everything.

      Frankly every day I think it's a fucking miracle that software as a whole performs as well as it does, and that our civilizations infrastructure can be use this technology, and that Moore's law hasn't stopped it's inexorable march yet.

      It all works result of a brute force of millions of smart people problem solving line by line, getting it to compile, run and work without crashing too often. Software development now sees teams of hundreds of developers, open source projects can have thousands. One should be forgiven for thinking programming itself hasn't improved terrifically. Advances in software are still largely coming with throwing human resources at problems.

      Clearly then, the deficiencies are in software, not hardware.

      I won't shed a tear when Intel can no longer make progress with it's enormous investment in producing silicon based chips, and may have to consider graphene et al. But it's far from the end of the story. Silicon is only one element on the periodic table after all.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
  2. The Atoms by Ironhandx · · Score: 5, Interesting

    They're going to hit atomic scale transistors fairly soon from what I can see as well, the manufacturing process for those is probably prohibitively expensive but that is as small as they can go(according to our current knowledge of the universe at least).

    I can't imagine Intel has all of its eggs in one basket on Extreme Ultraviolet Lithography though. Something thats been in development for even 5 years and doesn't show any concrete signs of success should at least have alternatives developed for it. After 5 years if you still can't say for certain if its ever going to work, you definitely need to start looking in different directions.

    1. Re:The Atoms by Lunix+Nutcase · · Score: 4, Funny

      Something thats been in development for even 5 years and doesn't show any concrete signs of success should at least have alternatives developed for it.

      You haven't followed much of the history of Itanium's development have you?

    2. Re:The Atoms by Ironhandx · · Score: 2, Insightful

      Theres a difference here... those reports were about being practically impossible, not theoretically impossible, on the going below the atomic scale you're hitting the theoretically impossible(given current understandings) point along with the practically impossible. We've had the theory for atomic size transistors for quite a while, its the practical that really needs to catch up.

    3. Re:The Atoms by hankwang · · Score: 5, Informative

      I deal with EUV lithography for a living. Not at Intel, but at ASML, the world's largest supplier of lithography machines and the only one that has actually manufactured working EUV lithography tools.

      Something thats been in development for even 5 years and doesn't show any concrete signs of success should at least have alternatives developed for it. After 5 years if you still can't say for certain if its ever going to work, you definitely need to start looking in different directions.

      You are misinformed. On our Alpha development machines, working 22 nm devices were already manufactured last year. (source) We are shipping the first commercial EUV lithography machines in the coming year (source, source) A problem for the chip manufacturers is that the capacity on the alpha machines is rather low and needs to be shared among competitors.

      There is a temporary alternative; it is called double patterning (and triple patterning, etcetera). The first problem is that you need twice (thrice) as many process steps for the small features, and also proportionally more lithography machines that are not exactly cheap. The second problem is that double patterning imposes tough restrictions on the chip design; basically you can only make chips that consist mostly of repeating simple patterns. That is doable for memory chips, but much less so for CPUs. Moreover, if you want to continue Moore's law that way, the manufacturing cost will increase exponentially, so this is not a long-term viable alternative.

      You can bet that the semiconductor manufacturers have looked for alternatives. But those don't exist, at least not viable ones.

    4. Re:The Atoms by hankwang · · Score: 3, Informative

      I wasn't aware of someone succeeding where intel failed. I assumed that intel would have simply licensed the tech from anyone that had by now.

      IMEC is not the only ASML customer who has played with one of the two EUV Alpha tools, but it's the only one I could find with a quick Google search that has published the results. IMEC is a research institute. Other customers (actual chip manufacturers) have little to gain by disclosing to the competition exactly how much progress they have made.

      Then again, just last year means that the licensing talks could easily still be going on. I'm going to keep an eye on this from now on.

      Licensing is not the business model. The article suggests that Intel develops these machines ("fancy camera's") themselves, but in reality, they simply buy the machines from one of the three manufacturers (ASML, Nikon, and Canon). We spend an R&D budget of 500 M€ per year to develop these machines; Intel's R&D costs are likely mostly in the design of their chips and optimizing process parameters to squeeze as much as possible out of their fabs.

    5. Re:The Atoms by hankwang · · Score: 3, Informative

      I forgot to add a disclaimer: the opinions expressed are mine and not necessarily my employer's, etcetera.

    6. Re:The Atoms by wen1454 · · Score: 2, Informative

      The computational power of the human brain, which uses only 25 watts, is estimated to be between 10^13 and 10^23 instructions per second [1]. This means the human brain is 100 to 10^12 times more powerful than a high-end desktop. So computers still have a way to go before they could possibly approach any physical limits.

      1. Merkle, 1989: 10^13-10^16 IPS; Maravec, 1997: 10^14 IPS; Thagard, 2002: 10^23 IPS; Modha, 2009: 3.8*10^16 IPS.

  3. Why do they need to? by Revotron · · Score: 4, Funny

    Why does Intel need to push the envelope that hard and that fast just to create a product that will, in the end, have extremely low yield and extremely high cost?

    Just so they can adhere to some ancient "law" proposed by one of their founders? It's time to let go of Moore's Law. It's outdated and doesn't scale well... just like the x86 architecture! *ba-dum, chhh*

    1. Re:Why do they need to? by mlts · · Score: 4, Interesting

      At the extreme, maybe it might be time for a new CPU architecture? Intel has been doing so much stuff behind the scenes to keep the x86 architecture going, that it may be time to just bite the bullet and move to something that doesn't require as much translation?

      Itanium comes to mind here because it offers a dizzying amount of registers, both FPU and CPU available to programs. To boot, it can emulate x86/amd64 instructions.

      Virtual machine technology is coming along rapidly. Why not combine a hardware hypervisor and other technology so we can transition to a CPU architecture that was designed in the past 10-20 years?

    2. Re:Why do they need to? by Andy+Dodd · · Score: 2, Insightful

      The problem is that x86 has become so entrenched in the market that even it's creator can't kill it off.

      You even cited a perfect example of their last (failed) attempt to do so (Itanic).

      --
      retrorocket.o not found, launch anyway?
    3. Re:Why do they need to? by T-Bone-T · · Score: 2, Insightful

      Moore's Law describes increases in computing power, it does not proscribe it.

    4. Re:Why do they need to? by mlts · · Score: 4, Insightful

      x86 and amd64 have an installed base. Itanium doesn't. This doesn't mean x86 is any better than Itanium, in the same way that Britney Spears is better than $YOUR_FAVORITE_BAND because Britney has sold far more albums.

      Intel has done an astounding job at keeping the x86 architecture going. However, there is only so much lipstick you can put on a 40 year old pig.

    5. Re:Why do they need to? by imgod2u · · Score: 3, Informative

      Because nowadays, the ISA is really very little impact on resulting performance. The total die space devoted to translating x86 instructions on a modern Nehalem is tiny compared to the rest of the chip. The only time the ISA decode logic matters if for very low power chips (smartphones). This is part of the reason why ARM is so far ahead of Intel's x86 offerings in that area.

      Modern x86, with SSE and x86-64, is actually not that bad of an ISA and there aren't too many ugly workarounds necessary anymore that justify a big push to change.

    6. Re:Why do they need to? by Anonymous Coward · · Score: 3, Informative

      We already have this. All current x86's have a decode unit to convert the x86 instructions to micro-ops in the native RISC instruction set.

    7. Re:Why do they need to? by QuantumLeaper · · Score: 2, Informative

      Moore's Law has nothing to do with computing power, but with the NUMBER of transistors on a piece of silicon. Which he said would double every 2 years, which has be petty much true and will remain true for the next decade most likely.

    8. Re:Why do they need to? by quo_vadis · · Score: 4, Informative

      Um, actually Intel has done a lot of work on the architecture and microarchitecture of its processors. The CPUs Intel makes today are almost RISC like, with a tiny translation engine, which thanks to the shrinking size of transistors takes a trivial amount of die space. The cost of adding a translation unit is tiny, compared to the penalty of not being compatible with a vast majority of the software out there.

      Itanium was their clean room redesign, and look what happened to it. Outside HPCs and very niche applications, no one was willing to rewrite all their apps, and more importantly, wait for the compiler to mature on an architecture that was heavily dependent on the compiler to extract instruction level parallelism.

      All said, the current instruction set innovation is happening with the SSE, and VT instructions, where some really cool stuff is possible. There is something to be said for the choice of CISC architecture by Intel. In RISC ones, once you run out of opcodes, you are in pretty deep trouble. In CISC, you can keep adding them,making it possible to have binaries that can run unmodified on older generation chips, but able to take advantage of newer generation features when running on newer chips.

      --
      Legally obligatory sig : My opinions are my own... etc etc
    9. Re:Why do they need to? by WuphonsReach · · Score: 3, Insightful

      Itanium failed because it used a VLIW architecture - great for specialized processing tasks on big machines but for general purpose computing (ie. what 99.9% of people do) it wasn't much faster than x86.

      Itanium failed - because it could not run x86 code at an acceptable speed. Which meant that if you wanted to switch over to Itanium, you had to start from scratch - rebuying every piece of software that you depended on, or getting new versions for Itanium.

      AMD's 64bit CPUs, on the other hand, were excellent at running older x86 code while also giving you the ability to code natively in 64bit for the future. AMD's method took the market by storm and Intel had to relent and produce a 64bit x86 CPU.

      (There were other reasons why Itanium failed - such as relying too much on compilers to produce optimal code, cost of the units due to being limited quantity, and Intel arrogance.)

      --
      Wolde you bothe eate your cake, and have your cake?
    10. Re:Why do they need to? by Chris+Burke · · Score: 2, Informative

      Intel has been doing so much stuff behind the scenes to keep the x86 architecture going, that it may be time to just bite the bullet and move to something that doesn't require as much translation?

      Actually, the vast majority of what Intel and AMD have been doing behind the scenes are microarchitectural improvements that would be applicable to any out-of-order processor regardless of ISA.

      There are some minor penalties to x86 that remain, but getting rid of them would be a very modest performance upside and is completely not worth ditching backward compatibility for.

      Itanium comes to mind here because it offers a dizzying amount of registers, both FPU and CPU available to programs. To boot, it can emulate x86/amd64 instructions.

      You don't actually need that many architected registers, and modern out of order processors have a similar number of physical registers anyway. Sure IA32 had way too few GPRs, but most of the time the 32 registers of most RISC machines aren't used. x86-64 has a good compromise, and IA64 has overkill.

      If you're going to ditch x86 and start with something new -- and hypothetically I completely agree it would be great -- at least pick a real RISC architecture, and not something that actually has a bigger manual than x86. The only thing worse than an ISA designed by 30 years of engineering pragmatism is one designed by a committee of compiler writers. :P

      Emulation of x86 was something that was touted but never performed well enough to actually satisfy customers who wanted to run x86 workloads. This is surprising only to people who think x86 chips are inherently slow. :P

      Virtual machine technology is coming along rapidly. Why not combine a hardware hypervisor and other technology so we can transition to a CPU architecture that was designed in the past 10-20 years?

      Because virtual machines don't actually let you do that. They only virtualize a few aspects of the ISA to make compartmentalization possible. The guest OS and applications are compiled to the underlying ISA. Virtualization is all about efficiency, and emulating foreign instruction sets is inefficient.

      --

      The enemies of Democracy are
  4. This question by bigspring · · Score: 2, Interesting

    I think there has been a major article asking this question every six months for the last decade. Then: surprise surprise, there's a new tech development that improves the technology. We've been "almost at the physical limit" for transistor size since the birth of the computer, why will it be any different this time?

    1. Re:This question by localman57 · · Score: 4, Insightful

      why will it be any different this time?

      Because sooner or later, it has to be. You reach a breaking point where the new technology is sufficiently different from the old that they don't represent the same device anymore. I think you'd have to be crazy to think that we're approaching the peak of our ability to solve computational problems, but I don't think its unreasonable to think that we're approaching the limit of what we can do with this technology (transistors).

  5. Plank's Law by cosm · · Score: 4, Funny

    Well I can say with absolute certainty that they will not go below the Planck length.

    --
    'We are trying to prove ourselves wrong as quickly as possible, because only in that way can we find progress.' RPF
    1. Re:Plank's Law by Yvanhoe · · Score: 2, Insightful

      At 10^-35 meters, that leaves us a lot room...
      And being certain about something that comes from uncertainty principle makes me feel confused...

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  6. Re:I miss the pressure AMD used to put on Intel by Revotron · · Score: 5, Insightful

    The latest revision of my Phenom II X4 disagrees with you. The Phenom II series is absolutely steamrolling over every other Intel product in its price range.

    Hint: Notice I said "in its price range." Because not everyone prefers spending $1300 on a CPU that's marginally better than one at $600. It seems like Intel has stepped away from the "chip speed" game and stepped right into "ludicrously expensive".

  7. Re:I miss the pressure AMD used to put on Intel by Lunix+Nutcase · · Score: 2, Interesting

    The only Intel chips that are $1000+ are those that are either a few months old and/or are of the "Extreme" series. The core i7-860s and 930s are under 300 bucks and pretty much the entire core i5 line is at 200 or less.

  8. Re:Maybe we will start seeing more cores? by Anonymous Coward · · Score: 5, Funny

    You have an uncanny ability to predict the present!

  9. Plan the dark areas around the defects by grahamsz · · Score: 2, Interesting

    Larger dies generally cost more because it's more likely that they'll have a defect. I haven't done any chip design since college (and even then it was really entry level stuff) but if you could break the chip down into 10 different subcomponents that need to be spaced out, you could put 100 of those components on the chip and then after manufacture you could select the blocks that perform best and are defect free, spacing your choices accordingly.

    I'm pretty sure chip makers likely already

  10. Re:Maybe we will start seeing more cores? by phantomfive · · Score: 4, Insightful

    It has always been about making it smaller. Clock speed was able to increase because the chips got smaller. We were able to add more cores per die because the chips got smaller. Moore's law is about size: it doesn't say computers will get faster, it says they will get smaller.

    What we are able to do with the smaller chips is what's changed. Raising the clock speed worked for years, and that is the best option, but because of physical problems, in the latest generations we weren't able to do that. So the next best thing is to add cores. Now the article is suggesting we may not even be able to do that anymore.

    I will tell you I've been reading articles like this for as long as I've known what a computer was, so if you're a betting man, you would do well to bet against this type of article every time you read it. But in theory it has to end somewhere, unless we learn how to make subatomic particles, which presumably is outside the reach of the research budget at Intel.

    --
    Qxe4
  11. This is what reversible computing is for, right? by TimFreeman · · Score: 2, Interesting

    The article mentions "dark transistors", which are transistors on the chip that can't be powered because you can't get enough power onto the chip. This is the problem that reversible computing was supposed to solve.

  12. GPUs work kind of like this by Sycraft-fu · · Score: 3, Informative

    Since they are so parallel they are made as a bunch of blocks. A modern GPU might be, say, 16 blocks each with a certain number of shaders, ROPs, TMUs, and so on. When they are ready, they get tested. If a unit fails, it can be burned off the chip or disabled in firmware, and the unit can be sold as a lesser card. So the top card has all 16 blocks, the step down has 15 or 14 or something. Helps deal with cases were there's a defect, but overall the thing works.

  13. Re:I miss the pressure AMD used to put on Intel by Rockoon · · Score: 4, Informative

    What are you talking about? AM2 boards support AM3 chips.

    You also present a false dichotomy, because upgrading isnt ONLY about buying suboptimal hardware and then upgrading it later. Anyone who purchased bleeding edge AM2 gear when it was introduced can get a bios update and then socket an AM3 Phenom II chip. They still only have DDR2, but amazingly Phenom II's support both DDR2 on AM2 and DDR3 on AM3.

    So that guy who purchased a dual-core AM2 Phenom when they were cutting edge can now socket a hexa-core AM3 Phenom II.

    Its amazing what designing for the future gives your customers. Intel users have only rarely had the chance to substantially upgrade CPU's.

    --
    "His name was James Damore."
  14. Re:Maybe we will start seeing more cores? by Abcd1234 · · Score: 3, Insightful

    Well done, you've just described... today!

    And today, we already know the problem with this approach: most everyday problems aren't easily parallelizable. Yes, there are specific areas where the problems are sometimes embarrassingly parallel (some scientific/number crunching applications, graphics rendering, etc), but generally speaking, your average software problem is unfortunately very serial. As such, those multiple cores don't provide much benefit for any single task. So if you want to execute one of these problems faster, the only thing you can do is ramp up the clock rate.

  15. I'd say you haven't by Sycraft-fu · · Score: 4, Interesting

    For one, Itanium is still going strong in high end servers. It is a tiny market, but Itanium sells well (no I don't know why).

    However in terms of the desktop, you might notice something: When AMD came out with an x64 chip and everyone, most importantly Microsoft, decided they liked it and started developing for it, Intel had one out in a hurry. This doesn't just happen. You don't design a chip in a couple months, it takes a long, long time. What this means is Intel had been hedging their bets. They developed an x64 chip (they have a license for anything AMD makes for x86 just as AMD has a license for anything they make) should things go that way. They did and Intel ran with it.

    Ran with it well, I might add, since now the top performing x64 chips are all Intel.

    They aren't a stupid company, and if you think they are I'd question your judgment.

    1. Re:I'd say you haven't by BitZtream · · Score: 2, Informative

      They developed an x64 chip (they have a license for anything AMD makes for x86 just as AMD has a license for anything they make) should things go that way.

      Actaully, no they don't.

      There are certain things they share licenses for, but thats mostly related to Intel wanting to be able to fill government contracts that require multiple vendor sources.

      It does not cover everything that is x86, which is why the two companies regularly sue each other over silly shit.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  16. Re:This is what reversible computing is for, right by imgod2u · · Score: 2, Insightful

    People have been proposing circuits for regenerative switching (mainly for clocking) for a long long time. The problem always being that if you add an inductance to your circuit to store and feedback the energy, you will significantly decrease how fast you can switch.

    Also, you think transistors are difficult to build in small sizes? Try building tiny inductors.

  17. CPU caches also work like that by imgod2u · · Score: 2, Informative

    Actually, it's pretty common practice to put spare arrays and spare cells in the design that aren't connected in the metal layers. When a chip is found defective, the upper metal layers can be cut and fused to form new connections and use the spare cells/arrays instead of the ones that failed by use of a focused ion beam.

    But that still adds time and cost. Decreasing die area is pretty much always preferable. Also, larger dies means even more of the chip's metal interconnects have to be devoted to power distribution.

    1. Re:CPU caches also work like that by ultranova · · Score: 2, Insightful

      Actually, it's pretty common practice to put spare arrays and spare cells in the design that aren't connected in the metal layers. When a chip is found defective, the upper metal layers can be cut and fused to form new connections and use the spare cells/arrays instead of the ones that failed by use of a focused ion beam.

      Am I the only one who finds it pretty awesome that we're actually using focused ion beams in the manufacture of everyday items?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  18. Re:Quantum Computing by psbrogna · · Score: 2, Insightful

    I'd settle for less bloat-ware. Back in the day amazing things were done with extremely limited CPU resources by programming closer to the wire. Now we have orders of magnitude more resources but most programming is done at a very high level with numerous layers of inefficiency which negates, possibly more than negates, the benefits of increased CPU resources. Yes, yes- I wax a little "in my day/up hill both ways, etc." but do the benefits of high level programming and efficient use of resources have to be mutually exclusive?

  19. Better software by Andy_w715 · · Score: 5, Insightful

    How about writing better software. Stuff that doesn't require 24 cores and 64GB of RAM?

    1. Re:Better software by evilviper · · Score: 3, Insightful

      How about writing better software. Stuff that doesn't require 24 cores and 64GB of RAM?

      They did. The are damn fast on modern processors, too. However, people simply look at me funny for using all GTK v1.2 applications... GIMP, aumix, emelfm, Ayttm, Sylpheed1, XFce3, etc.

      So, why AREN'T YOU using better software, which "doesn't require 24 cores and 64GB of RAM"?

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  20. Re:"Extreme Ultraviolet" by sunbane · · Score: 4, Informative

    Because X-rays are .01 - 10 nm light and EUV is 13.5nm light... so nothing to do with the word, as much as engineers like to label things correctly.

  21. Here comes the.. by WakaRiMaSu · · Score: 2, Informative

    graphene.

  22. Re:Clock speed is a no-go by Spatial · · Score: 2, Insightful

    (can't go faster, so lets just go the same speed, but in parallel).

    Actually they do go faster. Clock speed doesn't mean processing speed. Modern CPUs do much more per clock cycle than their predecessors because of their greater instruction-level parallelism, shorter instruction latencies, larger caches, etc. While their cores don't generally operate at a higher frequency, they perform many times faster.

    That's not even considering the additional cores and massively improved power efficiency. It's difficult to overstate just how fucking amazingly good CPUs are now.

  23. Re:Maybe we will start seeing more cores? by Abcd1234 · · Score: 2, Insightful

    Trust me, what you're seeing is *not* what you think you're seeing. Windows isn't magically auto-parallelizing your code. That's a hot topic of research today, and it's really fucking hard.

  24. Re:"Extreme Ultraviolet" by Steve525 · · Score: 2, Insightful

    because "X-rays" is such an UGLY word....

    There's actually some truth to this. Originally it was called soft x-ray projection lithography. The other type of x-ray lithography was a near contact shadow technique using shorter (near 1nm) x-rays. To distinguish the two techniques they changed the name from soft x-ray to EUV.

    This was also done for marketing reasons. X-ray lithography had failed (after sinking a lot of $$ into it), while optical lithography had successful moved from visible to UV, to DUV. By calling it EUV it sounds like the next logical step, instead of being associated with the failure that was x-ray lithography.

    (Actually, x-ray lithography didn't really truly fail. It does work, but optical surpassed it before it was ready, so it became pointless)

  25. Re:3D Chips by erice · · Score: 3, Informative

    Actually, 3D has picked up quite a bit in the last few years. However, the primary interest is connect different chips together in the same package with short, fast, interconnect. It's a lot better than conventional System In Package and much much better than circuit board connections. Unfortunately, the connections are a bit too coarse to spread a single design like an Intel processor across the layers.

    For that you need more sophisticated methods like growing a new wafer on top of one that has already been built up. These methods are not yet ready for production.

  26. Re:Maybe we will start seeing more cores? by hitmark · · Score: 2, Interesting

    another problem is that adding cores is not as effective, right now, as upping clock speed.

    this may change however if the designs change from multiple universal cores to something more like a the cell cpu that powers the playstation 3, or maybe something like the the latest GPUs. Basically, a couple of universal cores like before (as they provide some benefit, if the os do a proper job in spreading processes across them) combined with multiple simpler cores that can be arranged like a assembly line. Then you stuff data in at one end, have each core do it assigned task in the chain, and have the result come out the other. With enough of them, one start to approach something like FPGA, giving each logical instruction in a program its own core.

    This is interesting in that a recent presentation i found the video of, stated that cpus these days slowed down mostly because it needed something from cache (usually because of a bad speculation during a IF or similar divergent routes in the code).

    --
    comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
  27. Re:I miss the pressure AMD used to put on Intel by Revotron · · Score: 2, Informative

    This review:
    http://it-review.net/article/hardware/cpu/Intel_Core_i7_980X,_Core_i5_650_and_Core_i3_530_review&3

    These processors:

    Core i7-980X
    http://www.newegg.com/Product/Product.aspx?Item=N82E16819115223

    Core i5-650
    http://www.newegg.com/Product/Product.aspx?Item=N82E16819115220

    Core i3-530
    http://www.newegg.com/Product/Product.aspx?Item=N82E16819115222

    Notice the performance of the 980X over the other two. There's no more than a 3x performance increase in media encoding. Compare the price tag differences, ranging from a six-fold increase over the i5 and an eight-fold increase over the i3.

    The kind of premium Intel charges for the "Extreme Edition" brand is ridiculous. Based on those specs alone and knowing the price of the two lower models, I wouldn't expect to be charged anything more than $600 for the i7.

  28. Re:I miss the pressure AMD used to put on Intel by Revotron · · Score: 2, Informative

    You asked me to provide evidence supporting my claim of 2x performance gains and 8x the pricetag. I did exactly that. AMD and Intel may be in a tight race at the midrange ($140-$200) but the interoperability between AMD's three socket specs (AM2,AM2+,AM3) and the DDR2/DDR3 backwards compatability are what send AMD leaps and bounds ahead of Intel. From a holistic standpoint AMD's offering is alot more stable in the long-term, and this is how they steamroll over the competition.

    P.S. I got fed up with Intel when I found out I'd have to throw out my motherboard, CPU and RAM to move from a Core2 Quad to *any* of the i3/5/7 offerings. My motherboard, CPU and RAM were no more than two years old and yet somehow there was no financially sane upgrade path for ANY of the components. If I were to get an i3 or i5, that meant I most likely couldn't upgrade to an i7 later without chucking the entire motherboard. This is what ticks me off about Intel's business model.

  29. It's hard writing software to keep up with the HW by garyebickford · · Score: 3, Funny

    Folks don't often realize how much work we software writers go through to write this big, complex, core-eating software. Back in the day with 8-bit 500 KHz CPUs we could write a simple 1000-iteration loop with a bit of code in it, and it might lag the CPU for a whole second. Now with these fast processors we have to go through all kinds of hoops to use up all those cycles! Building languages on top of languages, interpreted languages, all kinds of extra error checking (error checking can often take 80%-90% of the cycles and code), objects on top of arrays on top of pointers on top of objects ... you get the idea. SOMEBODY has to make the software to use up all those cycles.

    It's a dirty job, but somebody has to do it!!!

    WE CAN NOT LET THE HARDWARE PEOPLE WIN!!! For every added processor, every bump in Hz, we WILL come up with a way to burn it! Soon we will embark on the new 3D ray-traced desktop - THAT will keep the HW folks busy for a while!!! And (don't tell anybody) soon we will establish the need for full time up-to-date indexing of everything on the LAN. Of course, that could be done by one machine, but if we all do it independently on each machine, that will burn another whole 2GHz CPU's worth of cycles.

    Our goal and our motto: "A computer is nothing but a very complicated and expensive heater." :D

    --
    It's easier to be a result of the past, but more fun to be a cause of the future! http://www.spacefinancegroup.com/
  30. Re:Who cares about lithography? by ChrisMaple · · Score: 2, Interesting

    Another critical dimension is gate thickness. When you speak of a 16 nm process, you are (generally) talking about the minimum dimension in the XY plane, which is usually reserved for gate length. Gate thickness is a much smaller dimension, and if I recall correctly we're already down to about 4 molecules of thickness. Quantum tunneling is a problem.

    --
    Contribute to civilization: ari.aynrand.org/donate