Array
(
    [content] => 
    [params] => Array
        (
            [0] => /forum/index.php?threads/cost-of-designing-clean-sheet-asic-vs-new-cpu-for-same-tasks.14156/
        )

    [addOns] => Array
        (
            [DL6/MLTP] => 13
            [Hampel/TimeZoneDebug] => 1000070
            [SV/ChangePostDate] => 2010200
            [SemiWiki/Newsletter] => 1000010
            [SemiWiki/WPMenu] => 1000010
            [SemiWiki/XPressExtend] => 1000010
            [ThemeHouse/XLink] => 1000970
            [ThemeHouse/XPress] => 1010570
            [XF] => 2021370
            [XFI] => 1050270
        )

    [wordpress] => /var/www/html
)

Cost of designing clean-sheet ASIC vs. new CPU for same tasks

BlueNode

New member
Hi all – Is there a significant cost difference between designing and manufacturing a clean-sheet ASIC vs. a clean-sheet CPU SoC to perform the same tasks?

For example, take a VoIP telephone's compute hardware. Say you need to encode and decode real-time audio streams in a specified audio compression format. A modest CPU can do it, since audio is typically not a huge compute task. And an ASIC can do it, probably a very small ASIC. Would you expect a significant difference in the cost to design and manufacture the CPU vs. the ASIC?

I'm interested in the engineering and computational aspects here. So the likelihood of a team choosing to develop an all-new chip for a VoIP telephone is out of scope (though maybe a supplier of VoIP chips – if "VoIP chips" per se exist – would actually face something like this decision every now and again).

I'm wondering if there are interesting engineering factors and constraints when you've got a well understood computational task. Is there anything about ASICs or CPUs that make them more or less expensive to design and build? I assume transistor count wouldn't be constant here, that an ASIC would have far fewer. Does that make ASICs decisively cheaper? Is it just going to be about area? Are there any countering factors?

Another example: Networking chips, especially switch chips. All the really high end stuff, the multi-terabit per second switches, use ASICs like Broadcom's Tomahawks and similar from Cisco, Innovium, et al. But I see a lot of mid-range stuff using CPUs for some reason, where they just keep adding cores as you go up the product range and get more throughput. Some of these are priced in the hundreds of dollars, instead of thousands or hundreds of thousands. Yet I thought I heard that there were inexpensive switch ASICs from Marvel or MediaTeak or some such, so I'm not sure why OEMs like MikroTik would use CPUs.

If you needed a switch that handled 100 Gbps of throughput, would you expect a clean-sheet ASIC or CPU to cost more? (This is a low end category, where the complete switch would cost maybe $200 or $300.)

If you needed to add networking to the VoIP telephone, like 1 GbE or 100 MbE, and wanted it all on the same SoC, does that change the ASIC vs. CPU cost scenario?

Thanks.
 
If you needed a switch that handled 100 Gbps of throughput, would you expect a clean-sheet ASIC or CPU to cost more? (This is a low end category, where the complete switch would cost maybe $200 or $300.)

A few generations old x86 server CPU can easily handle 100Gbps, and it will work well for a small company DC.

You will need Tomohawks when you need to handle terabits. Terabit switches are certainly outside of CPU territory.

The reason modern CPUs will be very unlikely ever contending them is that for terabits bandwidths you will need memory far, far faster than fastest CPUs. Giant amounts of very fast SRAM.

Hi all – Is there a significant cost difference between designing and manufacturing a clean-sheet ASIC vs. a clean-sheet CPU SoC to perform the same tasks?

I'd say there is a big difference in subject matter expertise. Nobody coming from the street will design you a terabit switch, but a 100gbps SoC with off-the shelf cores — may well be.


For example, take a VoIP telephone's compute hardware. Say you need to encode and decode real-time audio streams in a specified audio compression format. A modest CPU can do it, since audio is typically not a huge compute task. And an ASIC can do it, probably a very small ASIC. Would you expect a significant difference in the cost to design and manufacture the CPU vs. the ASIC?

Volumes, and specific needs. 15 years ago, people may have though of VOIP SoCs/ASICs, but now a few generations old smartphone SoC selling for pennies will work equally well, and will probably be quite a good deal.

Even earliest MediaTeks, or Allwinners were made with nodes which a company with less than $10m for a tape out will not be able to afford even today.

Overall chipset costs however may still edge towards a very limited ASIC-SoC hybrid. Today, a 128mb DDR2 ram chip probably costs more in volume than double that of DDR4, and is equally hard to get hands on.

A purpose made VoIP chip will have the advantage of lower overall chipset cost, and for larger volumes as you can have built in RAM, flash, ethernet, and audio I/O.

IMHO, VoIP phones today are a corporate product, and corporate guys will simply pay $20 more for a phone.
 
Back
Top