Slashdot Mirror


Are the Glory Days of Analog Engineering Over?

An anonymous reader writes with this article about the future of the analog engineer. Some say technology advancements are obsoleting the need for analog engineers, while others say that good, experienced analog designers will always be needed and currently are in short supply. After years spent encouraging engineering students to focus on software and digital electronics, some people say the day of reckoning appears to be drawing near: Many analog mixed-signal design jobs now stay open longer or are simply going unfilled, say recruiters, with some engineers even unable to retire because they can't find a suitable replacement. On the one hand, some people blame the shift from analog to digital, which produced a generation of engineers who speak the language of code, not circuit schematics. On the other hand, others say that with the advent of systems-on-chip, the easy availability of free circuits, pioneered by companies like TSMC, and software tools to verify designs, there is simply less need for analog designers.

18 of 236 comments (clear)

  1. The world... by Alioth · · Score: 5, Insightful

    The world is analogue. Someone's going to have to design the analogue front end to your digital system. Even if you have a ready made analogue front end, you still have to understand the analogue world if you ever hope to design high speed digital systems. When it comes to the actual voltage levels on your PCB and signal integrity, the nice clean world of software where you can just expect the hardware to be predictable and just work with no effort goes away, you have to have a little bit of a clue about the analogue side if you want your high speed digital signals to reach their destinations intact. Another example is your (A)DSL line, it might be called "Digital subscriber line" but it required analogue design to get the signal from your modem (and it is a modem - it modulates and demodulates the signal) to the DSLAM in your phone exchange.

    You might not need as many analogue engineers as you may have (say) in the 90s, but they'll never go away because the world is analogue, and the analogue world constantly impinges on your digital signals especially once you pass single digit MHz speeds.

    1. Re:The world... by Threni · · Score: 3, Insightful

      And what are atoms made of? (They're certainly not atomic).

    2. Re:The world... by usuallylost · · Score: 5, Informative

      The articles headline is a bit missleading. In the body of the article you find that even they admit that analog engineering isn't dead or going anywhere. What is changing is the exact skill sets required. If you are doing traditional circuit design on purely analog equipment you are on hard times because people aren't doing as much of that. If on the other hand you have a foot in both the digital and analog world and can do analog design for digital systems there is a shortage and money is really good. So basically the people having problems are the older analog engineers who haven't kept their skills current. I think you could write that same article about just about any technical field where there has been rapid development in the technology. Some folks end up in dead end specialties that simply aren't in demand anymore. Your options there are retrain, change carriers or compete for the ever shrinking number of jobs. I'd argue that the last one is the worst choice unless you are simply close enough to retirement that the other two are simply unviable. Which actually appears to be the case with most of the guys listed in the article.

    3. Re:The world... by some+old+guy · · Score: 5, Insightful

      Here's a news flash: Engineers with actual jobs couldn't care less about quanta. In our world, P.I.D. calculations and control loops are based on the actual phenomena being controlled, said phenomena being analogue in behavior.

      If you want to have a mainframe grinding out the quantum equations for a functional room thermostat in near real time, that's your business. For the rest of us in the real world, there's analogue engineering.

      --
      Scruting the inscrutable for over 50 years.
    4. Re:The world... by neilo_1701D · · Score: 5, Funny

      It would posit that if Heisenberg were still alive, he would disagree with you.

      But Heisenberg is in a resolved Schrödinger's cat problem...

    5. Re:The world... by CaptnZilog · · Score: 3, Insightful

      They're all Asian.

      Maybe now, but Bob Pease would have argued with you on that up until his death (maybe a decade ago now?).

    6. Re:The world... by TheGratefulNet · · Score: 5, Informative

      Most digital engineers can do analog design as well.
      Digital is generally much more complicated than analog design.

      uhm, you could not be more wrong!

      digital is trivially easy. the tools do the work for you. pcb trace layout, while no one seriously uses autorouters, can be done with little effort and the verification tools ensure signal integrity.

      but working with analog is much harder and more of an art than science. you need experience and you don't get that from school.

      today's EE's dont' even know how to solder. its pathetic. they run a sim and type on keyboards. some don't even use test gear, like scopes.

      no, analog is much harder and still needed. audio and video have a lot of analog nature to them, still, and power supplies, rf systems, antennas, filters (that are not done in dsp), buffers and amplifiers - all analog.

      digital has leeway before it fully breaks; but analog has to be done right or performance will suffer.

      --

      --
      "It is now safe to switch off your computer."
    7. Re:The world... by serviscope_minor · · Score: 3, Insightful

      Here's a news flash: Engineers with actual jobs couldn't care less about quanta.

      Never encountered shot noise then?

      --
      SJW n. One who posts facts.
    8. Re:The world... by tlhIngan · · Score: 3, Insightful

      The articles headline is a bit missleading. In the body of the article you find that even they admit that analog engineering isn't dead or going anywhere. What is changing is the exact skill sets required. If you are doing traditional circuit design on purely analog equipment you are on hard times because people aren't doing as much of that. If on the other hand you have a foot in both the digital and analog world and can do analog design for digital systems there is a shortage and money is really good. So basically the people having problems are the older analog engineers who haven't kept their skills current. I think you could write that same article about just about any technical field where there has been rapid development in the technology. Some folks end up in dead end specialties that simply aren't in demand anymore. Your options there are retrain, change carriers or compete for the ever shrinking number of jobs. I'd argue that the last one is the worst choice unless you are simply close enough to retirement that the other two are simply unviable. Which actually appears to be the case with most of the guys listed in the article.

      Granted, few people do all analog designs these days (it's generally easier, faster and cheaper to use a DSP and work in software), but analog design skills are STILL in demand.

      Not because of obvious analog nature of the world, but digital electronics, in their push to be faster and lower power, are encountering analog phenomenon.

      Many digital interconnects have very strict analog components (e.g., capacitance, termination, etc). Many PCB designs may have analog design aspects (antennas, RF signals). Even a purely digital bus running between CPU and memory? Tons of analog designs trying to keep impedances the same and minimizing crosstalk, etc. etc. etc.

      An analog engineer not only can hack it in a purely digital build, but they're often required. It's true they're not building analog circuits, but all the troubles in modern digital high-speed design are all analog effects that are generally well understood by analog engineers. That signal may be taking on 0 and 1.2V at the transmitter, but that signal line is a transmission line at those frequencies, couples with the inner ground planes, bounces off sharp corners and has capacitance and inductance that has to be characterized and worked with.

      Anyone who designs analog circuits understands that because it influences their circuits and can form inadvertent filters. And back when digital logic was 0-5V, we simply ignored it because we overdrive the signal lines so we can safely ignore analog effects. But these days, no, you can't, if you want low power and high speed.

  2. Analog : Digital :: Embedded : Software Eng. by fractoid · · Score: 5, Interesting

    Analog circuits are always going to be faster, more accurate per area of silicon, and less deterministic than digital circuits. They're also always going to be harder to understand than digital circuits for anyone who isn't a wizard. There's less need for analog circuit wizards than there is for digital circuit designers just the same way there's less need for deep embedded software wizards than there is for your garden-variety software engineers. It hurts to say it but technology is advancing to the point where it's less important to get 100% out of our current technology than it is to get 25% out of it in a manner that mere mortals can understand.

    There'll always be a place for analog design but it will be confined to an ever-shrinking niche on the cutting edge where, as bogglingly capable as it is, our digital technology just isn't quite up to the task.

    --
    Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    1. Re:Analog : Digital :: Embedded : Software Eng. by LWATCDR · · Score: 3, Insightful

      I think part of the problem is that analog has shifted of the mainstream for hobbyists. Let's face it, a lot of best engineers start as kids and kids today are not getting into HAM radio all that much but instead are working with Arduinos. It is sad.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:Analog : Digital :: Embedded : Software Eng. by nerdbert · · Score: 5, Informative

      No. And I say that as an analog designer. I've been doing this now for 25 years and I can tell you that analog circuits are typically limited to 8-bit accuracy without fancy digital techniques behind them.

      And that statement alone should tell you why mixed signal is really where the action is for accuracy. Take the example of delta-sigma ADCs. You need the best comparator/DAC you can design, but you follow that by massive oversampling to get your 15+ ENOB accuracy by putting the noise out of band. Similarly, all the fast electronics in your o-scope these days uses massively parallel oversampled designs.

      So no, analog circuits aren't going to be faster and more accurate per area of silicon. A good design that uses an appropriate mixture of both analog and digital is really where the best (smallest/lowest cost) solution is. There are times when you pretty much have to go pure analog (LDOs after your switched regulator in a phone, for example), but in general the best solution for nearly all problems these days is a mixture of analog and digital.

      Yes, analog circuit design is "wizardry" to some people, but I personally put it as a deeply specialized niche that's extremely difficult to master and as such it's no different than the equivalent specialization in other fields. When we get a new MS grad in here in our chip shop try to start analog design I tell them flat-out that what they learned in school is less than 5% of the knowledge they really need to make a product and not to take it personally when they are closely supervised for 5 years as they learn what's really needed. You thought circuits were hard in school? You ain't seen nothin' until you've actually tried to make a mixed signal chip in a deep submicron technology (although strangely enough, the latest FinFET processes are relatively more analog friendly than the planar stuff we were dealing with before).

      To me the real issue is what's happening in the chip industry. SoCs have huge economies that are driving their use in things like phones. But an SoC takes a huge company to make since you have to supply an incredible amount of IP and by far the bulk of that IP is digital. The problem that creates is cultural. Analog guys have hugely different needs that get ignored by digitally-oriented SoC companies, and without enough analog guys they tend to wave off what the analog guys need to do their jobs as too hard and too specialized for their support teams to bother with. That leaves the analog guys in those big companies generally supplying inferior solutions, which means that analog guys don't want to work for those big companies, which means the big guys don't get the best analog guys, etc. until you have a death spiral. So what you're seeing in the chip industry these days are big digital IP companies and smaller, specialized analog companies and that increasing segregation is roiling the traditionally very secure and stable analog design positions and making it appear analog design is going downhill.

  3. I beg to differ by mathieu.stephan · · Score: 3, Insightful

    Even if you're doing digital design all day you _need_ an analog background to do a good job. Most of the time analog signals aren't directly input to your microcontroller / DSP... as you need to add protection to your input stage, filter for parasites etc... >1Mhz digital signals can't simply be laid out on a board without thinking of the problems that may arise due to the nearby signals / layout of your transmission lines. Everything on your board is analog and I'm not even mentioning what you should take care of when you'll have to do EMC testing. On a side note I'm very skeptical of the article's quality...

  4. Digital is only digital if analog is right by Big_Breaker · · Score: 5, Insightful

    Part of "Digital", the lowest level of digital, is a contract concerning how signalling between transistors occurs. This includes timing, rise and hold times, voltage thresholds and current. I'll include avoidance of race conditions, clock distribution, refresh cycles on DRAM and temperature effects as a side car. These are all design constraints that make sure the 1s and 0s working properly. It's only when you have a 99.99999999% solid digital contract that you can begin the digital side of the design.

    All of this digital design is solidly analog and will NEVER go away.

    I could make another whole post about the absurdity of traditional "analog" going away. All these mobile devices have some amazing RF design going on from the antenna down to the mixed signal SoC. Analog is everywhere and at the core of every electronic gadget.

  5. Some engineers even unable to retire? by zennling · · Score: 5, Insightful

    Just because there is no suitable replacement should not be grounds for an engineer to work forever! Which companies are saying that you arent allowed to retire because of no suitable replacements? Name and shame them!

  6. As Bob Widlar used to say... by fatboy · · Score: 3, Funny

    "Every idiot can count to one"

    http://www.theamphour.com/wp-c...

    --
    --fatboy
  7. The Definition of Skills Shortage by Baldrson · · Score: 4, Funny

    Skills Shortage: The situation in which employers find themselves victimized by price gouging by employees with said skill in the form of demands for higher than minimum wage for temporary employment.

  8. Re:Probably. by nerdbert · · Score: 3, Interesting

    The real world is analog, so interfacing to that will never go away. And there are times when the "digital" level of abstraction just doesn't hold, even inside a "digital circuit."

    True story: I joined a huge company as an analog chip engineer. But on day one they loaned me out to a digital team that couldn't figure out why their circuits were failing because I actually knew how to drive analog tools and I was the least valuable analog guy being "the new one." I found the problem, learned enough VHDL to fix the circuit the idiot compiler generated and rather than being returned to my analog group I got caught up in figuring out why their clock distribution network wasn't working. It took a couple of years to escape doing "analog" tasks for a digital group and I had to quit the company to get back to doing what I wanted to do and not what the company wanted me to do. (And yes, I turned down some pretty hefty raises and awards the company offered to get me to stay, but while what I was doing was considered analog by digital guys, it wasn't real analog design and I wasn't happy doing what I was doing. If I'd been in the group I had originally been hired for I would have been happy, but the digital group had more influence up the chain of command and wouldn't let me switch.)