asic

17

Click here to load reader

Upload: abhishek1028

Post on 12-Dec-2015

217 views

Category:

Documents


2 download

DESCRIPTION

l

TRANSCRIPT

Page 1: asic

ASIC

• An application-specific integrated

circuit (ASIC) is an integrated circuit (IC)

customised for a particular use, rather

than intended for general-purpose use.

• For example, a chip designed solely to run

a cell phone is an ASIC.

Page 2: asic

ASIC

• Generally an ASIC will be designed for a product that will have a large production run, and the ASIC may contain a very large part of the electronics needed on a single integrated circuit.

• As may be imagined, the cost of an ASIC design is high, and therefore they tend to be reserved for high volume products.

• Despite the cost of the design of an ASIC design, they can be very cost effective for many applications where volumes are high.

Page 3: asic

ASIC Beginnings

• The beginnings of the ASIC can be traced back to the early 1980s. One early initiative undertaken by Ferranti, a UK based company, used what was termed the uncommitted logic array (ULA).

• The first ULAs contained only a few thousand gates, but later versions had greater levels of flexibility and used different base dies customised by both metal and polysilicon layers. In some cases RAM elements were incorporated into the basic ULA.

• From these early developments, a number of different types of ASIC have been developed. Now many ASICs are very complicated, and some are mixed signal ASICs that incorporate both analogue and digital circuitry.

Page 4: asic

ASIC basics Three levels of ASICs

• Gate Array This type of ASIC is the least customisable. Here the silicon layers are standard but the metallisation layers allowing the interconnections between different areas on the chip are customisable. This type of ASIC is ideal where a large number of standard functions are required which can be connected in a particular manner to meet the given requirement.

• Standard cell For this type of ASIC, the mask is a custom design, but the silicon is made up from library components. This gives a high degree of flexibility, provided that standard functions are able to meet the requirements.

• Full custom design This type of ASIC is the most flexible because it involves the design of the ASIC down to transistor level. The ASIC layout can be tailored to the exact requirements of the circuit. While it gives the highest degree of flexibility, the costs are very much higher and it takes much longer to develop. The risks are also higher as the whole design is untested and not built up from library elements that have been used before.

Page 5: asic

ASIC design & development stages

Requirements capture

• In just the same way that capturing the requirements is an essential part of any systems design, the same is true of an ASIC design.

• It is essential that all the requirements are captured so that the design can be set in place correctly.

• Changes to the requirements at a later stage will result in design changes that will cost a significant amount to implement.

Page 6: asic

ASIC design & development stages

Modelling

• At this stage of the ASIC development it is necessary to model the high level functionality of the ASIC design to ensure that the correct approach has been taken.

• This modelling is normally done in software, often in C or a similar language.

• In some circumstances it is possible to import the circuit block diagram into the design tool to enable the ASIC modelling to be undertaken.

• One very important area of the ASIC modelling at this stage is to ensure that the truncation and rounding elements are incorporated correctly.

• Any mismatch can create large problems later in the design that can be difficult to locate and correct.

Page 7: asic

ASIC design & development stages

ASIC package selection

• The choice of package for the ASIC is governed by a number of factors.

• Obviously the number of connections required has a major influence, but so does the anticipated heat dissipation.

• Higher levels of heat dissipation will require a package that can transfer the heat from the silicon very effectively.

• In addition to this the anticipated manufacturing process for the circuit into which the ASIC is to be incorporated will also have an impact.

• Finally the vendor of the ASIC silicon will affect the choice of package.

• Different ASIC vendors will offer different packages.

• Accordingly the final choice will be a balance between all the requirements.

Page 8: asic

Packages

• Quad flat pack (QFP) - although once popular and providing a high level of connectivity, these packages are not robust and are easily damaged. The pins are easily bent prior to soldering onto the target board and as a result very careful handling is required.

• Ball grid array (BGA) - this is often the preferred solution now as BGAs are robust and can be handled in most SMT manufacturing processes.

Page 10: asic

ASIC design capture

• The design capture for the ASIC can be achieved in a number of ways.

• Once of the most obvious methods is to capture the ASIC design from a schematic.

• This method has been superseded and the designs are normally designed using design tools that capture the mathematical operations required and convert this into the required circuitry representation.

• There are a number of tools that can perform this including VHDL design tools and Verilog.

• These tools can control the design at both the high or low level of the design.

• This enables control of the ASIC design down to the register by register or even the bit by bit level.

ASIC design & development stages

Page 11: asic

ASIC layout

• The level of customisation of the ASIC layout will depend upon the type of ASIC being used, but for full customised designs, the ASIC layout is far more flexible than for the other versions where it may not be possible to determine large elements of the layout.

• The ASIC layout will involve many factors from the most convenient proximity of certain sections of the circuit and transit times, to the number of interconnections that need to be made between different areas.

• The ASIC layout is normally undertaken under computer control, but is nevertheless possible to place restrictions on the ASIC layout to ensure that certain electrical parameters are met.

ASIC design & development stages

Page 12: asic

ASIC simulation and comparison with modelling

• Once the design of the ASIC has been captured, it is necessary to ensure that the design will meet its requirements and that it will work correctly.

• Further simulation is undertaken to achieve this.

• The ASIC design is checked against the software model generated previously.

• It is found that many of the errors discovered in the final integrated circuit are functional errors that could often be found at this stages if the modelling is a realistic representation of the target or required ASIC functionality.

• Additionally a careful check of the timing is essential, especially for full custom ASIC designs. This needs to be performed over slightly more than the specified temperature range, the power supply input range and the envisaged process variation.

ASIC design & development stages

Page 13: asic

Formal verification

• This area of the ASIC design lifecycle has become increasing important in recent years.

• With the growing complexity of ASIC designs, it has become more important to undertake a formal verification to ensure that the design is correct.

• Aspects including checks to ensure that all the variables within the software model are correctly defined, as well as checking for aspects such as clock skew, and metastability between different clocked areas of the ASIC design.

• The metastability is a problem that occurs when data changes at the same instant as the clock.

• It is the probability versus time to settle of the output data not settling to the required state if the input data and clock change at the same time.

ASIC design & development stages

Page 14: asic

ASIC test techniques

• Boundary scan, JTAG, IEEE1149.1. Using this technique it is possible to check the input/output areas, and also the internal circuitry within the device. However boundary scan is a serial technique and it is too slow to check much of a complex device.

• Scan chains. This technique uses the existing registers from the ASIC, but each one incorporates a multiplexer between the scan input and the normal input. A number of chains can be set up, each having two inputs and an output chain. Test vectors are generated for the inputs and using these it is then possible to analyse the output and detect any errors. Automated scan chain input sequences can be generated and optimised to test all the logic between the registers to check for nodes that may be stuck in a particular state, i.e. 1 or 0. To speed the ASIC test process a number of chains can be implemented, thereby enabling parallel testing to be accomplished.

• BIST (Built In Self Test). This is particularly useful in situations such as the test of chips incorporating elements such as SRAM which take a long time to check. Often vendors sell what are termed "canned vectors" for the test of such elements. As these are very cost effective in terms of silicon area and test time. The technique and extent of these vectors can often influence the choice of vendor.

Page 15: asic

• When the physical prototype silicon ASICs are available it is necessary to give them a complete test, including a test with the ASIC in the target circuit. Not only is it necessary to check their operation, but in addition to this, checks of the process spread are undertaken to give an indication of the likely yield in production. The aim is a narrow spread that is not close to pass fail limit edges.

• It is possible that some problems will be found at this stage. To investigate the problems a number of techniques can be used. Boundary scan is one powerful tool, and checks can also be made around the interface to the external circuitry. One technique that was used successfully was to probe directly onto the ASIC silicon itself. This is not normally possible now in view of the very small feature sizes that are commonplace today.

• Another techniques is to investigate the symptoms and then generate a hypothesis that can then be tested against the simulation of the ASIC. This enables the correct problem to be simulated and then corrected.

Physical test of prototype ASICs

Page 16: asic

• As with any interface between departments or different areas of a development team it is necessary to ensure that the interfaces operate satisfactorily, and that all the required information is passed over accurately.

• This is particularly true of the interface with the silicon vendor as they form a different company and will have different processes by which they work.

• To achieve this, the handover of information is normally done on a formal basis, and the silicon vendors will often expect to see many items including the verification results for the ASIC design, as part of this.

Lifecycle reviews & handover to manufacture

Page 17: asic

Summary

• ASIC designs offer a very attractive solution for many high volume applications.

• They enable significant amounts of circuitry to be incorporated onto a single chip.

• Had the circuits been assembled using proprietary chips, additional components, and hence board area would be needed. Manufacturing costs would be more.

• With sufficient volume, custom chips, in the form of ASICs offer a very attractive proposition.

• In addition to the cost aspects, ASICs may also be used sometimes because the enable circuits to be made that might not be technically viable using other technologies.

• They may offer speed, and performance that would not be possible is discrete components were used.