Skip to main content

What Is Difference Between ASIC & ASSPs

Hello Dear Reader,



Here I will give you short notes on that what is a basic difference between ASIC (Application Specific Integrated Circuit) and ASSPs (Application - Specific Standard Products).

An application-specific integrated circuit (ASIC) is an integrated circuit composed of electrical components, such as transistors, capacitors, and resistors, fabricated on a wafer composed of silicon or other semiconductor material that is customized for a particular use. Two examples of ASICs are a voice recorder and a high-efficiency Bitcoin miner. Over the years, the size of components used in ICs has shrunk, meaning that more complex circuits can be created using the same space. Because of this shrinking of components, some ASICs have now become large enough to contain multiple microprocessors and other complexes subsystems. 

Application-specific standard products (ASSPs), on the other hand, are ICs that are dedicated to a specific application market and sold to more then one user (and hence, standard) in contrast to ASICs, which are designed for, and sold to, a single customer. Some examples of ASSPs are microcontrollers and the system chips at the hearts of many smartphones and tablets. ASICs and ASSPs are specifically designed for dedicated functionality. Because of the tight control of their configuration, ASICs and ASSPs are very compact, inexpensive, fast, and low-power, which are all highly desirable traits in electronics design. Because their function is hard-wired at the time of manufacture, it isn’t easy to change the functionality of even a small part of the circuit. In fact, because these circuits are permanently fabricated on silicon wafers, you simply can’t take apart the circuitry and replace it with something else. If you need to change something in the design, you have to scrap the whole chip and start again.

Endnotes:

1.FPGAs for Dummies, Altera Version, available here: http://design.altera.com/New2FPGAeBook, 
2.Design Recipes for FPGAs Using Verilog and VHDL, 2nd Edition, by Peter Wilson,


Comments

Popular posts from this blog

Tutorial on EasyEDA desktop software for PCB and schematic design

In this article, I am going to write a tutorial on how to use EasyEDA desktop application for creating a schematic and for PCB design. One of best advantage of this software is that you can create design offline and can automatically synchronize your design with your online EasyEDA account.  It can be used for circuits simulation, PCB deign and electronics circuits design. You can download EasyEDA desktop application by clicking on following link and it will work on windows 7 or its greater version. They are also releasing soon offline application OSX and Linux users. So keep visiting their website for more information.                                                    https://easyeda.com/page/download So let’s start and see how to design a schematic and PCB using EasyEDA offline desktop application. So first of all lets see how to create a schema...

What is Solar System Components & Installation Guide

Hello Dear Reader, Here in this post, I will give an idea about installation cost analysis of Solar PV System. I hope you read this post regarding the calculation of solar PV system  so in this post I have given an approximate cost analysis of the different solar system installations.  What is Solar System Components Solar systems are made up of solar panels (modules), a mounting system, and a solar inverter with computerised controller. Solar panels produce DC electricity from sunlight. Then the inverter converts the generated electricity into AC, so that it can be used in the household. The computerised controller manages the solar system and ensures optimal performance. If you want a battery backup system or an off-the-grid solar system, a battery is required. What is a Solar Energy System? Solar Energy System consists of 4 main components that decide the working of a solar energy system. Solar Panel Solar Inverter Solar Battery Panel Stand, and Solar Panel Installation...

CMOS OPAMP Design Using LTspice

  Hello Dear Reader, Here in this post, I will give an idea about how CMOS OPAMP designing using 180nm technology node and using LTspice. from that opamp I have design switched capacitor integrator. Design Specifications: Here Design specification may be changed according to the application here my target is to design an active lowpass filter so I have chosen an opamp integrator so in the below I have explained how to design an opamp as well as an integrator in a 180nm technology node in LTspice. So let's start design First, we need a technology parameter file so that the file we can insert in the LTspice, in my example it is 180nm so mostly it is available from the  http://ptm.asu.edu/latest.html  and you make one text file using notepad or whatever is fit on your own. Then go to the LTspice and new schematic and then you see .op on the right most upper side click on it and give your text file path after .include  as shown in the below images.  Now first of all...