Whatever Happened to “Programmable” Analog? (2019)(digikey.co.uk) |
Whatever Happened to “Programmable” Analog? (2019)(digikey.co.uk) |
PSOCs are very useful for things that interface with the world -- for example, they were used in the iPod touch wheel ... I've used them to make:
* hearing research devices (some filters in the analog side of the device)
* wearable DJ system (MIDI, ADC/DAC for controls, some PWM, some analog synth, capacitive sensing)
* smart sex toys (ADC/DAC/PWM, some filtering, capacitive sensing)
The GreenPAK line includes a variety of ICs, some of them are more like traditional FPGAs and some have analog components too.
- Their analog performance is enough for simple hobbyists projects, but for commercial, need something with much more precision - 18 bit or more.
There is no fundamental element in the real world that you can combine to build arbitrary analog circuits, while you can do just that with digital circuits.
Another issue is that analog is typically used in media where they can interfere with other systems if misconfigured. e.g. radio systems or other networks. whereas digital can more or less apply to system like math or seraching or database, where errors won't throw everyon eelse of the network.
These aren't unsolvable problems, but they probably mean poor utilization of space on a die. and since like I said, programmmable digital is inefficient enough, analog will be less so. :(
That being said, there are some possibly applications where I'd like to see analog such as motor controllers and SEPIC regulators. Advantages here would be less RF, less CPU power, and less time programming precise timing.
In reality, analog precision is not scaled.
Really easy achieve 8-10 bits, even 12 bits, but 16 bits or more are hard.
For example, now manufacturers use large matrices with lot of spare parts, and before put chip in case, it's precision measured and cut metal seals, so made very precise parameters.
So in reality, modern analog chips ARE one time programmable analog, but one time analog programming is cheap enough but rewritable are inadequate expensive.
Edit: Also, the host of this YouTube video doesn't sound like he knows what he's talking about.
I feel most engineers (including myself!) become enamored by beautiful ideas enough that they'll want to try applying it to places it doesn't really work.
Doesn't mean I have to stop dreaming of a plan9 flavored 100% Lisp OS though!
Analog computers are indeed built with analog circuits but analog computers are a niche tool for solving differential equations[0] while analog circuits are used literally everywhere.
The "programmability" occurs on two different levels; in the digital realm you program an FPGA by changing the logic of its gates and their interconnections. You program a computer by using Java to build a terrible issue tracker.[1]
The former corresponds to the original article; the latter is about the parent. There is much overlap between the two ideas but that's the gist.
[0] And other tasks like producing music. Analog synthesizers are really just special-purpose analog computers.
[1] sorry couldn't resist
- Their analog performance is enough for simple hobbyists projects, but for commercial, need something with much more precision - 18 bit or more.
That's what differ analog computers from digital - in analog easy achievable ~ 10-12 bits, but more are expensive;
in digital, could trade precision for speed - for example calculate 64 bit on 32 bit hardware, which is at least 4 times slower (in ideal cases, in real more than 4x difference), but double precision worth it.
Even more, in digital world, could calculate 32bit or even 64bit on 8bit hardware (really used in microcontroller world), which is extremely slow, but for many cases is fast enough.
Really easy achieve 8-10 bits, even 12 bits, but 16 bits or more are hard.
For example, now manufacturers use large matrices with lot of spare parts, and before put chip in case, it's precision measured and cut metal seals, so made very precise parameters.
So in reality, modern analog chips ARE one time programmable analog, but one time analog programming is cheap enough, but rewritable are inadequate expensive.
Also this is reason, why analog computers where extremely popular ~before microcomputers.
- Just because first computers where too slow and have too little memory, to simulate interest for real applications scale of analog circuits.
But digital progress where extremely fast and it scaled very well, so in very short time appear cheap digital computers, which could do 32 bit precision or even 64 bit, on 8 bit hardware. And for analog, 16 bit still hard.
Where you could see race for precision - in analog TVs and in radios, used DAC (or mechanical multi-turn resistor) for frequency tune, and they limit progress of commodity equipment on about 12-14 bit, even when exist professional (scientific) equipment with 20-22bits or even more, but it costs many times more.
Other less easy seen example - in CCD sensors, ADC limit about 32bit, and even when exists market for better solutions, they are not appear, just because very expensive.
For displays this is not important, because most people accept even 24 bit color and because more depth achievable via emulation (yes you may hear about pwm in monitors).
- CPUs/DRAM mostly just tested if working, and if not working or not fit tolerances are recycled (in some cases could disable worst part of die).
formerly_proven hits the nail on the head.