US20060277520A1 - Method of locating areas in an image such as a photo mask layout that are sensitive to residual processing effects - Google Patents
Method of locating areas in an image such as a photo mask layout that are sensitive to residual processing effects Download PDFInfo
- Publication number
- US20060277520A1 US20060277520A1 US10/716,266 US71626603A US2006277520A1 US 20060277520 A1 US20060277520 A1 US 20060277520A1 US 71626603 A US71626603 A US 71626603A US 2006277520 A1 US2006277520 A1 US 2006277520A1
- Authority
- US
- United States
- Prior art keywords
- mask layout
- pattern
- layout
- rectangles
- pixel
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G03—PHOTOGRAPHY; CINEMATOGRAPHY; ANALOGOUS TECHNIQUES USING WAVES OTHER THAN OPTICAL WAVES; ELECTROGRAPHY; HOLOGRAPHY
- G03F—PHOTOMECHANICAL PRODUCTION OF TEXTURED OR PATTERNED SURFACES, e.g. FOR PRINTING, FOR PROCESSING OF SEMICONDUCTOR DEVICES; MATERIALS THEREFOR; ORIGINALS THEREFOR; APPARATUS SPECIALLY ADAPTED THEREFOR
- G03F7/00—Photomechanical, e.g. photolithographic, production of textured or patterned surfaces, e.g. printing surfaces; Materials therefor, e.g. comprising photoresists; Apparatus specially adapted therefor
- G03F7/70—Microphotolithographic exposure; Apparatus therefor
- G03F7/70483—Information management; Active and passive control; Testing; Wafer monitoring, e.g. pattern monitoring
- G03F7/70591—Testing optical components
- G03F7/706—Aberration measurement
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
- G06T7/0004—Industrial image inspection
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10056—Microscopic image
- G06T2207/10061—Microscopic image from scanning electron microscope
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20021—Dividing image into blocks, subimages or windows
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20048—Transform domain processing
- G06T2207/20056—Discrete and fast Fourier transform, [DFT, FFT]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30108—Industrial image inspection
- G06T2207/30141—Printed circuit board [PCB]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30108—Industrial image inspection
- G06T2207/30148—Semiconductor; IC; Wafer
Definitions
- This invention relates generally to imaging lens systems and photo masks for optically defining patterns, and more particularly the invention relates to integrated circuit mask analysis and locating areas in a mask that are sensitive to residual processing effects.
- the invention has applicability in other image analysis, including signature analysis, for example.
- test targets are needed to act as ‘canaries’ that are more sensitive than product features as well as to quantify individual aberrations to 0.01 ⁇ rms.
- Co-pending application Ser. No. 10/241,242, supra, is concerned with characterizing a lens and lens system as to aberrations through the use of a probe and surrounding pattern by illuminating a mask having a small opening (probe) and a surrounding adjacent open geometry (pattern). The combined intensity pattern at the probe position near an image plane of the lens is then observed for spillover from the surrounding pattern that occurs as light passes through the lens.
- patterns corresponding to the inverse Fourier transform (IFT) of aberration representations used in characterizing lenses can be utilized. This gives an indication of the presence and level of lens aberrations, such as coma, astigmatism, spherical, and trifoil or even multiple terms in the Zernike representation.
- IFT inverse Fourier transform
- Measurements of the combined image compared to the individual image of the probe and pattern thus contain quantitative information on the level of aberrations.
- This intensity change can be observed directly by signal detection or indirectly by, for example in lithography, performing wafer exposures at various doses and comparing the dose at which the various parts of the image print in photoresist with the dose required to clear large areas or isolated probes.
- the application also discloses a pattern-matching method for predicting worst case locations of residual aberration induced feature changes in the projection printing of large layouts including chip layouts used in integrated circuit manufacturing.
- a CAD system can rapidly determine locations in large layouts that are most impacted by aberrations in projection printing.
- aberrations are accurately modeled as producing spillover between mask openings with a localized pattern that is the inverse Fourier transform (IFT) of the optical path difference (OPD) function in the lens.
- IFT inverse Fourier transform
- OPD optical path difference
- the application discloses a bitmap matrix algorithm in which a bitmap of the layout is multiplied with the test pattern bitmap to compute the final match factor at each layout pixel of interest.
- the entire mask layout is represented as one huge bitmap of layers, similar to images on a computer screen.
- match location of interest e.g., edge, corner
- each pattern pixel is multiplied by the layout pixel at that coordinate and summed.
- the bitmap algorithm is too slow and too data intensive.
- the present invention is directed to proving new algorithms based on edges, rectangles and triangles, which more efficiently compute match factors for a large number of test points.
- new algorithms have been created to replace the inefficient bitmap-based algorithms in pattern matching.
- One new algorithm is based on extracting edges from the geometry, pre-integrating the pattern in one dimension, and adding contributions from each pixel wide strip between two edges of each shape overlapping the pattern.
- Another new algorithm takes the method one step further to the rectangles themselves, pre-integrating the pattern in two dimensions and adding contributions from each rectangle in the input geometry that overlaps the pattern.
- Performance analysis shows that both algorithms reduce the computational complexity of pattern matching, thus dramatically reducing both runtime and memory usage.
- the rectangle algorithm is the most efficient for typical layouts, so additional features such as layer Booleans, overlap removal, match filtering, and several speedup methods have been adapted to work with the rectangle data structure.
- the invention can be extrapolated to triangle primitives for polygons with diagonal lines.
- the two new algorithms based on edges and on rectangles efficiently compute the match factor (MF) for a large number of test points.
- the edge algorithm comprises first extracting either horizontal, vertical, or both orientations of edges from each polygon, path, or rectangle in the input layout. Diagonal edges are split into horizontal and vertical segments on fixed grid spacing, leading to a stair step of orthogonal segments. The edges are then split into segments of length one grid unit, sorted, and stored in an array for each grid scanline of the layout.
- the pattern is pre-integrated in one dimension so that in one embodiment, each new pixel is equal to the sum of the pixels to the right of it (for vertical edges). Then, for each grid line in the pattern (row of pixels), the edge segments along that line are iterated through, multiplied by the integrated pixel value, and summed to compute the match factor at that point.
- the rectangle-based algorithm extracts rectangles from the geometry and sorts them by location. Polygons and other non-rectangular shapes are split into a near minimum number of rectangles and snapped to the nearest grid coordinates.
- the layout is partitioned and polygons are extracted one partition at a time prior to splitting. Each partition is further divided into regions equal in size to the largest pattern used for matching. When the pattern is laid over the geometry, it can thus overlap at most a 2 ⁇ 2 group of regions.
- Each region is associated with an array containing the indices of each rectangle overlapping that region, and another data structure is built to contain a unique list of the rectangles overlapping any group of 2 ⁇ 2 regions.
- This final data structure can be used to iterate through all the rectangles overlapping the pattern by looking into the array representing the group of four regions that the pattern overlaps.
- the pattern is integrated in two dimensions so that the integrated value of a pixel P(x,y) equals the sum of all pixels both above and to the left of the point, including the point itself.
- each rectangle contributes a value of weight(r)*PW(r) to the match factor at that point.
- a triangular algorithm can be used with the rectangular algorithm to further improve the speed and accuracy of pattern matching.
- rectangle algorithm performs much better than the original bitmap algorithm and usually better than the edge algorithm on typical input layouts.
- the features from the bitmap algorithm that have been successfully integrated into the rectangle code include layer Booleans, overlap removal, match filtering, match requirements, and extraction of geometry for SPLAT aerial image simulation.
- Layer Booleans and overlap removal are implemented efficiently using the same regions (working sets) from the rectangle algorithm described above. All pairs of rectangles within a region having identical layers are checked for Boolean operations and overlap. Since the regions are small, the rectangle count is usually low and these operations are relatively fast compared to the match factor computation time.
- Match filtering is used to reduce the set of locations of interest to only inside corners, outside corners, edges, line ends, centers of line ends, and alternating edge points.
- the matching time is also reduced by a factor of two to five by using an adaptive match factor prediction and error bounds estimation. This allows the software to skip the computation of the match factor of points that are close to other locations of low value.
- Results employing the latest version of the rectangle algorithm show that all edges and line ends on a single layer mask of several square centimeters can be processed in less than an hour on a 1 GHz desktop PC.
- FIG. 1 illustrates pattern matcher test patterns for various applications of the invention.
- FIG. 2A is a functional block diagram of pattern matcher software in accordance with an embodiment of the invention
- FIG. 2B is a flow diagram of steps in the mask pattern comparison.
- FIG. 3 illustrates trifoil and coma patterns matched on a 0°/180° FPGA interconnect layout.
- FIG. 4 illustrates a coma pattern matched on a mask layout with 45-degree edges.
- FIG. 5 is a graph illustrating simulated intensity change vs. match factor prediction for various aberration patterns and layouts.
- FIG. 6 illustrates generic pattern matching code
- FIG. 7 illustrates data structure primitive comparisons.
- FIG. 8 illustrates polygon splitting using a bitmap.
- FIG. 9 illustrates polygon splitting using edges or rectangle strips.
- FIG. 10 illustrates polygon splitting using rectangles.
- FIG. 11 illustrates polygon splitting using rectangles and triangles.
- FIG. 12 illustrates ID and 2D pattern pre-integration
- FIG. 13 illustrates a bitmap algorithm
- FIG. 14 illustrates an edge intersection algorithm
- FIG. 15 illustrates a rectangle algorithm
- FIG. 16 illustrates a triangle algorithm
- FIG. 17 illustrates rectangle/triangle clipping.
- FIG. 18 illustrates an example of rectangle pattern integration (bitmap and edge).
- FIG. 19 illustrates an example of rectangle and triangle (45 degree) pattern computation.
- FIG. 20 illustrates an example of triangle (non-45 degree) pattern computation.
- FIG. 21 illustrates data structures and application of bitmap, edge, and rectangle algorithms.
- a software system analyzes a mask layout and searches for locations sensitive to residual processing effects.
- Pattern matching is used to determine where the layout geometry most closely resembles the problematic shape. For example, locations in an integrated circuit design that are susceptible to lens aberrations can quickly be identified by examining the similarity of the layout geometry to those patterns developed for measuring aberrations. These shapes, or patterns, are generated via a list of Zernike polynomials (in the case of aberrations) or other 2D, user-defined test functions resembling the shape of the problematic layout geometry. These patterns represent the worst-case layout with respect to the processing effect. In the case of lens aberrations, the pattern to be matched is the inverse Fourier transform of the aberrated pupil function.
- the pattern matcher is capable of reading mask layouts with any number of layers in standard CIF and GDS/GDSII formats, compressing the data to conserve memory, and extracting geometry directly from the hierarchy.
- the goal of the invention is to find and rank order the locations of the worst-case effects in a full chip layout within a few hours on a standard desktop PC.
- the output of the software system is a text list of the top N match locations of highest match factors, extracted geometry files of the top match locations, and JPEG compressed images of the locations of interest with the pattern image overlaid on the layout. The designer can then use this sensitivity information to modify these selected geometries in the layout and reduce the unwanted processing effects.
- CIF and GDSII layouts are imported and stored in hierarchical form.
- the layout area is partitioned into a number of equal sized squares that depends on the total area and user input memory bounds.
- Each partition is processed independently, with geometry extracted from that partition by determining which cells of the hierarchy and contained geometry overlap the partition's area. Then the geometry is locally flattened and broken into rectangles. This reduces the memory requirements to that of storing the hierarchical data and only a small fraction of processed data at one time. If the required memory is still too high, then the software will store the processed rectangle data on disk to be accessed when necessary.
- the rectangle data written to disk is stored as a single file with the beginning location of each partition saved in memory. Internally generated temporary rectangle data such as layer Boolean results can also be stored this way.
- the match shape is the inverse Fourier transform of the optical path difference function. This gives a circular bitmap match pattern of complex numbers where the magnitudes of the pixel contributions fall off with radius. A 128 by 128 pixel pattern yields reasonable speed vs. accuracy and is scaled to represent a radius of several wavelengths.
- Other applications of pattern matching include analyzing effects due to misalignment, defects, reflective notching, laser-assisted thermal processing, and CMP dishing. These match pattern functions are shown in FIG. 1 . It may also be possible to use pattern matching to locate areas sensitive to flare. A more in-depth analysis of the potential applications of pattern matching is given in: A. Neureuther and F. Gennari, “No-Fault Assurance: Linking Fast Process CAD and EDA,” SPIE 4889, 10/2002.
- a 2D pattern-matching algorithm has been developed to scan over the layout and compute, for each point of interest, the correlation of the actual local geometry to the shape of the test pattern(s).
- the goal of the software is to find and rank order the locations of the worst-case effects in a full chip layout based on the highest match factors.
- a block diagram of the pattern matcher is shown in FIG. 2A .
- the pattern generator 10 takes a set of Zernike polynomials 12 representing an aberrated pupil function, or any other user-defined equation, in order to generate the pattern bitmap 14 .
- the main pattern matcher 16 executable then reads the pattern, a user input parameter file, and a (possibly multilayer) mask layout in CIF 18 , GDSII 20 , or pattern matcher format.
- the pattern matcher is run, and a resulting sorted table of highest match factors for each pattern is output at 22 as well as JPEG images 24 of the patterns over the match locations.
- An arbitrary number of patterns can be used in one matching run and several layouts can be combined and run together.
- a graphics library 26 provides the system with capabilities for interactive graphical feedback.
- the system includes a tool for converting CIF (university format) and GDSII (EDA industry format) layouts into the internal layout format 28 of the pattern matcher.
- the pattern matching software also provides a graphical interface 30 for the user to view the layout with the highest scoring match locations highlighted.
- This software is available in several forms: a UNIX version integrated with the Cadence Design Framework II CAD tool, a standalone PC version with OpenGL GUI support, a web applet, and a newer step-by-step web interface. This allows remote users to input their layouts and aberrations into the system and take advantage of the full power of the tool.
- the original algorithm disclosed in application Ser. No. 10/241,242 involved the construction of a bitmap representing the layout that was multiplied with the pattern bitmap to compute the final match factor at each layout pixel of interest.
- a new algorithm 32 has been developed that, instead of computing a bitmap of the layout, only stores information about the feature edges in x and y intersection matrices.
- the new match factor is computed by pre-integrating the pattern and summing match factor contributions from each pattern strip between the edge intersections of each overlapping feature.
- the runtime and storage requirements are dependent on the total perimeter of the layout instead of the area. This leads to one to two orders of magnitude of speedup and, using this algorithm, layouts as large as several square millimeters can be processed in just a few minutes.
- FIG. 2B is a flow diagram of steps in the pattern matching in accordance with the invention.
- the digitized layout and pattern are read from storage at 40 , and pre-integration of pixels in the pattern is made at 42 .
- the layout is partitioned at 44 with polygons in each partition split into rectangles or triangles at 46 .
- the rectangles/triangles in each partition are sorted into regions by position at 48 with removal of rectangle overlap, merge of geometric shapes, and generation of layer Boolean relationships in a partition at 50 .
- edges and corners are extracted from rectangles/triangles at 52 , and match factors (MF) are computed on edges/corners in a partition at 54 .
- the match factors are then sorted by score in all partitions at 56 .
- the results can be displayed or printed at 58 . Also, the results can be used to modify a layout at 60 , and then the process is repeated iteratively for the modified layout.
- another algorithm has been developed that takes the pre-integration one step further, using 2D integration to process entire rectangles at a time.
- the data structure now only contains information about the rectangles in a certain area of the geometry, which can be easily and quickly extracted directly from the hierarchy. Since the hierarchy is no longer flattened, the algorithm can run on any layout that will fit in memory in compact hierarchical form.
- the runtime of the rectangle-based algorithm is proportional to the number of match locations of interest multiplied by the match factor computation time per point.
- the match factor computation time is linear in the number of rectangles overlapping the pattern, which can be determined for each location in the layout in time linear in the number of total rectangles. This is effectively the “density” of the layout.
- the number of edge/line end match locations is approximately proportional to the number of rectangles in the layout assuming the edges are tested at regular intervals such as a fixed fraction of the minimum feature size. Therefore, the total runtime of the matching algorithm is proportional to the total number of rectangles times the density, which overall grows as the number of rectangles for a fixed technology design. Extracting a local set of rectangles from the hierarchy and preprocessing the data can take some time, but in practice the runtime is dominated by the matching loop due to the large constant term based on density.
- the rectangle algorithm is by far the fastest and most efficient of the three. It is similar to the geometry processing algorithms used in OPC tools. Input layout primitives such as paths, polygons, and circles are split into rectangles, where non-orthogonal sides are converted to right triangles or split on a fine grid. Arbitrary shapes can be processed, though diagonal lines can lead to a large number of rectangles and/or triangles. After subdividing the layout into small regions of rectangles equal in area to the largest pattern, at most four regions overlap the pattern and thus it is easy to determine the rectangles and triangles whose weights contribute to the match factor at a collection of points. It is also easy to perform overlap removal, intersection tests, and layer Booleans on sets of rectangles. The only disadvantage to using rectangles is that it is difficult to determine which parts of each of a rectangle's sides are real edges or line ends and which corners appear on the periphery of the layout shapes. These operations are even more complex when they involve triangles as well.
- FIG. 3 is an example pattern-matching run of the trifoil and coma aberration patterns on a 140 ⁇ 170 ⁇ m section of FPGA interconnect altered to appear and function as a phase-shift mask.
- the blue layout area represents 0-degree phase
- red represents 180-degree phase
- black is chrome.
- Green in the pattern matches with 0 phase in the layout and red matches with 180 phase in the layout.
- a close-up of one of the trifoil match locations with match factor of 0.169 is shown.
- Coma match factors are as high as 0.34.
- FIG. 4 Shown in FIG. 4 is the geometry that is sensitive to the coma aberration in a two-layer mask designed in a 0.5 ⁇ m technology.
- This layout includes 45-degree lines, demonstrating how the pattern matcher can handle non-Manhattan geometry. Any number of patterns can be processed in one matching run and either the top N matches or all matches above a user threshold are reported.
- the PC version of the software uses OpenGL graphics to provide the user with an interactive view of the layout with zoom, pan, show/hide layers, measurement tools, and screen captures of images such as those in FIGS. 3 and 4 .
- FIG. 5 is a plot of simulated intensity change vs. normalized match factor for binary and 0/180-degree phase shift masks as calculated by the pattern-matching software. Odd aberrations show an approximate linear relationship between predicted and actual intensity changes, while even aberrations show little simulated intensity changes due to the electric fields of the intensity spillover adding in quadrature. The code has since been modified to take into account even and odd aberrations when computing the match factor by now performing the match using true complex numbers. Additional pattern-matching verification steps were performed in F. Gennari, G. Robins, and A. Neureuther, “Validation of the Aberration Pattern-Matching OPC Process,” SPIE 4692B, 3/2002.
- the rectangle-based matching algorithm was tested on a number of large layouts in various technologies with one or more layers. These layouts were tested for sensitivity to the coma lens aberration and others. In all cases, the actual match time was proportional to the number of rectangles in the flattened layout (though it was not actually flattened) times the layout density. The density increased with the number of overlapping layers, but in actual mask layouts each layer would represent a different phase and thus would not overlap. Therefore, one layer is sufficient to demonstrate the matching performance. In the timing tests, an older 1 GHz Pentium III computer with 512 MB of RAM was used.
- test layout consisted of the 234 MB GDSII file of the active area mask layout of a microprocessor with area 417 mm 2 , eleven levels of hierarchy, and 35.3 million rectangles when flattened.
- the coma test pattern was a 128 ⁇ 128 bitmap with pixel size of 100 nm, and the layout contained 2.6 billion potential edge match points, though only about 20% of these points were tested due to filtering by an internal adaptive coherency/match factor prediction algorithm.
- the pattern matching software took 42 minutes of runtime and 140 MB of memory to read the layout, compute the top 1000 match locations, and display the results.
- the goal of the pattern matching software is to quickly scan a large integrated circuit mask layout to determine locations that are sensitive to non-ideal processing effects such as lens aberrations. Given a pattern matrix of complex numbers representing the worst-case process effect, this is accomplished by using a pattern-matching algorithm that scans each point of interest in the layout in search of geometry closely resembling the shape of the pattern. The greater the similarity of the polygons in the layout to the shapes in the pattern, the higher its match factor (MF) will be.
- MF match factor
- This procedure will reduce the effects of imperfect optics on the printing of the image from the mask to the wafer, improving the yield of the design.
- these areas predicted to be most affected by aberrations could be recorded and later used to reduce the locations that must be inspected in the printed layout.
- the idea of pattern matching can be extended to apply to other processing effects where a match pattern can be produced which represents the worst-case geometry.
- Such applications include misalignment, defects, flare, reflective notching, laser-assisted thermal processing, and Chemical-Mechanical Polishing (CMP) dishing.
- the user supplies a pattern function and layout on which to match, runs the software, and is presented with both graphical and textual feedback on the locations with highest match factors.
- the pattern function is a set of Zernike polynomials that represent a combination of aberrations present in the optical system of interest.
- a pattern generation tool reads this Zernike file, takes the 2D inverse Fourier transform (IFT), and writes the pattern as a matrix of complex numbers.
- IFT 2D inverse Fourier transform
- GDS2 and CIF layouts can be imported and stored in memory in hierarchical form.
- a tool is provided for flattening and conversion of GDS2 or CIF layouts to native pattern matcher format.
- the geometric shapes supported include rectangles, squares, polygons, paths, and circles.
- a layer definition file must also be provided to specify which input layers are used, what their weights and phases are, and how to display them.
- pattern-matching executable There are several versions of the pattern-matching executable, which were designed to be used for different applications and on different types of computers. These include a text-based executable, a non-interactive graphical version that uses off-screen rendering, and an interactive graphical version. All three produce text files listing the values and locations of matches found. The graphical interface and resulting images allow the user to browse through the match locations and observe the geometries of interest. The images can also be displayed on a web page for remote execution of the pattern matching system.
- the matching algorithm itself has three main steps. First, the input shapes are split into geometric primitives, shown in FIG. 6 . Next, the primitives are spatially subdivided and sorted to permit efficient access to local areas of data. This includes partitioning the layout into smaller overlapping areas and locally flattening any hierarchy. It is possible to perform the sort and flattening operations either in memory or on disk. The primitives are sorted by Y-value and then by X-value, and may be grouped together spatially into sub-regions of a partition for fast access to local collections of shapes.
- the third step is the matching loop for computing the match factor (MF), where all of the runtime is usually spent.
- the match factor is computed for each X,Y point of interest for each match type of each orientation of each pattern.
- the number of X,Y points tested depends on whether the user is searching all or part of the layout and if the match locations are specified to be corners, edges, line ends, or all points on a layout grid (typically 1 ⁇ 6 to 1/10 a feature size). Even if the points are constrained to lie on the edges of features, the number of test locations can be in the billions for a layout of several square centimeters. Therefore, it is critical to minimize the time taken to compute the match factor at a point.
- the time per point is equal to (1) the number of geometric primitives that overlap the pattern at that point times (2) the time taken to add the contribution of a primitive to the accumulated match factor.
- (1) can be determined in time linear in the number of overlapping primitives, which is guaranteed by the spatial sorting.
- using higher order primitives vastly reduces (1) but also increases (2).
- the increase in (2) is more than offset by the order(s) of magnitude decrease in (1) with larger primitives.
- Example numbers for a typical layout and 128 ⁇ 128 pattern are shown in Table 1. Edge/rectangle strip primitives are much more efficiently than pixel primitives, and rectangle/triangle primitives are even better.
- the input shapes are split into geometric primitives, which consist of pixels, edges, rectangles, and triangles depending on the matching method used.
- Input shapes include squares, rectangles, polygons, paths, and circles. Since each of these is either a type of polygon or can easily be converted into a polygon given a layout grid, explaining the procedure for the case of a polygon will be sufficient.
- the overall goal of the polygon splitting algorithm is to produce a minimal, non-overlapping set of smaller primitives that together cover the entire area inside the polygon and none of the area outside the polygon.
- the polygons are first split into rectangles that are snapped to the layout grid. To do this, the polygon's bounding box is divided by horizontal and vertical cutlines through each point in the polygon to produce a non-uniform grid. Each grid element that lies inside the polygon is extracted as a rectangle, and then merged with rectangles to the right and above to produce a small number of maximally expanded rectangles as shown in FIG. 10 .
- the layer weight of each of the rectangles is added to the layout bitmap matrix through a scan conversion process such as that used in computer graphics, as shown in FIG. 8 .
- the rectangles are split into either horizontal or vertical strips one pixel wide that lie between two opposite edges of each rectangle, and adjacent edge strips are merged into a single larger edge strip, as shown in FIG. 9 .
- the primitives are then sorted by X,Y position and stored in memory or on disk.
- One trick to speeding up the match factor computation is to avoid touching each of the many pixels in the pattern. Since the sum of pattern pixel values overlapping a polygon is required for the match factor, and iterating through each pixel is not desired, the pattern values must be rearranged so that the sum of a large number of pixels can be determined with only a few operations. In the extreme example where the pattern is entirely covered by a shape, then every pixel value in the pattern must be added up to determine the sum of pixels under the shape. Obviously, it is much better to sum up the pixels only once and then use that single number every time this situation occurs. Similarly, the sum of the right half of the pattern can be precomputed, stored, and used any time a shape overlaps exactly the right half of the pattern.
- the pattern In order to efficiently add contributions from edge/rectangle strips to the match factor, the pattern must be pre-integrated in ID, either horizontally or vertically.
- the following embodiment assumes horizontal edge strips and thus horizontal pre-integration to the right, denoted by matrix IR.
- Each matrix element in IR is equal to the sum of all elements in PV at that location and to the right. Then, if a rectangle strip spans from location (x 1 ,y) to (x 2 ,y), instead of summing each pixel from x 1 to x 2 in row y using PV, the same number can be obtained from the difference IR[x 1 ,y] ⁇ IR[x 2 ,y]. The number of operations is reduced from (x 2 ⁇ x 1 ) to 2.
- Each matrix element in P 0 represents the sum of pattern values at that location and in the region above and to the right of that location.
- a graphical diagram and example of both 1D and 2D pre-integration is depicted in FIG. 12 .
- the bitmap algorithm is the simplest method for computing a match factor at each point, but it is also the slowest.
- each input shape In order to execute the inner matching loop, each input shape must be scan converted into a large bitmap, specifically a matrix of complex numbers representing the magnitude (transmittance) and phase of mask openings.
- the bitmap can be many gigapixels in size and sometimes must be split into smaller partitions in order to fit it in a realistic amount of memory.
- the match factor at a location is computed by iterating over every pixel inside the boundary of the pattern positioned at that location. Each complex number pixel in the layout is multiplied by the corresponding complex number pixel in the pattern, and every pixel's contribution is summed over the entire area.
- the primitive is assumed to be completely inside the pattern area. If the primitive extends beyond the pattern boundaries, then it must be clipped. Clipping will be explained below.
- the layout pixel values can be made. Since the layout consists of only a few unique layers, for instance 0- and 180-degree phase mask regions, the layout pixels take on a discrete number of values. Moreover, these values appear together in large blocks of pixels because the grid resolution is usually much smaller than a feature size. This is especially true for large rectangle fills. Similarly, large areas of zero pixels, which denote the absence of a layer, are also common and can be skipped completely.
- the edge intersection algorithm can be taken a step further for even more efficient addition of rectangle contributions to the match factor. If the pattern can be pre-integrated in 1D to allow 1D rectangle strips to be added efficiently, then the pattern can be pre-integrated again in an orthogonal direction to allow an entire 2D rectangle to be added even more efficiently.
- the following description extends the example using the 2D pre-integration method.
- Refer to FIG. 15 for the steps involved in this example. Assume the rectangle extends from lower left corner X,Y to upper right corner X+N,Y+M.
- the sum of pattern pixel values under the rectangle can be computed starting with the sum of all pattern pixels above and to the right of the lower left corner of the rectangle. This may overestimate the size of the rectangle.
- the problem is corrected by subtracting off the sum of pattern pixels above and to the right of the upper left corner, and subtracting the sum of pattern pixels above and to the right of the lower right corner.
- the sum of pattern pixel values under the rectangle is equal to P 0 [X,Y] ⁇ P 0 [X,Y+M] ⁇ P 0 [X+N,Y]+P 0 [X+N,Y+M]. This number is multiplied by the rectangle's layer weight to get the contribution of the entire rectangle to the match factor. This takes only four operations as opposed to N*M.
- a numerical example of the rectangle algorithm is also given in FIG. 19 .
- Some input layouts contain diagonal edges, usually with angles at multiples of 45 degrees where the technology allows. For example, permitting poly lines to run diagonally can lead to denser layout structures. These non-Manhattan polygons must be split into a very large number of rectangles to accurately model the sloped edges. This problem was presented above. In many cases, right triangles can be used to replace these large collections of tiny rectangles in efficiently representing a diagonal polygon edge. The number of primitives will often be reduced to a fraction of the size of the required rectangle set. However convenient this may seem, it comes at a price: triangles are much more complex to process and involve the computation and storage of a large number of pre-integration matrices.
- FIG. 16 explains the steps involved in using the triangle algorithm for triangles in this orientation, and an example is provided.
- the P 0 pre-integration matrix is used to retrieve the sum of pattern pixel values above and to the right of the triangle's right angle point at x 1 ,y 1 .
- P 0 at the top left corner (x 1 ,y 2 ) of the triangle is subtracted, leaving an area of pattern pixel values that extends from the left vertical leg of the triangle to the right side of the pattern area and includes the entire triangle.
- the above triangle algorithm is capable of processing triangles with angles at multiples of 45 degrees.
- a problem arises when a polygon contains an angle that is not a multiple of 45 degrees.
- a 45-degree polygon can be split into non 45-degree right triangles if the original polygon does not lie on the layout grid used for triangulation.
- Grid rounding error can result in a pixel or two shift in edge and corner locations, thus perturbing the angle.
- the triangle algorithm previously described cannot be used in these situations.
- triangles can still be processed more efficiently than if they were split into many small, single pixel width rectangles.
- One method to do this is to use a combination of both the rectangle algorithm and the edge intersection algorithm.
- the contribution of the rectangle representing the bounding box of the triangle extended to the vertical edge of the pattern opposite the triangle's hypotenuse is first computed. This area includes pixels that are not in the triangle. To correct for this, the pixels between the hypotenuse of the triangle and the opposite vertical edge of the pattern boundary can be subtracted in horizontal strips. This can be done using the pre-integration matrix from the edge algorithm (IR or IL, integrated left).
- FIG. 20 shows an example of how this algorithm is applied to a small pattern.
- the improvement in speed is not as impressive as in the 45-degree triangle algorithm. If rectangles are used instead of triangles then the number of operations is 4*H, and the number of operations is 2*H for the edge intersection algorithm.
- the real advantage of using this approach is that it greatly reduces the number of primitives, which in turn reduces the computation time for pre-processing the data and the memory required to store the primitives.
- FIGS. 18, 19 , and 20 demonstrate the various algorithms using a simple pattern and a single primitive.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Quality & Reliability (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Theoretical Computer Science (AREA)
- Preparing Plates And Mask In Photomechanical Process (AREA)
Abstract
Description
- This application claims priority from provisional application Ser. No. 60/322,381, filed Sep. 11, 2001, and as a continuation-in-part of co-pending patent application Ser. No. 10/241,242, filed Sep. 10, 2002, which are incorporated herein for all purposes.
- The U.S. Government has rights in the disclosed invention pursuant to DARPA Grant MDA 972-01-1-0021 to the University of California at Berkeley.
- This invention relates generally to imaging lens systems and photo masks for optically defining patterns, and more particularly the invention relates to integrated circuit mask analysis and locating areas in a mask that are sensitive to residual processing effects. The invention has applicability in other image analysis, including signature analysis, for example.
- In the fabrication of electronic integrated circuits, line patterns of less than a tenth of a micron are now being developed. This is less than 1/500 the width of a human hair. At these dimensions, the projection printing of mask patterns in integrated circuit layout can be adversely impacted by small residual aberrations in the lens system. While the quality metric (Strehl ratio) of today's projection printers is within a few percent of unity, residual aberrations still contribute significant spillover of signals from one mask opening to another. These spillover effects degrade the image quality with position within the field of the die. Good correlation of measured aberrations with the difference in horizontal and vertical linewidth along the slit in a scanning system has been observed. Such aberration-based linewidth variations are themselves partially mitigated by higher image slopes created through optical proximity correction (OPC). Yet residual cross-chip linewidth variations suggest that residual aberrations continue to contribute a level of degradation that is about half as large as the level of improvement gained through applying OPC. The impact of these aberration-based spillover effects will clearly become more important with phase shifting masks due to the inherent use of more coherent illumination as well as the presence of both phases to more efficiently direct energy to a broader set of locations in the lens pupil. Since lithography at low kl and high NA is adversely affected by small residual aberrations in lenses even though Strehl ratios exceed 0.98, test targets are needed to act as ‘canaries’ that are more sensitive than product features as well as to quantify individual aberrations to 0.01 λrms.
- Co-pending application Ser. No. 10/241,242, supra, is concerned with characterizing a lens and lens system as to aberrations through the use of a probe and surrounding pattern by illuminating a mask having a small opening (probe) and a surrounding adjacent open geometry (pattern). The combined intensity pattern at the probe position near an image plane of the lens is then observed for spillover from the surrounding pattern that occurs as light passes through the lens. For this application, patterns corresponding to the inverse Fourier transform (IFT) of aberration representations used in characterizing lenses can be utilized. This gives an indication of the presence and level of lens aberrations, such as coma, astigmatism, spherical, and trifoil or even multiple terms in the Zernike representation. Measurements of the combined image compared to the individual image of the probe and pattern thus contain quantitative information on the level of aberrations. This intensity change can be observed directly by signal detection or indirectly by, for example in lithography, performing wafer exposures at various doses and comparing the dose at which the various parts of the image print in photoresist with the dose required to clear large areas or isolated probes.
- The application also discloses a pattern-matching method for predicting worst case locations of residual aberration induced feature changes in the projection printing of large layouts including chip layouts used in integrated circuit manufacturing. A CAD system can rapidly determine locations in large layouts that are most impacted by aberrations in projection printing. For this application, aberrations are accurately modeled as producing spillover between mask openings with a localized pattern that is the inverse Fourier transform (IFT) of the optical path difference (OPD) function in the lens. The novel function in the CAD system then quickly rank orders all pattern edges and corners of interest according to the degree of similarity of their surrounding layout to the IFT function.
- In carrying out the pattern matching the application discloses a bitmap matrix algorithm in which a bitmap of the layout is multiplied with the test pattern bitmap to compute the final match factor at each layout pixel of interest. The entire mask layout is represented as one huge bitmap of layers, similar to images on a computer screen. At every match location of interest (e.g., edge, corner) each pattern pixel is multiplied by the layout pixel at that coordinate and summed. However, the bitmap algorithm is too slow and too data intensive.
- The present invention is directed to proving new algorithms based on edges, rectangles and triangles, which more efficiently compute match factors for a large number of test points.
- In accordance with the invention, new algorithms have been created to replace the inefficient bitmap-based algorithms in pattern matching. One new algorithm is based on extracting edges from the geometry, pre-integrating the pattern in one dimension, and adding contributions from each pixel wide strip between two edges of each shape overlapping the pattern. Another new algorithm takes the method one step further to the rectangles themselves, pre-integrating the pattern in two dimensions and adding contributions from each rectangle in the input geometry that overlaps the pattern. Performance analysis shows that both algorithms reduce the computational complexity of pattern matching, thus dramatically reducing both runtime and memory usage. The rectangle algorithm is the most efficient for typical layouts, so additional features such as layer Booleans, overlap removal, match filtering, and several speedup methods have been adapted to work with the rectangle data structure. The invention can be extrapolated to triangle primitives for polygons with diagonal lines.
- The two new algorithms based on edges and on rectangles efficiently compute the match factor (MF) for a large number of test points. The edge algorithm comprises first extracting either horizontal, vertical, or both orientations of edges from each polygon, path, or rectangle in the input layout. Diagonal edges are split into horizontal and vertical segments on fixed grid spacing, leading to a stair step of orthogonal segments. The edges are then split into segments of length one grid unit, sorted, and stored in an array for each grid scanline of the layout. The pattern is pre-integrated in one dimension so that in one embodiment, each new pixel is equal to the sum of the pixels to the right of it (for vertical edges). Then, for each grid line in the pattern (row of pixels), the edge segments along that line are iterated through, multiplied by the integrated pixel value, and summed to compute the match factor at that point.
- The rectangle-based algorithm extracts rectangles from the geometry and sorts them by location. Polygons and other non-rectangular shapes are split into a near minimum number of rectangles and snapped to the nearest grid coordinates. The layout is partitioned and polygons are extracted one partition at a time prior to splitting. Each partition is further divided into regions equal in size to the largest pattern used for matching. When the pattern is laid over the geometry, it can thus overlap at most a 2×2 group of regions. Each region is associated with an array containing the indices of each rectangle overlapping that region, and another data structure is built to contain a unique list of the rectangles overlapping any group of 2×2 regions. This final data structure can be used to iterate through all the rectangles overlapping the pattern by looking into the array representing the group of four regions that the pattern overlaps. In this algorithm the pattern is integrated in two dimensions so that the integrated value of a pixel P(x,y) equals the sum of all pixels both above and to the left of the point, including the point itself. The weight of the pattern pixels under a rectangle at (x1,y1), (x2,y2) is PW(r)=P(x1,y1)+P(x2,y2)−P(x1,y2)−P(x2,y1). Using this equation, each rectangle contributes a value of weight(r)*PW(r) to the match factor at that point. For layouts containing diagonal edges, a triangular algorithm can be used with the rectangular algorithm to further improve the speed and accuracy of pattern matching.
- These algorithms have been analyzed on the basis of speed, memory requirements, and the ability to add in special features that improve the efficiency, functionality, or usability of the tool. It has been determined that the rectangle algorithm performs much better than the original bitmap algorithm and usually better than the edge algorithm on typical input layouts.
- The features from the bitmap algorithm that have been successfully integrated into the rectangle code include layer Booleans, overlap removal, match filtering, match requirements, and extraction of geometry for SPLAT aerial image simulation. Layer Booleans and overlap removal are implemented efficiently using the same regions (working sets) from the rectangle algorithm described above. All pairs of rectangles within a region having identical layers are checked for Boolean operations and overlap. Since the regions are small, the rectangle count is usually low and these operations are relatively fast compared to the match factor computation time.
- Match filtering is used to reduce the set of locations of interest to only inside corners, outside corners, edges, line ends, centers of line ends, and alternating edge points. The matching time is also reduced by a factor of two to five by using an adaptive match factor prediction and error bounds estimation. This allows the software to skip the computation of the match factor of points that are close to other locations of low value. Results employing the latest version of the rectangle algorithm show that all edges and line ends on a single layer mask of several square centimeters can be processed in less than an hour on a 1 GHz desktop PC.
- The invention and objects and features thereof will be more readily apparent from the following detailed description and appended claims when taken with the drawings.
-
FIG. 1 illustrates pattern matcher test patterns for various applications of the invention. -
FIG. 2A is a functional block diagram of pattern matcher software in accordance with an embodiment of the invention, andFIG. 2B is a flow diagram of steps in the mask pattern comparison. -
FIG. 3 illustrates trifoil and coma patterns matched on a 0°/180° FPGA interconnect layout. -
FIG. 4 illustrates a coma pattern matched on a mask layout with 45-degree edges. -
FIG. 5 is a graph illustrating simulated intensity change vs. match factor prediction for various aberration patterns and layouts. -
FIG. 6 illustrates generic pattern matching code. -
FIG. 7 illustrates data structure primitive comparisons. -
FIG. 8 illustrates polygon splitting using a bitmap. -
FIG. 9 illustrates polygon splitting using edges or rectangle strips. -
FIG. 10 illustrates polygon splitting using rectangles. -
FIG. 11 illustrates polygon splitting using rectangles and triangles. -
FIG. 12 illustrates ID and 2D pattern pre-integration -
FIG. 13 illustrates a bitmap algorithm. -
FIG. 14 illustrates an edge intersection algorithm. -
FIG. 15 illustrates a rectangle algorithm. -
FIG. 16 illustrates a triangle algorithm. -
FIG. 17 illustrates rectangle/triangle clipping. -
FIG. 18 illustrates an example of rectangle pattern integration (bitmap and edge). -
FIG. 19 illustrates an example of rectangle and triangle (45 degree) pattern computation. -
FIG. 20 illustrates an example of triangle (non-45 degree) pattern computation. -
FIG. 21 illustrates data structures and application of bitmap, edge, and rectangle algorithms. - As the critical dimension in optical lithography continues to shrink and additional phases are added to masks, it is becoming more important to determine where the geometry is affected the most by non-ideal process conditions. If the most problematic shapes can be identified and represented in an unambiguous form, then these test patterns can be used to locate areas in any layout that are the most sensitive to these effects. After the ‘hot spots’ have been found, the designer can go back and alter the geometry to reduce the sensitivity to these effects. Alternatively, these locations can be recorded and later examined after fabrication as a way to narrow down mask inspection regions. Locations of interest can be filtered to edges, line ends, inside corners, and/or outside corners.
- In accordance with one application of the invention, a software system analyzes a mask layout and searches for locations sensitive to residual processing effects. Pattern matching is used to determine where the layout geometry most closely resembles the problematic shape. For example, locations in an integrated circuit design that are susceptible to lens aberrations can quickly be identified by examining the similarity of the layout geometry to those patterns developed for measuring aberrations. These shapes, or patterns, are generated via a list of Zernike polynomials (in the case of aberrations) or other 2D, user-defined test functions resembling the shape of the problematic layout geometry. These patterns represent the worst-case layout with respect to the processing effect. In the case of lens aberrations, the pattern to be matched is the inverse Fourier transform of the aberrated pupil function. The pattern matcher is capable of reading mask layouts with any number of layers in standard CIF and GDS/GDSII formats, compressing the data to conserve memory, and extracting geometry directly from the hierarchy. The goal of the invention is to find and rank order the locations of the worst-case effects in a full chip layout within a few hours on a standard desktop PC. The output of the software system is a text list of the top N match locations of highest match factors, extracted geometry files of the top match locations, and JPEG compressed images of the locations of interest with the pattern image overlaid on the layout. The designer can then use this sensitivity information to modify these selected geometries in the layout and reduce the unwanted processing effects.
- CIF and GDSII layouts are imported and stored in hierarchical form. The layout area is partitioned into a number of equal sized squares that depends on the total area and user input memory bounds. Each partition is processed independently, with geometry extracted from that partition by determining which cells of the hierarchy and contained geometry overlap the partition's area. Then the geometry is locally flattened and broken into rectangles. This reduces the memory requirements to that of storing the hierarchical data and only a small fraction of processed data at one time. If the required memory is still too high, then the software will store the processed rectangle data on disk to be accessed when necessary. The rectangle data written to disk is stored as a single file with the beginning location of each partition saved in memory. Internally generated temporary rectangle data such as layer Boolean results can also be stored this way.
- In the case of lens aberrations, the match shape is the inverse Fourier transform of the optical path difference function. This gives a circular bitmap match pattern of complex numbers where the magnitudes of the pixel contributions fall off with radius. A 128 by 128 pixel pattern yields reasonable speed vs. accuracy and is scaled to represent a radius of several wavelengths. Other applications of pattern matching include analyzing effects due to misalignment, defects, reflective notching, laser-assisted thermal processing, and CMP dishing. These match pattern functions are shown in
FIG. 1 . It may also be possible to use pattern matching to locate areas sensitive to flare. A more in-depth analysis of the potential applications of pattern matching is given in: A. Neureuther and F. Gennari, “No-Fault Assurance: Linking Fast Process CAD and EDA,”SPIE 4889, 10/2002. - A 2D pattern-matching algorithm has been developed to scan over the layout and compute, for each point of interest, the correlation of the actual local geometry to the shape of the test pattern(s). The goal of the software is to find and rank order the locations of the worst-case effects in a full chip layout based on the highest match factors. A block diagram of the pattern matcher is shown in
FIG. 2A . Thepattern generator 10 takes a set of Zernike polynomials 12 representing an aberrated pupil function, or any other user-defined equation, in order to generate thepattern bitmap 14. Themain pattern matcher 16 executable then reads the pattern, a user input parameter file, and a (possibly multilayer) mask layout inCIF 18,GDSII 20, or pattern matcher format. The pattern matcher is run, and a resulting sorted table of highest match factors for each pattern is output at 22 as well asJPEG images 24 of the patterns over the match locations. An arbitrary number of patterns can be used in one matching run and several layouts can be combined and run together. Agraphics library 26 provides the system with capabilities for interactive graphical feedback. - In addition to the main matching programs, the system includes a tool for converting CIF (university format) and GDSII (EDA industry format) layouts into the
internal layout format 28 of the pattern matcher. The pattern matching software also provides agraphical interface 30 for the user to view the layout with the highest scoring match locations highlighted. This software is available in several forms: a UNIX version integrated with the Cadence Design Framework II CAD tool, a standalone PC version with OpenGL GUI support, a web applet, and a newer step-by-step web interface. This allows remote users to input their layouts and aberrations into the system and take advantage of the full power of the tool. - The original algorithm disclosed in application Ser. No. 10/241,242 involved the construction of a bitmap representing the layout that was multiplied with the pattern bitmap to compute the final match factor at each layout pixel of interest. In accordance with the invention, a
new algorithm 32 has been developed that, instead of computing a bitmap of the layout, only stores information about the feature edges in x and y intersection matrices. The new match factor is computed by pre-integrating the pattern and summing match factor contributions from each pattern strip between the edge intersections of each overlapping feature. Thus the runtime and storage requirements are dependent on the total perimeter of the layout instead of the area. This leads to one to two orders of magnitude of speedup and, using this algorithm, layouts as large as several square millimeters can be processed in just a few minutes. -
FIG. 2B is a flow diagram of steps in the pattern matching in accordance with the invention. The digitized layout and pattern are read from storage at 40, and pre-integration of pixels in the pattern is made at 42. The layout is partitioned at 44 with polygons in each partition split into rectangles or triangles at 46. The rectangles/triangles in each partition are sorted into regions by position at 48 with removal of rectangle overlap, merge of geometric shapes, and generation of layer Boolean relationships in a partition at 50. - Thereafter, edges and corners are extracted from rectangles/triangles at 52, and match factors (MF) are computed on edges/corners in a partition at 54. The match factors are then sorted by score in all partitions at 56. The results can be displayed or printed at 58. Also, the results can be used to modify a layout at 60, and then the process is repeated iteratively for the modified layout.
- In accordance with another embodiment of the invention, another algorithm has been developed that takes the pre-integration one step further, using 2D integration to process entire rectangles at a time. Thus the data structure now only contains information about the rectangles in a certain area of the geometry, which can be easily and quickly extracted directly from the hierarchy. Since the hierarchy is no longer flattened, the algorithm can run on any layout that will fit in memory in compact hierarchical form. The runtime of the rectangle-based algorithm is proportional to the number of match locations of interest multiplied by the match factor computation time per point. The match factor computation time is linear in the number of rectangles overlapping the pattern, which can be determined for each location in the layout in time linear in the number of total rectangles. This is effectively the “density” of the layout. The number of edge/line end match locations is approximately proportional to the number of rectangles in the layout assuming the edges are tested at regular intervals such as a fixed fraction of the minimum feature size. Therefore, the total runtime of the matching algorithm is proportional to the total number of rectangles times the density, which overall grows as the number of rectangles for a fixed technology design. Extracting a local set of rectangles from the hierarchy and preprocessing the data can take some time, but in practice the runtime is dominated by the matching loop due to the large constant term based on density.
- The rectangle algorithm is by far the fastest and most efficient of the three. It is similar to the geometry processing algorithms used in OPC tools. Input layout primitives such as paths, polygons, and circles are split into rectangles, where non-orthogonal sides are converted to right triangles or split on a fine grid. Arbitrary shapes can be processed, though diagonal lines can lead to a large number of rectangles and/or triangles. After subdividing the layout into small regions of rectangles equal in area to the largest pattern, at most four regions overlap the pattern and thus it is easy to determine the rectangles and triangles whose weights contribute to the match factor at a collection of points. It is also easy to perform overlap removal, intersection tests, and layer Booleans on sets of rectangles. The only disadvantage to using rectangles is that it is difficult to determine which parts of each of a rectangle's sides are real edges or line ends and which corners appear on the periphery of the layout shapes. These operations are even more complex when they involve triangles as well.
-
FIG. 3 is an example pattern-matching run of the trifoil and coma aberration patterns on a 140×170 μm section of FPGA interconnect altered to appear and function as a phase-shift mask. The blue layout area represents 0-degree phase, red represents 180-degree phase, and black is chrome. Green in the pattern matches with 0 phase in the layout and red matches with 180 phase in the layout. A close-up of one of the trifoil match locations with match factor of 0.169 is shown. Coma match factors are as high as 0.34. - Shown in
FIG. 4 is the geometry that is sensitive to the coma aberration in a two-layer mask designed in a 0.5 μm technology. This layout includes 45-degree lines, demonstrating how the pattern matcher can handle non-Manhattan geometry. Any number of patterns can be processed in one matching run and either the top N matches or all matches above a user threshold are reported. The PC version of the software uses OpenGL graphics to provide the user with an interactive view of the layout with zoom, pan, show/hide layers, measurement tools, and screen captures of images such as those inFIGS. 3 and 4 . - Pattern-matching accuracy has been verified against aerial image intensity simulations obtained from SPLAT.
FIG. 5 is a plot of simulated intensity change vs. normalized match factor for binary and 0/180-degree phase shift masks as calculated by the pattern-matching software. Odd aberrations show an approximate linear relationship between predicted and actual intensity changes, while even aberrations show little simulated intensity changes due to the electric fields of the intensity spillover adding in quadrature. The code has since been modified to take into account even and odd aberrations when computing the match factor by now performing the match using true complex numbers. Additional pattern-matching verification steps were performed in F. Gennari, G. Robins, and A. Neureuther, “Validation of the Aberration Pattern-Matching OPC Process,”SPIE 4692B, 3/2002. - The rectangle-based matching algorithm was tested on a number of large layouts in various technologies with one or more layers. These layouts were tested for sensitivity to the coma lens aberration and others. In all cases, the actual match time was proportional to the number of rectangles in the flattened layout (though it was not actually flattened) times the layout density. The density increased with the number of overlapping layers, but in actual mask layouts each layer would represent a different phase and thus would not overlap. Therefore, one layer is sufficient to demonstrate the matching performance. In the timing tests, an older 1 GHz Pentium III computer with 512 MB of RAM was used. The largest test layout consisted of the 234 MB GDSII file of the active area mask layout of a microprocessor with area 417 mm2, eleven levels of hierarchy, and 35.3 million rectangles when flattened. The coma test pattern was a 128×128 bitmap with pixel size of 100 nm, and the layout contained 2.6 billion potential edge match points, though only about 20% of these points were tested due to filtering by an internal adaptive coherency/match factor prediction algorithm. The pattern matching software took 42 minutes of runtime and 140 MB of memory to read the layout, compute the top 1000 match locations, and display the results.
- Following is a more detailed description of the algorithms and use thereof. As noted above, the goal of the pattern matching software is to quickly scan a large integrated circuit mask layout to determine locations that are sensitive to non-ideal processing effects such as lens aberrations. Given a pattern matrix of complex numbers representing the worst-case process effect, this is accomplished by using a pattern-matching algorithm that scans each point of interest in the layout in search of geometry closely resembling the shape of the pattern. The greater the similarity of the polygons in the layout to the shapes in the pattern, the higher its match factor (MF) will be. Thus an IC designer or process engineer can run the pattern matching system on a layer of an entire mask layout, record the areas sensitive to one or a combination of lens aberrations, and then use the results to modify the layout geometry. This procedure will reduce the effects of imperfect optics on the printing of the image from the mask to the wafer, improving the yield of the design. Alternatively, these areas predicted to be most affected by aberrations could be recorded and later used to reduce the locations that must be inspected in the printed layout. The idea of pattern matching can be extended to apply to other processing effects where a match pattern can be produced which represents the worst-case geometry. Such applications include misalignment, defects, flare, reflective notching, laser-assisted thermal processing, and Chemical-Mechanical Polishing (CMP) dishing.
- Software System.
- The user supplies a pattern function and layout on which to match, runs the software, and is presented with both graphical and textual feedback on the locations with highest match factors. In the case of lens aberrations, the pattern function is a set of Zernike polynomials that represent a combination of aberrations present in the optical system of interest. A pattern generation tool reads this Zernike file, takes the 2D inverse Fourier transform (IFT), and writes the pattern as a matrix of complex numbers.
- Several layout formats can be read by the pattern-matching executable. In addition to the native layout format originally used for pattern matching, GDS2 and CIF layouts can be imported and stored in memory in hierarchical form. A tool is provided for flattening and conversion of GDS2 or CIF layouts to native pattern matcher format. The geometric shapes supported include rectangles, squares, polygons, paths, and circles. A layer definition file must also be provided to specify which input layers are used, what their weights and phases are, and how to display them.
- There are several versions of the pattern-matching executable, which were designed to be used for different applications and on different types of computers. These include a text-based executable, a non-interactive graphical version that uses off-screen rendering, and an interactive graphical version. All three produce text files listing the values and locations of matches found. The graphical interface and resulting images allow the user to browse through the match locations and observe the geometries of interest. The images can also be displayed on a web page for remote execution of the pattern matching system.
- Matching Algorithm.
- The matching algorithm itself has three main steps. First, the input shapes are split into geometric primitives, shown in
FIG. 6 . Next, the primitives are spatially subdivided and sorted to permit efficient access to local areas of data. This includes partitioning the layout into smaller overlapping areas and locally flattening any hierarchy. It is possible to perform the sort and flattening operations either in memory or on disk. The primitives are sorted by Y-value and then by X-value, and may be grouped together spatially into sub-regions of a partition for fast access to local collections of shapes. - The third step is the matching loop for computing the match factor (MF), where all of the runtime is usually spent. The match factor is computed for each X,Y point of interest for each match type of each orientation of each pattern. The number of X,Y points tested depends on whether the user is searching all or part of the layout and if the match locations are specified to be corners, edges, line ends, or all points on a layout grid (typically ⅙ to 1/10 a feature size). Even if the points are constrained to lie on the edges of features, the number of test locations can be in the billions for a layout of several square centimeters. Therefore, it is critical to minimize the time taken to compute the match factor at a point. The time per point is equal to (1) the number of geometric primitives that overlap the pattern at that point times (2) the time taken to add the contribution of a primitive to the accumulated match factor. This assumes that (1) can be determined in time linear in the number of overlapping primitives, which is guaranteed by the spatial sorting. When choosing primitives to use in the matching algorithm, there is a tradeoff; using higher order primitives vastly reduces (1) but also increases (2). However, as shown in
FIG. 7 , the increase in (2) is more than offset by the order(s) of magnitude decrease in (1) with larger primitives. Example numbers for a typical layout and 128×128 pattern are shown in Table 1. Edge/rectangle strip primitives are much more efficiently than pixel primitives, and rectangle/triangle primitives are even better. The improved efficiency of using edges and rectangles comes at a cost of increased algorithm complexity and more special cases.TABLE 1 Number and cost of geometric primitives Average Computational number in cost 128 × 128 (operations)/ Primitive pattern primitive Total cost Pixel 16384 1 16384 Edge/Rectangle Strip 600 2 1200 Rectangle 20 4 80 Triangle* 5 4-12 (average 5) 20-60 (avg. 25)
*Only in non-Manhattan layouts
- Several additional steps are necessary for efficient pattern matching and to deal with special cases. In order to reduce the number of primitives in the layout, adjacent and compatible primitives on the same layer can be merged into one larger primitive. In some cases multiple shapes may overlap and an overlap removal step is necessary to ensure the contribution from overlapping shapes is not counted more than once. Finally, some applications of pattern matching and some methods of constraining the locations examined in a layout require Boolean operations (AND, OR, XOR, ANDNOT, EDGE, GROWBY) between two or more layers. In fact, the overlap removal procedure can be thought of as a special case of OR-ing one layer with itself. The user is able to specify other Boolean layer operations in the layer definition file. These layer Booleans are implemented differently for each primitive based on known algorithms that will not be discussed here.
- Polygon Splitting.
- Complex input shapes are difficult to store, access, and process quickly inside of the matching loop, and for this reason they are split into simpler elements as a preprocessing step. The input shapes are split into geometric primitives, which consist of pixels, edges, rectangles, and triangles depending on the matching method used. Input shapes include squares, rectangles, polygons, paths, and circles. Since each of these is either a type of polygon or can easily be converted into a polygon given a layout grid, explaining the procedure for the case of a polygon will be sufficient. The overall goal of the polygon splitting algorithm is to produce a minimal, non-overlapping set of smaller primitives that together cover the entire area inside the polygon and none of the area outside the polygon. Though the algorithm will work with self-intersecting and other special case polygons, these situations occur infrequently and the discussion of this case will be omitted. One note on self-intersecting polygons: processing is much easier if the intersection points are added into the list of polygon points if not already there.
- Manhattan Polygons.
- Most of the polygons found in an integrated circuit mask layout are Manhattan, consisting of alternating horizontal and vertical line segments with no diagonal edges. Many layouts contain only Manhattan geometry. These are the easiest to process, and the splitting procedure has been optimized for this case. The polygons are first split into rectangles that are snapped to the layout grid. To do this, the polygon's bounding box is divided by horizontal and vertical cutlines through each point in the polygon to produce a non-uniform grid. Each grid element that lies inside the polygon is extracted as a rectangle, and then merged with rectangles to the right and above to produce a small number of maximally expanded rectangles as shown in
FIG. 10 . If the bitmap algorithm is to be used, then the layer weight of each of the rectangles is added to the layout bitmap matrix through a scan conversion process such as that used in computer graphics, as shown inFIG. 8 . Alternatively, if the edge intersection algorithm is used, then the rectangles are split into either horizontal or vertical strips one pixel wide that lie between two opposite edges of each rectangle, and adjacent edge strips are merged into a single larger edge strip, as shown inFIG. 9 . The primitives are then sorted by X,Y position and stored in memory or on disk. - Non-Manhattan Polygons.
- Polygons with diagonal lines pose a problem since they cannot be split directly into rectangles aligned with the X- and Y-axes. If the above algorithm were used, then some of the non-uniform grid elements would lie partially inside and partially outside of the polygon. There are two solutions to this problem: (1) Convert the diagonal edges into stair-step sequences of horizontal and vertical line segments discretized on the layout grid such as in scan conversion, resulting in a Manhattan polygon that can be split into a (potentially large) number of rectangles, or (2) Split the polygon into a small set of triangles as well as rectangles. For practical purposes the triangles must be constrained to be right triangles; otherwise the processing of arbitrary triangles becomes too complex and computationally expensive. Therefore, layouts with acute angles formed by two diagonal line segments inside of a single quadrant of the XY plane cannot be split into right triangles and muse be dealt with using method (1). When method (2) can be used, the number of resulting primitives is usually much lower that when using method (1) due to the large number of rectangles required to accurately approximate a diagonal edge. Thus method (2) is preferred whenever possible. The extraction of triangles from a polygon is similar to the extraction of rectangles, with a number of additional algorithm steps, and will not be discussed in detail here. See the polygon splitting shown in
FIGS. 10 and 11 , which demonstrate non-Manhattan polygon splitting into rectangles and triangles, respectively. - Pre-Integration.
- One trick to speeding up the match factor computation is to avoid touching each of the many pixels in the pattern. Since the sum of pattern pixel values overlapping a polygon is required for the match factor, and iterating through each pixel is not desired, the pattern values must be rearranged so that the sum of a large number of pixels can be determined with only a few operations. In the extreme example where the pattern is entirely covered by a shape, then every pixel value in the pattern must be added up to determine the sum of pixels under the shape. Obviously, it is much better to sum up the pixels only once and then use that single number every time this situation occurs. Similarly, the sum of the right half of the pattern can be precomputed, stored, and used any time a shape overlaps exactly the right half of the pattern.
- It may appear that there are an enormous number of pixel group combinations that must be stored in order to make this algorithm work. However, when a shape overlaps exactly the left half of the pattern; the sum of the pixels overlapping this area can be precomputed and stored, or it can be calculated by subtracting the sum of pixel values in the right side of the pattern from the total sum of pixels in the entire pattern. In this way a series of additions and subtractions of a small number N of carefully chosen pixel blocks will yield the area covered by an enormous number of actual pixel blocks. This is the basis of an algorithm that pre-integrates the pattern in various directions and allows a series of differences of pre-integrated table lookups to determine the sum of pixel values under a shape of arbitrary size and position.
- In order to efficiently add contributions from edge/rectangle strips to the match factor, the pattern must be pre-integrated in ID, either horizontally or vertically. The following embodiment assumes horizontal edge strips and thus horizontal pre-integration to the right, denoted by matrix IR. Each y row of the pattern value matrix (PV)=PV[0,0] to PV[Nx−1,Ny−1] is processed in sequence, and a row of a pre-integrated matrix IR is computed in a way such that IR[x,y]=sum from {i=x to Nx−1} of PV[i,y], or IR[x,y]=IR[x+1,y]+PV[x,y]. Each matrix element in IR is equal to the sum of all elements in PV at that location and to the right. Then, if a rectangle strip spans from location (x1,y) to (x2,y), instead of summing each pixel from x1 to x2 in row y using PV, the same number can be obtained from the difference IR[x1,y]−IR[x2,y]. The number of operations is reduced from (x2−x1) to 2.
- How the pattern could be pre-integrated in ID is described above. This can be extended to pre-integration in 2D so that rectangular blocks of pixel values are stored instead of only 1D strips. A 2D matrix (P0) pre-integrated to the right and above is obtained by taking IR and performing the ID pre-integration in the Y-direction so that P0[x,y]=sum from {i=y to Ny−1} of IR[x,i], or P0[x,y]=P0[x,y+1]+IR[x,y]. Each matrix element in P0 represents the sum of pattern values at that location and in the region above and to the right of that location. A graphical diagram and example of both 1D and 2D pre-integration is depicted in
FIG. 12 . - Matching Algorithms.
- The bitmap algorithm is the simplest method for computing a match factor at each point, but it is also the slowest. In order to execute the inner matching loop, each input shape must be scan converted into a large bitmap, specifically a matrix of complex numbers representing the magnitude (transmittance) and phase of mask openings. The bitmap can be many gigapixels in size and sometimes must be split into smaller partitions in order to fit it in a realistic amount of memory. The match factor at a location is computed by iterating over every pixel inside the boundary of the pattern positioned at that location. Each complex number pixel in the layout is multiplied by the corresponding complex number pixel in the pattern, and every pixel's contribution is summed over the entire area.
- Assume each complex number in the layout and pattern is purely real. If the layout pixel and pattern pixel have the same sign, then they match and a value equal to the product of the magnitudes (importance) of those pixels is added to the match factor, increasing the correlation. If the signs differ, then the match factor is similarly decreased. Zero pixels are “don't cares.” Therefore, the closer a collection of layout shapes at the match location resembles the pattern shape, the higher its match factor will be. The equation used in the bitmap algorithm is shown in
FIG. 13 . An example of running the bitmap algorithm on a small pattern is shown inFIG. 18 . - In the following description, the primitive is assumed to be completely inside the pattern area. If the primitive extends beyond the pattern boundaries, then it must be clipped. Clipping will be explained below.
- Edge Intersection.
- A useful observation can be made about the layout pixel values. Since the layout consists of only a few unique layers, for instance 0- and 180-degree phase mask regions, the layout pixels take on a discrete number of values. Moreover, these values appear together in large blocks of pixels because the grid resolution is usually much smaller than a feature size. This is especially true for large rectangle fills. Similarly, large areas of zero pixels, which denote the absence of a layer, are also common and can be skipped completely.
- The following example demonstrates how this observation can be used to speed up the match factor computation. Assume that a large rectangle N pixels in width overlaps the pattern and extends from pattern column X to column X+N. Take a row Y in the pattern that lies between the top and bottom of the rectangle. If the pattern is pre-integrated to the right as described above, then one can compute the sum of the pattern values PV[X,Y] to PV[X+N,Y] with two operations: IR[X,Y]−IR[X+N,Y]. This pre-integrated value is then multiplied by the weight of the rectangle to yield the match factor from that horizontal strip of the rectangle in two operations instead of N. The contribution of the entire rectangle to the match factor is thus the sum of the contributions in each row Y contained in the rectangle.
FIG. 14 demonstrates the edge intersection algorithm, andFIG. 18 provides a numerical example of the edge intersection algorithm on a small pattern. - Rectangle.
- The edge intersection algorithm can be taken a step further for even more efficient addition of rectangle contributions to the match factor. If the pattern can be pre-integrated in 1D to allow 1D rectangle strips to be added efficiently, then the pattern can be pre-integrated again in an orthogonal direction to allow an entire 2D rectangle to be added even more efficiently.
- The following description extends the example using the 2D pre-integration method. Refer to
FIG. 15 for the steps involved in this example. Assume the rectangle extends from lower left corner X,Y to upper right corner X+N,Y+M. Utilizing the 2D pre-integration matrix P0, the sum of pattern pixel values under the rectangle can be computed starting with the sum of all pattern pixels above and to the right of the lower left corner of the rectangle. This may overestimate the size of the rectangle. The problem is corrected by subtracting off the sum of pattern pixels above and to the right of the upper left corner, and subtracting the sum of pattern pixels above and to the right of the lower right corner. Since some area has been subtracted twice, it must be corrected by adding the sum of pattern pixels above and to the right of the upper right corner of the rectangle. In summary, the sum of pattern pixel values under the rectangle is equal to P0[X,Y]−P0[X,Y+M]−P0[X+N,Y]+P0[X+N,Y+M]. This number is multiplied by the rectangle's layer weight to get the contribution of the entire rectangle to the match factor. This takes only four operations as opposed to N*M. A numerical example of the rectangle algorithm is also given inFIG. 19 . - Triangle (45 Degree).
- Some input layouts contain diagonal edges, usually with angles at multiples of 45 degrees where the technology allows. For example, permitting poly lines to run diagonally can lead to denser layout structures. These non-Manhattan polygons must be split into a very large number of rectangles to accurately model the sloped edges. This problem was presented above. In many cases, right triangles can be used to replace these large collections of tiny rectangles in efficiently representing a diagonal polygon edge. The number of primitives will often be reduced to a fraction of the size of the required rectangle set. However convenient this may seem, it comes at a price: triangles are much more complex to process and involve the computation and storage of a large number of pre-integration matrices.
- In the case of 45-degree triangles, eight 2D pre-integration matrices are used, four for each quadrant (P0, P1, P2, P3) and four for each of the lower octants (O1, O2, O3, O4). See
FIG. 16 for a diagram of the area (angular rotations) covered by these pre-integrations. There are a number of other possible combinations, including using only six matrices with added computation steps, but they will not be discussed here. These matrices are pre-computed for 90- and 45-degree angular regions beginning at a point in the pattern and continuing to the edges of the pattern matrix. Pixels that lie exactly on a diagonal edge can be fully counted, not counted at all, or counted as one half their actual pattern value for highest accuracy. - There are four possible right triangle orientations corresponding to four unique positions of the right angle. The remainder of this section will assume the triangle is oriented with its right angle in the lower left corner and its hypotenuse oriented from the upper left to the lower right.
FIG. 16 explains the steps involved in using the triangle algorithm for triangles in this orientation, and an example is provided. First, the P0 pre-integration matrix is used to retrieve the sum of pattern pixel values above and to the right of the triangle's right angle point at x1,y1. Then P0 at the top left corner (x1,y2) of the triangle is subtracted, leaving an area of pattern pixel values that extends from the left vertical leg of the triangle to the right side of the pattern area and includes the entire triangle. Next, the value of O1 of the top left (x1,y2) triangle point is subtracted to remove the pattern pixel values to the right of the triangle's diagonal edge. This operation subtracts a 45-degree angular slice of the pattern between the angles of 315 and 360 degrees. Since this area may extend beyond the bottom of the triangle, the extra area must be added back in and is equal to the value of O1 at the lower right (x2,y1) corner of the triangle. Thus four operations are involved: P0(x1,y1)−P0(x1,y2)−O1(x1,y2)+O1(x2,y1). - Triangle (Non-45 Degree)
- The above triangle algorithm is capable of processing triangles with angles at multiples of 45 degrees. A problem arises when a polygon contains an angle that is not a multiple of 45 degrees. In fact, even a 45-degree polygon can be split into non 45-degree right triangles if the original polygon does not lie on the layout grid used for triangulation. Grid rounding error can result in a pixel or two shift in edge and corner locations, thus perturbing the angle. The triangle algorithm previously described cannot be used in these situations.
- These triangles can still be processed more efficiently than if they were split into many small, single pixel width rectangles. One method to do this is to use a combination of both the rectangle algorithm and the edge intersection algorithm. The contribution of the rectangle representing the bounding box of the triangle extended to the vertical edge of the pattern opposite the triangle's hypotenuse is first computed. This area includes pixels that are not in the triangle. To correct for this, the pixels between the hypotenuse of the triangle and the opposite vertical edge of the pattern boundary can be subtracted in horizontal strips. This can be done using the pre-integration matrix from the edge algorithm (IR or IL, integrated left). The difference between this step and the edge algorithm is that the strip runs to the vertical edge of the pattern, and thus the pre-integrated value at the end of the edge is zero and the computation can be omitted. If the height of the triangle is H, then the number of operations performed is equal to H+2.
FIG. 20 shows an example of how this algorithm is applied to a small pattern. - The improvement in speed is not as impressive as in the 45-degree triangle algorithm. If rectangles are used instead of triangles then the number of operations is 4*H, and the number of operations is 2*H for the edge intersection algorithm. The real advantage of using this approach is that it greatly reduces the number of primitives, which in turn reduces the computation time for pre-processing the data and the memory required to store the primitives.
-
FIGS. 18, 19 , and 20 demonstrate the various algorithms using a simple pattern and a single primitive. - Clipping.
- One problem with the matching algorithms as presented above occurs when the primitive shape only partially overlaps the pattern area. If the shape extends beyond the pattern area, then lookups in the pre-integration tables outside of the computed region will fail. This means that the shapes must be clipped to the pattern area before the table lookups are performed. In the case of edges and rectangles, these primitives are easily clipped to the bounding box of the pattern using min( ) and max( ) to yield a primitive of the same type.
- However, a minor problem arises when clipping a triangle to a rectangular area. Consider the triangle clipped to the pattern box in
FIG. 17 . The intersection of the two shapes is no longer a triangle; it is a five-sided polygon. This shape must be further split on the fly into smaller shapes consisting of a possible smaller triangle of the same orientation and up to two new rectangles. There are a number of cases to consider when splitting the polygon resulting from clipping, but fortunately these cases can be enumerated efficiently without having to resort to the slow arbitrary non-Manhattan polygon splitting algorithm described above. The contribution from each of the resulting primitives is then added to the match factor in the usual way for rectangles and triangles as discussed above. The worst-case number of operations required to add the contribution of a 45-degree right triangle to the match factor is therefore actually 12, since each of up to three shapes requires four operations. - There has been described new algorithms for use in pattern matching which increase efficiency and accuracy and reduce the time required in computing match factors.
- The invention has been described with reference to mask layouts, but the invention has applicability in other image or polygon comparisons such as handwriting recognition, for example. Thus, while the invention has been described with reference to specific embodiments, the description is illustrative of the invention and is not to be construed as limiting the invention. Various modifications and applications may occur to those skilled in the art without departing from the true spirit and scope of the invention as defined by the appended claims.
Claims (32)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/716,266 US7155698B1 (en) | 2001-09-11 | 2003-11-17 | Method of locating areas in an image such as a photo mask layout that are sensitive to residual processing effects |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US32238101P | 2001-09-11 | 2001-09-11 | |
US10/241,242 US7030997B2 (en) | 2001-09-11 | 2002-09-10 | Characterizing aberrations in an imaging lens and applications to visual testing and integrated circuit mask analysis |
US10/716,266 US7155698B1 (en) | 2001-09-11 | 2003-11-17 | Method of locating areas in an image such as a photo mask layout that are sensitive to residual processing effects |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/241,242 Continuation-In-Part US7030997B2 (en) | 2001-09-11 | 2002-09-10 | Characterizing aberrations in an imaging lens and applications to visual testing and integrated circuit mask analysis |
Publications (2)
Publication Number | Publication Date |
---|---|
US20060277520A1 true US20060277520A1 (en) | 2006-12-07 |
US7155698B1 US7155698B1 (en) | 2006-12-26 |
Family
ID=46321576
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/716,266 Expired - Fee Related US7155698B1 (en) | 2001-09-11 | 2003-11-17 | Method of locating areas in an image such as a photo mask layout that are sensitive to residual processing effects |
Country Status (1)
Country | Link |
---|---|
US (1) | US7155698B1 (en) |
Cited By (72)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050177772A1 (en) * | 2004-01-28 | 2005-08-11 | Microsoft Corporation | Method and system for masking dynamic regions in a user interface to enable testing of user interface consistency |
US20050198598A1 (en) * | 2004-02-24 | 2005-09-08 | Konstantinos Adam | OPC simulation model using SOCS decomposition of edge fragments |
US20050278686A1 (en) * | 2004-02-25 | 2005-12-15 | James Word | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US20050283747A1 (en) * | 2004-02-24 | 2005-12-22 | Konstantinos Adam | OPC simulation model using SOCS decomposition of edge fragments |
US20060093961A1 (en) * | 2004-11-02 | 2006-05-04 | Sung-Hoon Jang | Method of verifying electron beam data |
US20060222964A1 (en) * | 2005-03-30 | 2006-10-05 | Fujitsu Limited | Method for manufacturing photomask and method for manufacturing semiconductor device using photomask |
US20060266833A1 (en) * | 2005-02-24 | 2006-11-30 | Youval Nehmadi | System, method and computer software product for inspecting charged particle responsive resist |
US20060294486A1 (en) * | 2005-06-13 | 2006-12-28 | Alper Halbutogullari | Manhattan routing with minimized distance to destination points |
US20070203680A1 (en) * | 2006-02-28 | 2007-08-30 | Taiwan Semiconductor Manufacturing Company, Ltd. | Method and System for Identifying Lens Aberration Sensitive Patterns in an Integrated Circuit Chip |
US7305647B1 (en) * | 2005-07-28 | 2007-12-04 | Transmeta Corporation | Using standard pattern tiles and custom pattern tiles to generate a semiconductor design layout having a deep well structure for routing body-bias voltage |
US20080022256A1 (en) * | 2006-07-21 | 2008-01-24 | Jun Seok Lee | Manufacturing Method of Mask and Optimization Method of Mask Bias |
US20080135905A1 (en) * | 2002-12-31 | 2008-06-12 | Transmeta Corporation | Selective coupling of voltage feeds for body bias voltage in an integrated circuit device |
US20080246110A1 (en) * | 2004-03-31 | 2008-10-09 | Transmeta Corporation | Structure for spanning gap in body-bias voltage routing structure |
US7448012B1 (en) * | 2004-04-21 | 2008-11-04 | Qi-De Qian | Methods and system for improving integrated circuit layout |
US20080320421A1 (en) * | 2007-06-20 | 2008-12-25 | Demaris David L | Feature extraction that supports progressively refined search and classification of patterns in a semiconductor layout |
JP2009510495A (en) * | 2005-09-26 | 2009-03-12 | マイクロニック レーザー システムズ アクチボラゲット | Method and system for pattern generation based on multiple forms of design data |
US7546573B1 (en) * | 2006-06-06 | 2009-06-09 | Kla-Tencor Corporation | Semiconductor device pattern generation |
US20090150836A1 (en) * | 2007-12-07 | 2009-06-11 | Cadence Design Systems, Inc. | Intelligent Pattern Signature Based on Lithography Effects |
US20090169114A1 (en) * | 2007-12-28 | 2009-07-02 | Cadence Design Systems, Inc. | Interpolation of irregular data in a finite-dimensional metric space in lithographic simulation |
US20090204930A1 (en) * | 2004-08-12 | 2009-08-13 | International Business Machines Corporation | Iphysical design system and method |
US20090313591A1 (en) * | 2004-02-03 | 2009-12-17 | Michael Pelham | Method for generating a deep n-well pattern for an integrated circuit design |
US20100042967A1 (en) * | 2008-08-14 | 2010-02-18 | International Business Machines Corporation | Meef reduction by elongation of square shapes |
US7747974B1 (en) | 2003-10-10 | 2010-06-29 | Burr James B | Method and apparatus for optimizing body bias connections in CMOS circuits using a deep n-well grid structure |
US20100169852A1 (en) * | 2008-12-31 | 2010-07-01 | Semiconductor Manufacturing International (Shanghai) Corporation | System and method for detecting one or more winding paths for patterns on a reticle for the manufacture of semiconductor integrated circuits |
US20100214294A1 (en) * | 2009-02-20 | 2010-08-26 | Microsoft Corporation | Method for tessellation on graphics hardware |
US20100290704A1 (en) * | 2009-05-18 | 2010-11-18 | Bernd Oliver Christiansen | Systems and methods for block recomposition for compound image compression |
US7904853B1 (en) * | 2007-12-27 | 2011-03-08 | Cadence Design Systems, Inc. | Pattern signature |
US7992122B1 (en) * | 2005-03-25 | 2011-08-02 | Gg Technology, Inc. | Method of placing and routing for power optimization and timing closure |
WO2011136766A1 (en) * | 2010-04-28 | 2011-11-03 | Hewlett-Packard Development Company, L.P. | System and method for automatically providing a graphical layout based on an example graphic layout |
WO2012134867A2 (en) * | 2011-03-25 | 2012-10-04 | Kla-Tencor Corporation | Design-based inspection using repeating structures |
US20130009275A1 (en) * | 2010-05-17 | 2013-01-10 | Panasonic Corporation | Semiconductor integrated circuit device and terminal structure of standard cell |
US8381152B2 (en) | 2008-06-05 | 2013-02-19 | Cadence Design Systems, Inc. | Method and system for model-based design and layout of an integrated circuit |
US8407228B1 (en) | 2010-03-26 | 2013-03-26 | Cadence Design Systems, Inc | Method and mechanism for maintaining existence information for electronic layout data |
US8413087B1 (en) | 2010-03-26 | 2013-04-02 | Cadence Design Systems, Inc. | Method and mechanism for implementing region query using hierarchical grids |
US8448096B1 (en) * | 2006-06-30 | 2013-05-21 | Cadence Design Systems, Inc. | Method and system for parallel processing of IC design layouts |
US8510685B1 (en) | 2009-12-30 | 2013-08-13 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for creating a hierarchical output for an operation in an electronic design |
US8539416B1 (en) * | 2009-12-30 | 2013-09-17 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for creating a hierarchical output for an operation in an electronic design |
US8775101B2 (en) | 2009-02-13 | 2014-07-08 | Kla-Tencor Corp. | Detecting defects on a wafer |
US8781781B2 (en) | 2010-07-30 | 2014-07-15 | Kla-Tencor Corp. | Dynamic care areas |
US8826200B2 (en) | 2012-05-25 | 2014-09-02 | Kla-Tencor Corp. | Alteration for wafer inspection |
US8831334B2 (en) | 2012-01-20 | 2014-09-09 | Kla-Tencor Corp. | Segmentation for wafer inspection |
US20140303921A1 (en) * | 2013-04-08 | 2014-10-09 | Kla-Tencor Corporation | Dynamic design attributes for wafer inspection |
US8923600B2 (en) | 2005-11-18 | 2014-12-30 | Kla-Tencor Technologies Corp. | Methods and systems for utilizing design data in combination with inspection data |
US9053259B1 (en) | 2011-11-28 | 2015-06-09 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for implementing pattern-based design enabled manufacturing of electronic circuit designs |
US9053527B2 (en) | 2013-01-02 | 2015-06-09 | Kla-Tencor Corp. | Detecting defects on a wafer |
US9087367B2 (en) | 2011-09-13 | 2015-07-21 | Kla-Tencor Corp. | Determining design coordinates for wafer defects |
US9092846B2 (en) | 2013-02-01 | 2015-07-28 | Kla-Tencor Corp. | Detecting defects on a wafer using defect-specific and multi-channel information |
US9134254B2 (en) | 2013-01-07 | 2015-09-15 | Kla-Tencor Corp. | Determining a position of inspection system output in design data space |
US9189844B2 (en) | 2012-10-15 | 2015-11-17 | Kla-Tencor Corp. | Detecting defects on a wafer using defect-specific information |
US9311698B2 (en) | 2013-01-09 | 2016-04-12 | Kla-Tencor Corp. | Detecting defects on a wafer using template image matching |
US9310320B2 (en) | 2013-04-15 | 2016-04-12 | Kla-Tencor Corp. | Based sampling and binning for yield critical defects |
US9519732B1 (en) | 2011-11-28 | 2016-12-13 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for implementing pattern-based design enabled manufacturing of electronic circuit designs |
US20170046471A1 (en) * | 2015-08-10 | 2017-02-16 | Kla-Tencor Corporation | Polygon-based geometry classification for semiconductor mask inspection |
US20170090301A1 (en) * | 2015-09-28 | 2017-03-30 | Asml Netherlands B.V. | Lithography System, Method and Computer Program Product for Hierarchical Representation of Two-Dimensional or Three-Dimensional Shapes |
US9652882B2 (en) | 2014-04-05 | 2017-05-16 | Sony Interactive Entertainment America Llc | Gradient adjustment for texture mapping for multiple render targets with resolution that varies by screen location |
TWI584223B (en) * | 2014-04-05 | 2017-05-21 | 新力電腦娛樂美國有限責任公司 | Method and system of graphics processing enhancement by tracking object and/or primitive identifiers,graphics processing unit and non-transitory computer readable medium |
US9659670B2 (en) | 2008-07-28 | 2017-05-23 | Kla-Tencor Corp. | Computer-implemented methods, computer-readable media, and systems for classifying defects detected in a memory device area on a wafer |
US9710881B2 (en) | 2014-04-05 | 2017-07-18 | Sony Interactive Entertainment America Llc | Varying effective resolution by screen location by altering rasterization parameters |
US9786091B2 (en) | 2014-04-05 | 2017-10-10 | Sony Interactive Entertainment America Llc | Gradient adjustment for texture mapping to non-orthonormal grid |
US9836816B2 (en) | 2014-04-05 | 2017-12-05 | Sony Interactive Entertainment America Llc | Varying effective resolution by screen location in graphics processing by approximating projection of vertices onto curved viewport |
US20180004888A1 (en) * | 2016-07-01 | 2018-01-04 | Mentor Graphics Corporation | Pattern Matching Using Edge-Driven Dissected Rectangles |
US9865074B2 (en) | 2014-04-05 | 2018-01-09 | Sony Interactive Entertainment America Llc | Method for efficient construction of high resolution display buffers |
US10068311B2 (en) | 2014-04-05 | 2018-09-04 | Sony Interacive Entertainment LLC | Varying effective resolution by screen location by changing active color sample count within multiple render targets |
US10409153B2 (en) * | 2017-04-27 | 2019-09-10 | Shanghai Huahong Grace Semiconductor Manufacturing Corporation | Pattern sorting method used in OPC verification |
US10438312B2 (en) | 2014-04-05 | 2019-10-08 | Sony Interactive Entertainment LLC | Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters |
US10783696B2 (en) | 2014-04-05 | 2020-09-22 | Sony Interactive Entertainment LLC | Gradient adjustment for texture mapping to non-orthonormal grid |
US11010525B2 (en) * | 2019-06-29 | 2021-05-18 | Intel Corporation | Fast pattern matching |
US11017147B2 (en) * | 2019-08-30 | 2021-05-25 | Siemens Industry Software Inc. | Edge-based camera for characterizing semiconductor layout designs |
US11023648B2 (en) | 2017-12-12 | 2021-06-01 | Siemens Industry Software Inc. | Puzzle-based pattern analysis and classification |
US11302054B2 (en) | 2014-04-05 | 2022-04-12 | Sony Interactive Entertainment Europe Limited | Varying effective resolution by screen location by changing active color sample count within multiple render targets |
CN114993292A (en) * | 2022-06-20 | 2022-09-02 | 合肥井松智能科技股份有限公司 | Thin wall segmentation method and thin wall mismatching optimization method based on same |
CN117933175A (en) * | 2024-03-25 | 2024-04-26 | 杭州广立微电子股份有限公司 | Layout equivalent line width calculation method and device, electronic device and storage medium |
Families Citing this family (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7266480B2 (en) | 2002-10-01 | 2007-09-04 | The Regents Of The University Of California | Rapid scattering simulation of objects in imaging using edge domain decomposition |
US7355593B2 (en) * | 2004-01-02 | 2008-04-08 | Smart Technologies, Inc. | Pointer tracking across multiple overlapping coordinate input sub-regions defining a generally contiguous input region |
US7653892B1 (en) | 2004-08-18 | 2010-01-26 | Cadence Design Systems, Inc. | System and method for implementing image-based design rules |
US7913206B1 (en) | 2004-09-16 | 2011-03-22 | Cadence Design Systems, Inc. | Method and mechanism for performing partitioning of DRC operations |
JP4916116B2 (en) * | 2005-02-01 | 2012-04-11 | 株式会社ホロン | Pattern identification method and pattern identification device |
KR100674964B1 (en) * | 2005-03-14 | 2007-01-26 | 삼성전자주식회사 | Method and systematic apparatus for correcting photomask |
US8510703B1 (en) * | 2005-04-01 | 2013-08-13 | Cadence Design Systems, Inc. | Method and mechanism for implementing PCB routing |
US7904852B1 (en) | 2005-09-12 | 2011-03-08 | Cadence Design Systems, Inc. | Method and system for implementing parallel processing of electronic design automation tools |
US7340706B2 (en) * | 2005-09-30 | 2008-03-04 | Lsi Logic Corporation | Method and system for analyzing the quality of an OPC mask |
US20080051989A1 (en) * | 2006-08-25 | 2008-02-28 | Microsoft Corporation | Filtering of data layered on mapping applications |
US7657856B1 (en) | 2006-09-12 | 2010-02-02 | Cadence Design Systems, Inc. | Method and system for parallel processing of IC design layouts |
JP2008177224A (en) * | 2007-01-16 | 2008-07-31 | Nuflare Technology Inc | Method of verifying figure data |
US20080320429A1 (en) * | 2007-06-21 | 2008-12-25 | International Business Machines Corporation | Circuit layout tool dimming feature |
US8073288B2 (en) * | 2008-01-16 | 2011-12-06 | International Business Machines Corporation | Rendering a mask using coarse mask representation |
US8059885B2 (en) * | 2008-01-17 | 2011-11-15 | International Business Machines Corporation | Calculating image intensity of mask by decomposing Manhattan polygon based on parallel edge |
US8122407B2 (en) * | 2008-06-12 | 2012-02-21 | International Business Machines Corporation | Method and system for implementing pattern matching of integrated circuit features using voronoi diagrams |
US7797652B2 (en) * | 2008-07-17 | 2010-09-14 | International Business Machines Corporation | Implementing integrated circuit yield estimation using voronoi diagrams |
US8234601B2 (en) | 2010-05-14 | 2012-07-31 | International Business Machines Corporation | Test pattern for contour calibration in OPC model build |
US9256709B2 (en) * | 2014-02-13 | 2016-02-09 | Taiwan Semiconductor Manufacturing Company, Ltd. | Method for integrated circuit mask patterning |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5455427A (en) * | 1993-04-28 | 1995-10-03 | Lepton, Inc. | Lithographic electron-beam exposure apparatus and methods |
US5539752A (en) * | 1995-06-30 | 1996-07-23 | Advanced Micro Devices, Inc. | Method and system for automated analysis of semiconductor defect data |
US6301697B1 (en) * | 1999-04-30 | 2001-10-09 | Nicolas B. Cobb | Streamlined IC mask layout optical and process correction through correction reuse |
US6430737B1 (en) * | 2000-07-10 | 2002-08-06 | Mentor Graphics Corp. | Convergence technique for model-based optical and process correction |
US20030061583A1 (en) * | 2001-09-14 | 2003-03-27 | Numerical Technologies, Inc. | Shape and look-up table based design rule checking (DRC) for physical verification of integrated circuit layouts |
US20030126581A1 (en) * | 1997-09-17 | 2003-07-03 | Numerical Technologies, Inc. | User interface for a network-based mask defect printability analysis system |
US7003757B2 (en) * | 2000-09-29 | 2006-02-21 | Synopsys, Inc. | Dissection of edges with projection points in a fabrication layout for correcting proximity effects |
-
2003
- 2003-11-17 US US10/716,266 patent/US7155698B1/en not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5455427A (en) * | 1993-04-28 | 1995-10-03 | Lepton, Inc. | Lithographic electron-beam exposure apparatus and methods |
US5539752A (en) * | 1995-06-30 | 1996-07-23 | Advanced Micro Devices, Inc. | Method and system for automated analysis of semiconductor defect data |
US20030126581A1 (en) * | 1997-09-17 | 2003-07-03 | Numerical Technologies, Inc. | User interface for a network-based mask defect printability analysis system |
US6301697B1 (en) * | 1999-04-30 | 2001-10-09 | Nicolas B. Cobb | Streamlined IC mask layout optical and process correction through correction reuse |
US6430737B1 (en) * | 2000-07-10 | 2002-08-06 | Mentor Graphics Corp. | Convergence technique for model-based optical and process correction |
US7003757B2 (en) * | 2000-09-29 | 2006-02-21 | Synopsys, Inc. | Dissection of edges with projection points in a fabrication layout for correcting proximity effects |
US20030061583A1 (en) * | 2001-09-14 | 2003-03-27 | Numerical Technologies, Inc. | Shape and look-up table based design rule checking (DRC) for physical verification of integrated circuit layouts |
Cited By (144)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080135905A1 (en) * | 2002-12-31 | 2008-06-12 | Transmeta Corporation | Selective coupling of voltage feeds for body bias voltage in an integrated circuit device |
US20080136499A1 (en) * | 2002-12-31 | 2008-06-12 | Burr James B | Selective coupling of voltage feeds for body bias voltage in an integrated circuit device |
US8415730B2 (en) | 2002-12-31 | 2013-04-09 | James B Burr | Selective coupling of voltage feeds for body bias voltage in an integrated circuit device |
US9251865B2 (en) | 2002-12-31 | 2016-02-02 | Intellectual Ventures Holding 81 Llc | Selective coupling of voltage feeds for body bias voltage in an integrated circuit device |
US7747974B1 (en) | 2003-10-10 | 2010-06-29 | Burr James B | Method and apparatus for optimizing body bias connections in CMOS circuits using a deep n-well grid structure |
US7296184B2 (en) * | 2004-01-28 | 2007-11-13 | Microsoft Corporation | Method and system for masking dynamic regions in a user interface to enable testing of user interface consistency |
US20050177772A1 (en) * | 2004-01-28 | 2005-08-11 | Microsoft Corporation | Method and system for masking dynamic regions in a user interface to enable testing of user interface consistency |
US20090313591A1 (en) * | 2004-02-03 | 2009-12-17 | Michael Pelham | Method for generating a deep n-well pattern for an integrated circuit design |
US8146037B2 (en) | 2004-02-03 | 2012-03-27 | Michael Pelham | Method for generating a deep N-well pattern for an integrated circuit design |
US20050283747A1 (en) * | 2004-02-24 | 2005-12-22 | Konstantinos Adam | OPC simulation model using SOCS decomposition of edge fragments |
US7536660B2 (en) * | 2004-02-24 | 2009-05-19 | Konstantinos Adam | OPC simulation model using SOCS decomposition of edge fragments |
US20090217218A1 (en) * | 2004-02-24 | 2009-08-27 | Konstantinos Adam | Opc simulation model using socs decomposition of edge fragments |
US7539954B2 (en) * | 2004-02-24 | 2009-05-26 | Konstantinos Adam | OPC simulation model using SOCS decomposition of edge fragments |
US20050198598A1 (en) * | 2004-02-24 | 2005-09-08 | Konstantinos Adam | OPC simulation model using SOCS decomposition of edge fragments |
US20110161894A1 (en) * | 2004-02-25 | 2011-06-30 | Mentor Graphics Corporation | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US9703922B2 (en) | 2004-02-25 | 2017-07-11 | Mentor Graphics Corporation | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US9361422B2 (en) | 2004-02-25 | 2016-06-07 | Mentor Graphics Corporation | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US7861207B2 (en) | 2004-02-25 | 2010-12-28 | Mentor Graphics Corporation | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US10354044B2 (en) | 2004-02-25 | 2019-07-16 | Mentor Graphics Corporation | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US8566753B2 (en) | 2004-02-25 | 2013-10-22 | Mentor Graphics Corporation | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US20050278686A1 (en) * | 2004-02-25 | 2005-12-15 | James Word | Fragmentation point and simulation site adjustment for resolution enhancement techniques |
US20080246110A1 (en) * | 2004-03-31 | 2008-10-09 | Transmeta Corporation | Structure for spanning gap in body-bias voltage routing structure |
US9984978B2 (en) | 2004-03-31 | 2018-05-29 | Intellectual Ventures Holding 81 Llc | Body-bias voltage routing structures |
US9406601B2 (en) | 2004-03-31 | 2016-08-02 | Intellectual Ventures Holding 81 Llc | Body-bias voltage routing structures |
US8633547B2 (en) | 2004-03-31 | 2014-01-21 | Robert Masleid | Structure for spanning gap in body-bias voltage routing structure |
US10679945B2 (en) | 2004-03-31 | 2020-06-09 | Intellectual Ventures Holding 81 Llc | Body-bias voltage routing structures |
US7448012B1 (en) * | 2004-04-21 | 2008-11-04 | Qi-De Qian | Methods and system for improving integrated circuit layout |
US10216890B2 (en) | 2004-04-21 | 2019-02-26 | Iym Technologies Llc | Integrated circuits having in-situ constraints |
US8464187B1 (en) * | 2004-04-21 | 2013-06-11 | Qi-De Qian | Integrated circuit having direction dependent wiring |
US10860773B2 (en) | 2004-04-21 | 2020-12-08 | Iym Technologies Llc | Integrated circuits having in-situ constraints |
US10846454B2 (en) | 2004-04-21 | 2020-11-24 | Iym Technologies Llc | Integrated circuits having in-situ constraints |
US20090204930A1 (en) * | 2004-08-12 | 2009-08-13 | International Business Machines Corporation | Iphysical design system and method |
US8219943B2 (en) * | 2004-08-12 | 2012-07-10 | International Business Machines Corporation | Physical design system and method |
US8473885B2 (en) | 2004-08-12 | 2013-06-25 | International Business Machines Corporation | Physical design system and method |
US20060093961A1 (en) * | 2004-11-02 | 2006-05-04 | Sung-Hoon Jang | Method of verifying electron beam data |
US20060266833A1 (en) * | 2005-02-24 | 2006-11-30 | Youval Nehmadi | System, method and computer software product for inspecting charged particle responsive resist |
US7856138B2 (en) * | 2005-02-24 | 2010-12-21 | Applied Materials Israel, Ltd. | System, method and computer software product for inspecting charged particle responsive resist |
US7992122B1 (en) * | 2005-03-25 | 2011-08-02 | Gg Technology, Inc. | Method of placing and routing for power optimization and timing closure |
US7926003B2 (en) | 2005-03-30 | 2011-04-12 | Fujitsu Semiconductor Limited | Method for manufacturing a photomask |
US8037427B2 (en) | 2005-03-30 | 2011-10-11 | Fujitsu Semiconductor Limited | Method for manufacturing a photomask |
US20090293039A1 (en) * | 2005-03-30 | 2009-11-26 | Fujitsu Microelectronics Limited | Method for manufacturing a photomask |
US8316328B2 (en) | 2005-03-30 | 2012-11-20 | Fujitsu Semiconductor Limited | Apparatus for manufacturing a photomask |
US8185848B2 (en) | 2005-03-30 | 2012-05-22 | Fujitsu Semiconductor Limited | Apparatus for performing a manufacturing method of a photomask |
US20110159417A1 (en) * | 2005-03-30 | 2011-06-30 | Fujitsu Semiconductor Limited | Method for manufacturing a photomask |
US7562334B2 (en) * | 2005-03-30 | 2009-07-14 | Fujitsu Microelectronics Limited | Method for manufacturing a photomask |
US20060222964A1 (en) * | 2005-03-30 | 2006-10-05 | Fujitsu Limited | Method for manufacturing photomask and method for manufacturing semiconductor device using photomask |
US20060294486A1 (en) * | 2005-06-13 | 2006-12-28 | Alper Halbutogullari | Manhattan routing with minimized distance to destination points |
US7376927B2 (en) * | 2005-06-13 | 2008-05-20 | Advanced Micro Devices, Inc. | Manhattan routing with minimized distance to destination points |
US7797655B1 (en) | 2005-07-28 | 2010-09-14 | Michael Pelham | Using standard pattern tiles and custom pattern tiles to generate a semiconductor design layout having a deep well structure for routing body-bias voltage |
US7305647B1 (en) * | 2005-07-28 | 2007-12-04 | Transmeta Corporation | Using standard pattern tiles and custom pattern tiles to generate a semiconductor design layout having a deep well structure for routing body-bias voltage |
JP2009510495A (en) * | 2005-09-26 | 2009-03-12 | マイクロニック レーザー システムズ アクチボラゲット | Method and system for pattern generation based on multiple forms of design data |
US8923600B2 (en) | 2005-11-18 | 2014-12-30 | Kla-Tencor Technologies Corp. | Methods and systems for utilizing design data in combination with inspection data |
US20070203680A1 (en) * | 2006-02-28 | 2007-08-30 | Taiwan Semiconductor Manufacturing Company, Ltd. | Method and System for Identifying Lens Aberration Sensitive Patterns in an Integrated Circuit Chip |
US7643976B2 (en) * | 2006-02-28 | 2010-01-05 | Taiwan Semiconductor Manufacturing Company, Ltd. | Method and system for identifying lens aberration sensitive patterns in an integrated circuit chip |
US7546573B1 (en) * | 2006-06-06 | 2009-06-09 | Kla-Tencor Corporation | Semiconductor device pattern generation |
US8448096B1 (en) * | 2006-06-30 | 2013-05-21 | Cadence Design Systems, Inc. | Method and system for parallel processing of IC design layouts |
US20080022256A1 (en) * | 2006-07-21 | 2008-01-24 | Jun Seok Lee | Manufacturing Method of Mask and Optimization Method of Mask Bias |
US7647568B2 (en) * | 2006-07-21 | 2010-01-12 | Dongbu Hitek Co., Ltd. | Manufacturing method of mask and optimization method of mask bias |
US20080320421A1 (en) * | 2007-06-20 | 2008-12-25 | Demaris David L | Feature extraction that supports progressively refined search and classification of patterns in a semiconductor layout |
US7966586B2 (en) | 2007-12-07 | 2011-06-21 | Cadence Design Systems, Inc. | Intelligent pattern signature based on lithography effects |
US20090150836A1 (en) * | 2007-12-07 | 2009-06-11 | Cadence Design Systems, Inc. | Intelligent Pattern Signature Based on Lithography Effects |
US8341571B1 (en) | 2007-12-27 | 2012-12-25 | Cadence Design Systems, Inc. | Pattern signature |
US7904853B1 (en) * | 2007-12-27 | 2011-03-08 | Cadence Design Systems, Inc. | Pattern signature |
US8358828B2 (en) | 2007-12-28 | 2013-01-22 | Cadence Design Systems, Inc. | Interpolation of irregular data in a finite-dimensional metric space in lithographic simulation |
US20090169114A1 (en) * | 2007-12-28 | 2009-07-02 | Cadence Design Systems, Inc. | Interpolation of irregular data in a finite-dimensional metric space in lithographic simulation |
US8645887B2 (en) | 2008-06-05 | 2014-02-04 | Cadence Design Systems, Inc. | Method and system for model-based design and layout of an integrated circuit |
US8677301B2 (en) | 2008-06-05 | 2014-03-18 | Cadence Design Systems, Inc. | Method and system for model-based design and layout of an integrated circuit |
US8381152B2 (en) | 2008-06-05 | 2013-02-19 | Cadence Design Systems, Inc. | Method and system for model-based design and layout of an integrated circuit |
US9659670B2 (en) | 2008-07-28 | 2017-05-23 | Kla-Tencor Corp. | Computer-implemented methods, computer-readable media, and systems for classifying defects detected in a memory device area on a wafer |
US7975246B2 (en) * | 2008-08-14 | 2011-07-05 | International Business Machines Corporation | MEEF reduction by elongation of square shapes |
US20100042967A1 (en) * | 2008-08-14 | 2010-02-18 | International Business Machines Corporation | Meef reduction by elongation of square shapes |
US20100169852A1 (en) * | 2008-12-31 | 2010-07-01 | Semiconductor Manufacturing International (Shanghai) Corporation | System and method for detecting one or more winding paths for patterns on a reticle for the manufacture of semiconductor integrated circuits |
US8762902B2 (en) * | 2008-12-31 | 2014-06-24 | Semiconductor Manufacturing International (Shanghai) Corporation | System and method for detecting one or more winding paths for patterns on a reticle for the manufacture of semiconductor integrated circuits |
US8775101B2 (en) | 2009-02-13 | 2014-07-08 | Kla-Tencor Corp. | Detecting defects on a wafer |
US20100214294A1 (en) * | 2009-02-20 | 2010-08-26 | Microsoft Corporation | Method for tessellation on graphics hardware |
US20130330002A1 (en) * | 2009-05-18 | 2013-12-12 | Citrix Systems, Inc. | Systems and methods for block recomposition for compound image compression |
US8532437B2 (en) * | 2009-05-18 | 2013-09-10 | Citrix Systems, Inc. | Systems and methods for block recomposition for compound image compression |
US20100290704A1 (en) * | 2009-05-18 | 2010-11-18 | Bernd Oliver Christiansen | Systems and methods for block recomposition for compound image compression |
US8855418B2 (en) * | 2009-05-18 | 2014-10-07 | Citrix Systems, Inc. | Systems and methods for block recomposition for compound image compression |
US8510685B1 (en) | 2009-12-30 | 2013-08-13 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for creating a hierarchical output for an operation in an electronic design |
US8539416B1 (en) * | 2009-12-30 | 2013-09-17 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for creating a hierarchical output for an operation in an electronic design |
US8407228B1 (en) | 2010-03-26 | 2013-03-26 | Cadence Design Systems, Inc | Method and mechanism for maintaining existence information for electronic layout data |
US8413087B1 (en) | 2010-03-26 | 2013-04-02 | Cadence Design Systems, Inc. | Method and mechanism for implementing region query using hierarchical grids |
US8413093B1 (en) * | 2010-03-26 | 2013-04-02 | Cadence Design Systems, Inc. | Method and mechanism for performing region query using hierarchical grids |
US8453091B1 (en) | 2010-03-26 | 2013-05-28 | Cadence Design Systems, Inc. | Method and mechanism for managing hierarchical data for implementing region query |
WO2011136766A1 (en) * | 2010-04-28 | 2011-11-03 | Hewlett-Packard Development Company, L.P. | System and method for automatically providing a graphical layout based on an example graphic layout |
US20130009275A1 (en) * | 2010-05-17 | 2013-01-10 | Panasonic Corporation | Semiconductor integrated circuit device and terminal structure of standard cell |
US8781781B2 (en) | 2010-07-30 | 2014-07-15 | Kla-Tencor Corp. | Dynamic care areas |
US9170211B2 (en) | 2011-03-25 | 2015-10-27 | Kla-Tencor Corp. | Design-based inspection using repeating structures |
CN103503126A (en) * | 2011-03-25 | 2014-01-08 | 科磊股份有限公司 | Design-based inspection using repeating structures |
WO2012134867A3 (en) * | 2011-03-25 | 2012-12-27 | Kla-Tencor Corporation | Design-based inspection using repeating structures |
WO2012134867A2 (en) * | 2011-03-25 | 2012-10-04 | Kla-Tencor Corporation | Design-based inspection using repeating structures |
US9087367B2 (en) | 2011-09-13 | 2015-07-21 | Kla-Tencor Corp. | Determining design coordinates for wafer defects |
US9053259B1 (en) | 2011-11-28 | 2015-06-09 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for implementing pattern-based design enabled manufacturing of electronic circuit designs |
US9519732B1 (en) | 2011-11-28 | 2016-12-13 | Cadence Design Systems, Inc. | Methods, systems, and articles of manufacture for implementing pattern-based design enabled manufacturing of electronic circuit designs |
US8831334B2 (en) | 2012-01-20 | 2014-09-09 | Kla-Tencor Corp. | Segmentation for wafer inspection |
US8826200B2 (en) | 2012-05-25 | 2014-09-02 | Kla-Tencor Corp. | Alteration for wafer inspection |
US9189844B2 (en) | 2012-10-15 | 2015-11-17 | Kla-Tencor Corp. | Detecting defects on a wafer using defect-specific information |
US9053527B2 (en) | 2013-01-02 | 2015-06-09 | Kla-Tencor Corp. | Detecting defects on a wafer |
US9134254B2 (en) | 2013-01-07 | 2015-09-15 | Kla-Tencor Corp. | Determining a position of inspection system output in design data space |
US9311698B2 (en) | 2013-01-09 | 2016-04-12 | Kla-Tencor Corp. | Detecting defects on a wafer using template image matching |
US9092846B2 (en) | 2013-02-01 | 2015-07-28 | Kla-Tencor Corp. | Detecting defects on a wafer using defect-specific and multi-channel information |
US20140303921A1 (en) * | 2013-04-08 | 2014-10-09 | Kla-Tencor Corporation | Dynamic design attributes for wafer inspection |
US9865512B2 (en) * | 2013-04-08 | 2018-01-09 | Kla-Tencor Corp. | Dynamic design attributes for wafer inspection |
TWI627397B (en) * | 2013-04-08 | 2018-06-21 | 克萊譚克公司 | Method for wafer inspection, wafer inspection tool, and non-transitory computer-readable medium |
US9310320B2 (en) | 2013-04-15 | 2016-04-12 | Kla-Tencor Corp. | Based sampling and binning for yield critical defects |
US9786091B2 (en) | 2014-04-05 | 2017-10-10 | Sony Interactive Entertainment America Llc | Gradient adjustment for texture mapping to non-orthonormal grid |
US10915981B2 (en) | 2014-04-05 | 2021-02-09 | Sony Interactive Entertainment LLC | Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters |
US9865074B2 (en) | 2014-04-05 | 2018-01-09 | Sony Interactive Entertainment America Llc | Method for efficient construction of high resolution display buffers |
US9836816B2 (en) | 2014-04-05 | 2017-12-05 | Sony Interactive Entertainment America Llc | Varying effective resolution by screen location in graphics processing by approximating projection of vertices onto curved viewport |
US11748840B2 (en) | 2014-04-05 | 2023-09-05 | Sony Interactive Entertainment LLC | Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters |
US9710881B2 (en) | 2014-04-05 | 2017-07-18 | Sony Interactive Entertainment America Llc | Varying effective resolution by screen location by altering rasterization parameters |
US10068311B2 (en) | 2014-04-05 | 2018-09-04 | Sony Interacive Entertainment LLC | Varying effective resolution by screen location by changing active color sample count within multiple render targets |
US10102663B2 (en) | 2014-04-05 | 2018-10-16 | Sony Interactive Entertainment LLC | Gradient adjustment for texture mapping for multiple render targets with resolution that varies by screen location |
US11301956B2 (en) | 2014-04-05 | 2022-04-12 | Sony Interactive Entertainment LLC | Varying effective resolution by screen location by altering rasterization parameters |
US10134175B2 (en) | 2014-04-05 | 2018-11-20 | Sony Interactive Entertainment LLC | Gradient adjustment for texture mapping to non-orthonormal grid |
US11302054B2 (en) | 2014-04-05 | 2022-04-12 | Sony Interactive Entertainment Europe Limited | Varying effective resolution by screen location by changing active color sample count within multiple render targets |
US9710957B2 (en) | 2014-04-05 | 2017-07-18 | Sony Interactive Entertainment America Llc | Graphics processing enhancement by tracking object and/or primitive identifiers |
US11238639B2 (en) | 2014-04-05 | 2022-02-01 | Sony Interactive Entertainment LLC | Gradient adjustment for texture mapping to non-orthonormal grid |
TWI584223B (en) * | 2014-04-05 | 2017-05-21 | 新力電腦娛樂美國有限責任公司 | Method and system of graphics processing enhancement by tracking object and/or primitive identifiers,graphics processing unit and non-transitory computer readable medium |
US10783696B2 (en) | 2014-04-05 | 2020-09-22 | Sony Interactive Entertainment LLC | Gradient adjustment for texture mapping to non-orthonormal grid |
US10685425B2 (en) | 2014-04-05 | 2020-06-16 | Sony Interactive Entertainment LLC | Varying effective resolution by screen location by altering rasterization parameters |
US10417741B2 (en) | 2014-04-05 | 2019-09-17 | Sony Interactive Entertainment LLC | Varying effective resolution by screen location by altering rasterization parameters |
US10438312B2 (en) | 2014-04-05 | 2019-10-08 | Sony Interactive Entertainment LLC | Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters |
US10438319B2 (en) | 2014-04-05 | 2019-10-08 | Sony Interactive Entertainment LLC | Varying effective resolution by screen location in graphics processing by approximating projection of vertices onto curved viewport |
US10438396B2 (en) | 2014-04-05 | 2019-10-08 | Sony Interactive Entertainment LLC | Method for efficient construction of high resolution display buffers |
US10510183B2 (en) | 2014-04-05 | 2019-12-17 | Sony Interactive Entertainment LLC | Graphics processing enhancement by tracking object and/or primitive identifiers |
US10614549B2 (en) | 2014-04-05 | 2020-04-07 | Sony Interactive Entertainment Europe Limited | Varying effective resolution by screen location by changing active color sample count within multiple render targets |
US9652882B2 (en) | 2014-04-05 | 2017-05-16 | Sony Interactive Entertainment America Llc | Gradient adjustment for texture mapping for multiple render targets with resolution that varies by screen location |
US20170046471A1 (en) * | 2015-08-10 | 2017-02-16 | Kla-Tencor Corporation | Polygon-based geometry classification for semiconductor mask inspection |
US10140698B2 (en) * | 2015-08-10 | 2018-11-27 | Kla-Tencor Corporation | Polygon-based geometry classification for semiconductor mask inspection |
KR102107504B1 (en) | 2015-09-28 | 2020-05-08 | 에이에스엠엘 네델란즈 비.브이. | Hierarchical representation of 2-dimensional or 3-dimensional shapes |
KR20180058818A (en) * | 2015-09-28 | 2018-06-01 | 에이에스엠엘 네델란즈 비.브이. | Hierarchical representation of two- or three-dimensional shapes |
US10379446B2 (en) * | 2015-09-28 | 2019-08-13 | Asml Netherlands B.V. | Lithography system, method and computer program product for hierarchical representation of two-dimensional or three-dimensional shapes |
US20170090301A1 (en) * | 2015-09-28 | 2017-03-30 | Asml Netherlands B.V. | Lithography System, Method and Computer Program Product for Hierarchical Representation of Two-Dimensional or Three-Dimensional Shapes |
JP2018533053A (en) * | 2015-09-28 | 2018-11-08 | エーエスエムエル ネザーランズ ビー.ブイ. | Hierarchical representation of 2D or 3D shapes |
US10311199B2 (en) * | 2016-07-01 | 2019-06-04 | Mentor Graphics Corporation | Pattern matching using edge-driven dissected rectangles |
US20180004888A1 (en) * | 2016-07-01 | 2018-01-04 | Mentor Graphics Corporation | Pattern Matching Using Edge-Driven Dissected Rectangles |
US10409153B2 (en) * | 2017-04-27 | 2019-09-10 | Shanghai Huahong Grace Semiconductor Manufacturing Corporation | Pattern sorting method used in OPC verification |
US11023648B2 (en) | 2017-12-12 | 2021-06-01 | Siemens Industry Software Inc. | Puzzle-based pattern analysis and classification |
US11010525B2 (en) * | 2019-06-29 | 2021-05-18 | Intel Corporation | Fast pattern matching |
US11017147B2 (en) * | 2019-08-30 | 2021-05-25 | Siemens Industry Software Inc. | Edge-based camera for characterizing semiconductor layout designs |
CN114993292A (en) * | 2022-06-20 | 2022-09-02 | 合肥井松智能科技股份有限公司 | Thin wall segmentation method and thin wall mismatching optimization method based on same |
CN117933175A (en) * | 2024-03-25 | 2024-04-26 | 杭州广立微电子股份有限公司 | Layout equivalent line width calculation method and device, electronic device and storage medium |
Also Published As
Publication number | Publication date |
---|---|
US7155698B1 (en) | 2006-12-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7155698B1 (en) | Method of locating areas in an image such as a photo mask layout that are sensitive to residual processing effects | |
US7030997B2 (en) | Characterizing aberrations in an imaging lens and applications to visual testing and integrated circuit mask analysis | |
US6066179A (en) | Property estimation of an integrated circuit | |
US7353472B2 (en) | System and method for testing pattern sensitive algorithms for semiconductor design | |
US9697317B1 (en) | Integrated circuits having in-situ constraints | |
US7415695B2 (en) | System for search and analysis of systematic defects in integrated circuits | |
US20150110384A1 (en) | Image inspection method of die to database | |
US7860675B2 (en) | Pattern inspection apparatus, pattern inspection method, and pattern inspection program | |
US9275450B2 (en) | High accuracy design based classification | |
JP4918598B2 (en) | Inspection apparatus and inspection method | |
JP2010529683A (en) | Method and apparatus for locating inspection data in the design data area | |
US7275227B1 (en) | Method of checking optical proximity correction data | |
JP2004077390A (en) | Pattern inspection apparatus | |
JP6480449B2 (en) | Inter-block reticle inspection | |
JPH11161797A (en) | Bit pattern developing method/device | |
JP2005202928A (en) | Layout processor, layout processing method and program | |
US12032892B2 (en) | Semiconductor layout context around a point of interest | |
US7406675B2 (en) | Method and system for improving aerial image simulation speeds | |
US11988613B2 (en) | Care area based defect detection | |
Sun et al. | Enhancing model accuracy and calibration efficiency with image-based pattern selection using machine learning techniques | |
JP4580134B2 (en) | Geometric aerial image simulation | |
US20130336571A1 (en) | Mask pattern analysis apparatus and method for analyzing mask pattern | |
Gennari | Linking tcad and eda through pattern matching | |
US7493577B2 (en) | Automatic recognition of geometric points in a target IC design for OPC mask quality calculation | |
US20170154147A1 (en) | Methods to Store Dynamic Layer Content Inside a Design File |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: REGENTS OF THE UNIVERSITY OF CALIFORNIA, THE, CALI Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GENNARI, FRANK E.;REEL/FRAME:014729/0311 Effective date: 20031113 |
|
AS | Assignment |
Owner name: DARPA, VIRGINIA Free format text: CONFIRMATORY LICENSE;ASSIGNOR:CALIFORNIA, UNIVERSITY OF, THE REGENTS OF THE;REEL/FRAME:015161/0683 Effective date: 20040329 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
SULP | Surcharge for late payment | ||
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.) |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20181226 |