ASIC
Application Specific Integrated Circuit. An ASIC is a custom IC, which means it is not a standard product such as a microprocessor, memory, standard logic chip or generic component which might be available from several or many different manufacturers. It will often add functionality not available from a standard product, or combine the functions of many standard products at a lower total price.
You might make an ASIC because:
- You need a chip that isn’t available off-the-shelf,
- You can save money by merging a lot of components into one,
- Recently, for fun!
If your design only needs digital logic, you might be able to use an FPGA. An advantage of ASICs is that they can combine digital and analogue circuits together in one chip. A disadvantage is that errors often cannot be fixed afterwards, hence the heavy use of verification.
Big semiconductor companies produce millions of chips, which can offset the large costs related to the masks. For example, a full maskset for the 130nm process at the Skywater foundry costs about $200k.
Until recently, an additional cost was the license fee for the ASIC software tools. Now we have the open source tools like OpenLane that have opened the door to experimentation and learning.
Here’s a picture from magic showing a layout of my VGA clock
And a zoom, more clearly showing the standard cells
Course feedback
The Zero To ASIC course took me on a fantastic journey from drawing and simulating a MOSFET, formal verification leading up to implementing a custom design with an open PDK and completely open source tools. The course is crammed full of interesting material with great pacing and support from Matt, and it's been a fantastic opportunity to meet other folks with shared interests and different backgrounds. The course has left me excited with opportunities for new projects and optimism for some working silicon!