Earlier quoted context omitted.
FPGAs are worth it for anything that's too fast for software and is too niche for an ASIC. In my experience they are very popular for "pro tools" which are too specialized and don't have a large enough volume to justify creating an ASIC and are so expensive that the price of the BoM is not really a concern. For instance I work on products that do a lot of video processing on FPGAs (way too high bandwidth for software…
Bernie Meyers of IBM once told me that he believed FPGA would be the future of Moore's law. he felt strongly that they provided a performance and flexibility tradeoff that made them ideal for using in virtually all servers as coprocessors for certain functions. The fact that the FPGA code can be audited was a plus as well.
The Evolution of Bitcoin Hardware [pdf]
21–30 of 42 posts
Re: The Evolution of Bitcoin Hardware [pdf]
#22Earlier quoted context omitted.
FPGAs are worth it for anything that's too fast for software and is too niche for an ASIC. In my experience they are very popular for "pro tools" which are too specialized and don't have a large enough volume to justify creating an ASIC and are so expensive that the price of the BoM is not really a concern. For instance I work on products that do a lot of video processing on FPGAs (way too high bandwidth for software…
Bernie Meyers of IBM once told me that he believed FPGA would be the future of Moore's law. he felt strongly that they provided a performance and flexibility tradeoff that made them ideal for using in virtually all servers as coprocessors for certain functions. The fact that the FPGA code can be audited was a plus as well.
Re: The Evolution of Bitcoin Hardware [pdf]
#23Amazing what innovations naturally spring out from nothing once the incentives are in place.
OP is catching flak for the comment, but Filecoin and others are doing cool things exploring the possibilities of using incentives to drive massive resource re-allocations.
Re: The Evolution of Bitcoin Hardware [pdf]
#24Earlier quoted context omitted.
Bernie Meyers of IBM once told me that he believed FPGA would be the future of Moore's law. he felt strongly that they provided a performance and flexibility tradeoff that made them ideal for using in virtually all servers as coprocessors for certain functions. The fact that the FPGA code can be audited was a plus as well.
I'm curious about what Intel will do now that they own Altera. Maybe they'll be able to push FPGA technology into mainstream CPUs.
Re: The Evolution of Bitcoin Hardware [pdf]
#25Earlier quoted context omitted.
I think bias is making you more unfair than you need to be.
I think he's being fair. The real difficulty in making an ASIC is justifying the huge price to start production. The good old "the first chip is worth $10 millions, the second is worth $5" or something like that. Designing a bitcoin mining IP is not exactly difficult, it's basically two rounds of SHA-256. It's still some work of course, but as far as ASICs are concerned it's very low on the difficulty scale.
~150k USD for 130nm, 200-300k USD for 110nm, and ~500k USD for 65nm, as of 2013 http://blog.zorinaq.com/asic-development-costs-are-lower-tha...
Re: The Evolution of Bitcoin Hardware [pdf]
#26Nice history of money printing machines. Very nice and very easy FPGA application back then, just 2 sha256 pipes. Is there something worth pursuing nowadays for FPGAs? Machine learning?
https://arstechnica.com/information-technology/2016/09/progr...
Re: The Evolution of Bitcoin Hardware [pdf]
#27Nice history of money printing machines. Very nice and very easy FPGA application back then, just 2 sha256 pipes. Is there something worth pursuing nowadays for FPGAs? Machine learning?
FPGAs are worth it for anything that's too fast for software and is too niche for an ASIC. In my experience they are very popular for "pro tools" which are too specialized and don't have a large enough volume to justify creating an ASIC and are so expensive that the price of the BoM is not really a concern. For instance I work on products that do a lot of video processing on FPGAs (way too high bandwidth for software…
I have a sneaking suspicion that this is a more general truth and that in many applications where FPGAs are touted as compute accelerators they were actually chosen to minimize the length of the critical real-time data path rather than to do more computation for fewer dollars.
Re: The Evolution of Bitcoin Hardware [pdf]
#28Earlier quoted context omitted.
I think bias is making you more unfair than you need to be.
I think he's being fair. The real difficulty in making an ASIC is justifying the huge price to start production. The good old "the first chip is worth $10 millions, the second is worth $5" or something like that. Designing a bitcoin mining IP is not exactly difficult, it's basically two rounds of SHA-256. It's still some work of course, but as far as ASICs are concerned it's very low on the difficulty scale.
The innovation at the time was that the conventional wisdom that it's "effectively impossible" to do small custom ASIC runs for relatively cheap. Most were laughed at back then when this topic was brought up for other use cases.
While I'm sure none of that was super exciting to someone who works on custom ASIC design for some enterprise, it was pretty neat watching effectively a bunch of hackers figure the process out and do it for a tenth of the predicted "first chip" costs. This has a lot of value in of itself, simply proving something is possible for $a_lot_of_money+skill vs. $epic_truckloads_of_money.
Nowadays it's not super interesting since you're back to needing to be a "big player" to get into the game - but for a year or so it was a real fun time to be a bystander and watch the rapid pace of development.
Re: The Evolution of Bitcoin Hardware [pdf]
#29Earlier quoted context omitted.
FPGAs are worth it for anything that's too fast for software and is too niche for an ASIC. In my experience they are very popular for "pro tools" which are too specialized and don't have a large enough volume to justify creating an ASIC and are so expensive that the price of the BoM is not really a concern. For instance I work on products that do a lot of video processing on FPGAs (way too high bandwidth for software…
Bernie Meyers of IBM once told me that he believed FPGA would be the future of Moore's law. he felt strongly that they provided a performance and flexibility tradeoff that made them ideal for using in virtually all servers as coprocessors for certain functions. The fact that the FPGA code can be audited was a plus as well.
FPGAs don't trend towards openness and you have to get a 100x win from their flexibility to break even on performance.
Re: The Evolution of Bitcoin Hardware [pdf]
#30Earlier quoted context omitted.
I think he's being fair. The real difficulty in making an ASIC is justifying the huge price to start production. The good old "the first chip is worth $10 millions, the second is worth $5" or something like that. Designing a bitcoin mining IP is not exactly difficult, it's basically two rounds of SHA-256. It's still some work of course, but as far as ASICs are concerned it's very low on the difficulty scale.
It took much less money than that to develop the first Bitcoin ASICs. ~150k USD for 130nm, 200-300k USD for 110nm, and ~500k USD for 65nm, as of 2013 http://blog.zorinaq.com/asic-development-costs-are-lower-tha...
65nm and other "old node" designs primarily are about mass-manufacturing a design. They probably can beat an FPGA in cost and margins once mass produced. But for performance and power-efficiency, you gotta be way better. Maybe 28nm or 22nm class or better to beat the GPUs (or even standard CPUs like EPYC and the SHA256 accelerators built into it)
Also, you gotta beat your competition. If someone else makes a 10nm-class BTC ASIC (https://techcrunch.com/2018/01/31/samsung-confirms-asic-chip...), then your 28nm or 22nm design is obsolete.