What it is and the problem it solves
An ASIC is a custom integrated circuit built for one use—not general-purpose. It solves the problem of inefficiency in generic hardware by hardwiring logic for a specific task.
How it works
ASICs are fabricated using MOS technology. Designers describe functionality in HDLs like Verilog or VHDL. The design flows through RTL, synthesis, placement, routing, and sign-off. Gate arrays emerged in 1974; standard-cell MOS technology arrived in the 1970s.
What works
ASICs deliver superior power efficiency, speed, and density for fixed workloads. Complexity grew from 5,000 to over 100 million gates. Modern ASICs integrate full microprocessors and memory blocks as SoCs. Gate arrays powered the ZX81 (1981) and ZX Spectrum (1982).
What does not
ASICs do not support field reconfiguration. They cannot be repurposed after fabrication. Their high non-recurring engineering (NRE) cost makes them uneconomical below scale.
What it changes
ASICs shift computation from programmable general-purpose chips to immutable, application-locked silicon. They enable SoCs—but at the cost of design rigidity and long lead times.
Is it worth your time
Yes—if you need high-volume, low-power, fixed-function silicon and can absorb high NRE costs. No—if you require flexibility, rapid iteration, or low upfront investment.
