Skip to main content

πŸ…¦πŸ…—πŸ…¨ the resistivity of the top metal layers will be low compared to the lower metal layers eve though you use the same metal for all the layers?

Why the resistivity of the top metal layers will be low compared to the lower metal layers eve though you use the same metal for all the layers?

Theoretically, one would want to have all metal layers with low resistance. Practically, there are limitations - cost and technology - that lead to finite metal resistance .All metal layers can be made of copper, and copper has much lower resistance than aluminum (~1.7e-6 Ohm*cm vs ~2.7e-6 Ohm*cm). However copper technology is more expensive than aluminum technology, so there is a cost-performance trade-off. 

From technology viewpoint, you can make a metal layer very thick (to make sheet rho value lower), but then you can not make metal line very narrow (lateral coupling capacitance increases and results the cross talk) .So if you want to achieve very fine metal pitch (to provide high integration density - i.e. number of devices per unit area), the metal thickness can not be made very large. The solution is to use thinner (and thus more resistive) metal layers for low layers (i.e. M1, M2 ...) and for local routing, and thicker (less resistive) layers with larger width and spacing for long-range routing on the higher levels.

Comments

Post a Comment

Popular posts from this blog

Sanity checks before floorplan in Physical Design

Sanity checks before floorplan in Physical design Sanity checks are an important step for physical design engineers to make sure that the inputs received for physical design are correct and consistent. Any issues in the input may cause problems in the later stages. So it is important to perform the sanity checks in the initial stage that is when the design is loaded in PnR tool and before the start of the floorplan. Here is a list of checks which must be performed before floorplan of design. Figure-1: Sanity checks before floorplan Library Check: In library check, basically, we validate the libraries before starting the physical design by checking the consistency between the physical and logical library.  It also checks the quality of both libraries and reports the error if any. The cells used in the design must be present in the logical as well as in the physical library. Innovus commands: check_design -physicalLibrary :  This command will check the physical library and report that al

FILE FORMATES (.LIB)

Pre πŸ‡¨‌πŸ‡Ή‌πŸ‡Έ‌ optimization